You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by ga...@apache.org on 2001/08/01 07:54:02 UTC

cvs commit: xml-xalan/test build.bat

garyp       01/07/31 22:54:02

  Modified:    test     build.bat
  Log:
  Fix errant label.  Support class paths with spaces in them (like c:\Program Files).
  
  Revision  Changes    Path
  1.3       +3 -3      xml-xalan/test/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.bat	2001/07/26 20:30:39	1.2
  +++ build.bat	2001/08/01 05:54:02	1.3
  @@ -20,7 +20,7 @@
   @echo   You may set JAVA_OPTS to be passed to java program
   @echo   All other command line opts are passed to Ant
   @echo.
  -goto done
  +goto mainEnd
   rem ------------------------------------------------------------------------
   rem Blatantly modeled on ant.bat
   :start
  @@ -92,11 +92,11 @@
   if not "%JIKESPATH%" == "" goto runAntWithJikes
   
   :runAnt
  -%_JAVACMD% -classpath %_ANT_CP% -Dant.home="%_ANT_HOME%" %ANT_OPTS% org.apache.tools.ant.Main %ANT_CMD_LINE_ARGS%
  +"%_JAVACMD%" -classpath "%_ANT_CP%" -Dant.home="%_ANT_HOME%" %ANT_OPTS% org.apache.tools.ant.Main %ANT_CMD_LINE_ARGS%
   goto end
   
   :runAntWithJikes
  -%_JAVACMD% -classpath %_ANT_CP% -Dant.home="%_ANT_HOME%" -Djikes.class.path=%JIKESPATH% %ANT_OPTS% org.apache.tools.ant.Main %ANT_CMD_LINE_ARGS%
  +"%_JAVACMD%" -classpath "%_ANT_CP%" -Dant.home="%_ANT_HOME%" -Djikes.class.path=%JIKESPATH% %ANT_OPTS% org.apache.tools.ant.Main %ANT_CMD_LINE_ARGS%
   
   :end
   set _ANT_CP=
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org