You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ru...@locus.apache.org on 2000/02/08 04:43:09 UTC

cvs commit: jakarta-ant bootstrap.bat bootstrap.sh

rubys       00/02/07 19:43:09

  Modified:    .        bootstrap.bat bootstrap.sh
  Log:
  make sure that bootstrap builds bin directory
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-ant/bootstrap.bat
  
  Index: bootstrap.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/bootstrap.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- bootstrap.bat	2000/01/14 13:50:24	1.3
  +++ bootstrap.bat	2000/02/08 03:43:09	1.4
  @@ -37,7 +37,7 @@
   echo ** BUILDING ANT DISTRIBUTION
   
   rem Build the distribution using the newly compiled classes in the temp directory
  -java -classpath "%C%" org.apache.tools.ant.Main jar %1 %2 %3 %4 %5
  +java -classpath "%C%" org.apache.tools.ant.Main main %1 %2 %3 %4 %5
   
   echo ** CLEANING UP BUILD DIRECTORIES
   
  
  
  
  1.6       +1 -1      jakarta-ant/bootstrap.sh
  
  Index: bootstrap.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/bootstrap.sh,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- bootstrap.sh	2000/02/07 01:15:26	1.5
  +++ bootstrap.sh	2000/02/08 03:43:09	1.6
  @@ -18,7 +18,7 @@
   cp src/main/org/apache/tools/ant/taskdefs/defaults.properties ${CLASSDIR}/org/apache/tools/ant/taskdefs
   cp src/main/org/apache/tools/ant/parser.properties ${CLASSDIR}/org/apache/tools/ant
   
  -java org.apache.tools.ant.Main jar
  +java org.apache.tools.ant.Main main
   java org.apache.tools.ant.Main clean 
   
   if ! test -e bin; then mkdir bin; fi