Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 42677 invoked by uid 500); 27 Jul 2003 14:38:18 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 42665 invoked by uid 500); 27 Jul 2003 14:38:18 -0000 Received: (qmail 42662 invoked from network); 27 Jul 2003 14:38:18 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 27 Jul 2003 14:38:18 -0000 Received: (qmail 48940 invoked by uid 1652); 27 Jul 2003 14:38:17 -0000 Date: 27 Jul 2003 14:38:17 -0000 Message-ID: <20030727143817.48939.qmail@icarus.apache.org> From: antoine@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant build.sh build.bat X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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