You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by do...@apache.org on 2001/02/03 23:31:43 UTC

cvs commit: jakarta-site build.bat

donaldp     01/02/03 14:31:43

  Modified:    .        build.bat
  Log:
  Made it work with win9x based machines
  
  Revision  Changes    Path
  1.2       +9 -10     jakarta-site/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-site/build.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.bat	2001/01/26 22:45:25	1.1
  +++ build.bat	2001/02/03 22:31:42	1.2
  @@ -1,10 +1,9 @@
  -@echo off 
  -
  -SET _CP=%CLASSPATH%;%_AH%\lib\ant.jar
  -FOR %%I in (.\lib\*.jar) DO CALL CPAPPEND %%I
  -
  -echo CLASSPATH="%_CP%"
  -
  -java -classpath "%_CP%" org.apache.tools.ant.Main -Dant.home=%_AH% %*
  -
  -SET _CP=
  +@echo off 
  +
  +for %%i in (.\lib\*.jar) do call cpappend.bat %%i
  +
  +echo CLASSPATH="%_CP%"
  +
  +java -classpath "%_CP%" org.apache.tools.ant.Main -Dant.home=%_AH% %1 %2 %3
  +
  +SET _CP=