You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@locus.apache.org on 2000/01/03 17:50:28 UTC

cvs commit: jakarta-tools/ant build.bat

pier        00/01/03 08:50:28

  Modified:    ant      build.bat
  Log:
  Modified build script for those not havin (still) javac in the classpath.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-tools/ant/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tools/ant/build.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.bat	1999/12/13 19:14:14	1.2
  +++ build.bat	2000/01/03 16:50:27	1.3
  @@ -1,3 +1,3 @@
   @echo off
   REM convience bat file to build with
  -java -classpath "..\ant.jar;..\projectx-tr2.jar;%CLASSPATH%" org.apache.tools.ant.Main %1 %2 %3 %4 %5
  +java -classpath "..\ant.jar;..\javac.jar;..\projectx-tr2.jar;%CLASSPATH%" org.apache.tools.ant.Main %1 %2 %3 %4 %5