patrickl 2002/08/15 19:04:14 Modified: . BUILDING.txt build.properties.default build.xml Log: Update build to use commons-digester nightly build since it is required to handle DTD validation properly Submitted by: Jean-Francois Arcand ([EMAIL PROTECTED]) Revision Changes Path 1.19 +2 -2 jakarta-tomcat-5/BUILDING.txt Index: BUILDING.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- BUILDING.txt 14 Aug 2002 15:46:37 -0000 1.18 +++ BUILDING.txt 16 Aug 2002 02:04:14 -0000 1.19 @@ -216,7 +216,7 @@ (8) Download and Install the Commons Digester Binary Distribution -* Download a binary distribution (version 1.3 or later) from: +* Download a binary distribution (version 20020815 or later) from: http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester 1.28 +4 -4 jakarta-tomcat-5/build.properties.default Index: build.properties.default =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- build.properties.default 13 Aug 2002 16:52:19 -0000 1.27 +++ build.properties.default 16 Aug 2002 02:04:14 -0000 1.28 @@ -72,11 +72,11 @@ commons-daemon.loc=jakarta-commons-sandbox/daemon -# ----- Commons Digester, version 1.3 or later ----- -commons-digester.home=${base.path}/commons-digester-1.3 +# ----- Commons Digester, version 20020815 or later ----- +commons-digester.home=${base.path}/commons-digester/dist commons-digester.lib=${commons-digester.home} commons-digester.jar=${commons-digester.lib}/commons-digester.jar -commons-digester.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.3/commons-digester-1.3.tar.gz +commons-digester.loc=jakarta-commons/digester # ----- Commons Logging, version 1.0.1 or later ----- 1.30 +0 -5 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- build.xml 14 Aug 2002 20:46:52 -0000 1.29 +++ build.xml 16 Aug 2002 02:04:14 -0000 1.30 @@ -570,11 +570,6 @@ </antcall> <antcall target="downloadgz"> - <param name="sourcefile" value="${commons-digester.loc}"/> - <param name="destfile" value="${commons-digester.jar}"/> - </antcall> - - <antcall target="downloadgz"> <param name="sourcefile" value="${commons-logging.loc}"/> <param name="destfile" value="${commons-logging.jar}"/> </antcall>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>