You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@locus.apache.org on 2000/08/06 12:19:16 UTC

cvs commit: jakarta-ant/src/bin ant.bat

conor       00/08/06 03:19:16

  Modified:    src/bin  ant.bat
  Log:
  Stop ANT_OPTS growing
  
  Revision  Changes    Path
  1.5       +3 -2      jakarta-ant/src/bin/ant.bat
  
  Index: ant.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/bin/ant.bat,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ant.bat	2000/08/05 15:30:20	1.4
  +++ ant.bat	2000/08/06 10:19:15	1.5
  @@ -37,10 +37,11 @@
   echo.
   
   :checkJikes
  -if not "%JIKESPATH%" == "" set ANT_OPTS=%ANT_OPTS% -Djikes.class.path=%JIKESPATH%
  +set ANT_OPTS_RUN=%ANT_OPTS%
  +if not "%JIKESPATH%" == "" set ANT_OPTS_RUN=%ANT_OPTS% -Djikes.class.path=%JIKESPATH%
   
   :runAnt
  -%JAVACMD% -classpath "%LOCALCLASSPATH%" -Dant.home="%ANT_HOME%" %ANT_OPTS% org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
  +%JAVACMD% -classpath "%LOCALCLASSPATH%" -Dant.home="%ANT_HOME%" %ANT_OPTS_RUN% org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
   
   :end
   set LOCALCLASSPATH=