Ignore:
Timestamp:
2004-08-26T17:29:54+12:00 (20 years ago)
Author:
kjdon
Message:

added quotes around paths that can contain spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/bin/script/gs3-build.bat

    r7898 r8082  
    2121:: first we need to drop the database if it exists
    2222echo trying to drop the database
    23 %GSDL3HOME%\packages\mysql\bin\mysql --user=root --execute="drop database %1_%2;"
    24 java -cp %CLASSPATH% -DGSDL3HOME=%GSDL3HOME% -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser  org.greenstone.gsdl3.gs3build.Build -site %1 -collect %2
     23"%GSDL3HOME%\packages\mysql\bin\mysql" --user=root --execute="drop database %1_%2;"
     24java -cp "%CLASSPATH%" -DGSDL3HOME="%GSDL3HOME%" -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser  org.greenstone.gsdl3.gs3build.Build -site %1 -collect %2
    2525
    2626:exit
Note: See TracChangeset for help on using the changeset viewer.