svn commit: r15849 - trunk/documentation/build.bat
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw Date: 2008-10-02 04:12:58-0700 New Revision: 15849 Modified: trunk/documentation/build.bat Log: Make this work in a path with spaces (My Documents). Added showing the Java version. Modified: trunk/documentation/build.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/build.bat?view=diff&rev=15849&p1=trunk/documentation/build.bat&p2=trunk/documentation/build.bat&r1=15848&r2=15849 ============================================================================== --- trunk/documentation/build.bat (original) +++ trunk/documentation/build.bat 2008-10-02 04:12:58-0700 @@ -4,6 +4,8 @@ rem build.bat always calls the version of ant distributed with ArgoUML rem +java -version + setlocal echo Searching for tools dir... @@ -26,7 +28,7 @@ set ANT_HOME=%CD% popd -call %ANT_HOME%\bin\ant %1 %2 %3 %4 %5 %6 %7 %8 %9 +call "%ANT_HOME%\bin\ant" %1 %2 %3 %4 %5 %6 %7 %8 %9 if ERRORLEVEL 1 goto endfail endlocal