Changeset 31755
- Timestamp:
- 2017-06-26T16:42:09+12:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-extensions/solr/trunk/src/gs3-setup.bat
r31138 r31755 21 21 :: for with usebackq option allows spaces in filepath to be protected with double quotes 22 22 :: (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 23 25 FOR /F "usebackq tokens=1,2 delims==" %%G IN ("%GSDL3SRCHOME%\build.properties") DO ( 24 26 if "%%G"=="tomcat.server" set SOLR_HOST=%%H& set FOUNDPROPS=!FOUNDPROPS!found
Note:
See TracChangeset
for help on using the changeset viewer.