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/07/08 04:54:30 UTC

cvs commit: jakarta-ant bootstrap.bat

conor       00/07/07 19:54:30

  Modified:    .        bootstrap.bat
  Log:
  Fix problem bootstrapping under JDK 1.1
  
  Revision  Changes    Path
  1.12      +1 -1      jakarta-ant/bootstrap.bat
  
  Index: bootstrap.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/bootstrap.bat,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- bootstrap.bat	2000/07/07 01:30:43	1.11
  +++ bootstrap.bat	2000/07/08 02:54:30	1.12
  @@ -17,7 +17,7 @@
   echo.
   echo ... Bootstrapping Ant Distribution
   
  -SET LOCALCLASSPATH=classes
  +SET LOCALCLASSPATH=classes;src\main
   if exist lib\ant.jar erase lib\ant.jar
   for %%i in (lib\*.jar) do call lcp.bat %%i
   if exist %JAVA_HOME%\lib\tools.jar call lcp.bat %JAVA_HOME%\lib\tools.jar