You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2003/07/27 16:38:17 UTC

cvs commit: ant build.sh build.bat

antoine     2003/07/27 07:38:17

  Modified:    .        build.sh build.bat
  Log:
  readded xml-apis.jar and xercesImpl.jar in the classpath for the build scripts afer discussion with Conor McNeill.
  
  Revision  Changes    Path
  1.34      +1 -1      ant/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/ant/build.sh,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build.sh	10 Jul 2003 03:32:34 -0000	1.33
  +++ build.sh	27 Jul 2003 14:38:17 -0000	1.34
  @@ -28,7 +28,7 @@
     exit
   fi
   
  -LOCALCLASSPATH=
  +LOCALCLASSPATH=lib/xercesImpl.jar:lib/xml-apis.jar
   # add in the dependency .jar files
   DIRLIBS=lib/optional/*.jar
   for i in ${DIRLIBS}
  
  
  
  1.37      +1 -1      ant/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/ant/build.bat,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.bat	10 Jul 2003 03:32:34 -0000	1.36
  +++ build.bat	27 Jul 2003 14:38:17 -0000	1.37
  @@ -13,7 +13,7 @@
   goto cleanup
   
   :runAnt
  -set LOCALCLASSPATH=
  +set LOCALCLASSPATH=lib/xercesImpl.jar;lib/xml-apis.jar
   for %%i in (lib\optional\*.jar) do call bootstrap\bin\lcp.bat %%i
   set CLASSPATH=lib\optional\xalanj1compat.jar;%LOCALCLASSPATH%;%CLASSPATH%
   set LOCALCLASSPATH=
  
  
  

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