svn commit: r13612 - trunk/src_new/build.bat
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris Date: 2007-09-26 23:17:40-0700 New Revision: 13612 Modified: trunk/src_new/build.bat Log: Handle ANT_HOME paths containing spaces Modified: trunk/src_new/build.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/build.bat?view=diff&rev=13612&p1=trunk/src_new/build.bat&p2=trunk/src_new/build.bat&r1=13611&r2=13612 ============================================================================== --- trunk/src_new/build.bat (original) +++ trunk/src_new/build.bat 2007-09-26 23:17:40-0700 @@ -8,10 +8,10 @@ set ANT_HOME=..\tools\apache-ant-1.7.0 :: Convert relative path to absolute -pushd %ANT_HOME% +pushd "%ANT_HOME%" 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 endlocal \ No newline at end of file