Ignore:
Timestamp:
2016-03-11T15:50:56+13:00 (8 years ago)
Author:
ak19
Message:

Harry found and fixed this bug when he was installing GS3 in R block, with the necessary changes to get it to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/gs3-setup.bat

    r29749 r30400  
    1616:: Loosely based on
    1717:: http://stackoverflow.com/questions/7708681/how-to-read-from-a-properties-file-using-batch-script
    18 FOR /F "tokens=1,2 delims==" %%G IN (%GSDL3SRCHOME%\build.properties) DO (
     18FOR /F "tokens=1,2 delims==" %%G IN ("%GSDL3SRCHOME%\build.properties") DO (
    1919    if "%%G"=="tomcat.server" set SOLR_HOST=%%H
    2020    if "%%G"=="tomcat.port" set SOLR_PORT=%%H
Note: See TracChangeset for help on using the changeset viewer.