You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2003/07/21 10:56:13 UTC

cvs commit: ant bootstrap.bat bootstrap.sh

bodewig     2003/07/21 01:56:13

  Modified:    .        bootstrap.bat bootstrap.sh
  Log:
  Fix bootstrap scripts
  
  Revision  Changes    Path
  1.50      +2 -2      ant/bootstrap.bat
  
  Index: bootstrap.bat
  ===================================================================
  RCS file: /home/cvs/ant/bootstrap.bat,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- bootstrap.bat	1 Jun 2002 12:26:31 -0000	1.49
  +++ bootstrap.bat	21 Jul 2003 08:56:13 -0000	1.50
  @@ -2,7 +2,7 @@
   
   REM You will need to specify JAVA_HOME if compiling with 1.2 or later.
   
  -REM    Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  +REM    Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
   REM    reserved.
   
   set OLDJAVA=%JAVA%
  @@ -50,7 +50,7 @@
   echo.
   echo ... Compiling Ant Classes
   
  -"%JAVAC%" %BOOTJAVAC_OPTS% -d %CLASSDIR% %TOOLS%\bzip2\*.java %TOOLS%\tar\*.java %TOOLS%\zip\*.java %TOOLS%\ant\*.java %TOOLS%\ant\types\*.java %TOOLS%\ant\taskdefs\*.java %TOOLS%\ant\util\*.java %TOOLS%\ant\util\regexp\RegexpMatcher.java %TOOLS%\ant\util\regexp\RegexpMatcherFactory.java %TOOLS%\ant\taskdefs\condition\*.java %TOOLS%\ant\taskdefs\compilers\*.java 
  +"%JAVAC%" %BOOTJAVAC_OPTS% -d %CLASSDIR% %TOOLS%\bzip2\*.java %TOOLS%\tar\*.java %TOOLS%\zip\*.java %TOOLS%\ant\*.java %TOOLS%\ant\types\*.java %TOOLS%\ant\taskdefs\*.java %TOOLS%\ant\util\regexp\RegexpMatcher.java %TOOLS%\ant\util\regexp\RegexpMatcherFactory.java %TOOLS%\ant\taskdefs\condition\*.java %TOOLS%\ant\taskdefs\compilers\*.java 
   
   echo.
   echo ... Copying Required Files
  
  
  
  1.67      +1 -1      ant/bootstrap.sh
  
  Index: bootstrap.sh
  ===================================================================
  RCS file: /home/cvs/ant/bootstrap.sh,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- bootstrap.sh	16 Feb 2003 01:12:14 -0000	1.66
  +++ bootstrap.sh	21 Jul 2003 08:56:13 -0000	1.67
  @@ -118,7 +118,7 @@
   "${JAVAC}" $BOOTJAVAC_OPTS -d ${CLASSDIR} ${TOOLS}/bzip2/*.java ${TOOLS}/tar/*.java ${TOOLS}/zip/*.java \
       ${TOOLS}/ant/util/regexp/RegexpMatcher.java \
       ${TOOLS}/ant/util/regexp/RegexpMatcherFactory.java \
  -    ${TOOLS}/ant/util/*.java ${TOOLS}/ant/types/*.java \
  +    ${TOOLS}/ant/types/*.java \
       ${TOOLS}/ant/*.java ${TOOLS}/ant/taskdefs/*.java \
       ${TOOLS}/ant/taskdefs/compilers/*.java \
       ${TOOLS}/ant/taskdefs/condition/*.java
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: cvs commit: ant bootstrap.bat bootstrap.sh

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
On Mon, 21 Jul 2003 06:56 pm, bodewig@apache.org wrote:
> bodewig     2003/07/21 01:56:13
>
>   Modified:    .        bootstrap.bat bootstrap.sh
>   Log:
>   Fix bootstrap scripts
>

Thanks. I was going to move the script stuff into a sub directory but being 
explicit saves further trouble. Sorry about that. :-)

Conor



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org