Ignore:
Timestamp:
2017-06-26T16:42:09+12:00 (7 years ago)
Author:
ak19
Message:

Adding a useful link

File:
1 edited

Legend:

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

    r31138 r31755  
    2121:: for with usebackq option allows spaces in filepath to be protected with double quotes
    2222:: (backquotes will be used for executing the commands)
     23:: See also https://stackoverflow.com/questions/5553040/batch-file-for-loop-with-spaces-in-dir-name
     24:: for alternative suggestions useful in other instances
    2325FOR /F "usebackq tokens=1,2 delims==" %%G IN ("%GSDL3SRCHOME%\build.properties") DO (
    2426    if "%%G"=="tomcat.server" set SOLR_HOST=%%H& set FOUNDPROPS=!FOUNDPROPS!found
Note: See TracChangeset for help on using the changeset viewer.