jfarcand 2002/11/25 16:46:29 Modified: . BUILDING.txt build.properties.default Log: Until a promoted build of Xerces that contains the fix for 13282, stay with Xerces 2.1.0 since the problem randomly occurs with 2.2.1 Revision Changes Path 1.29 +5 -5 jakarta-tomcat-5/BUILDING.txt Index: BUILDING.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- BUILDING.txt 12 Nov 2002 04:07:11 -0000 1.28 +++ BUILDING.txt 26 Nov 2002 00:46:29 -0000 1.29 @@ -54,15 +54,15 @@ (1.2) Download and Install the Xerces 2 Distribution -* Download a binary distribution of version 2.0.1 from: +* Download a binary distribution of version 2.1.0 from: - http://xml.apache.org/dist/xerces-j/ + http://xml.apache.org/dist/xerces-j/old_xerces2/ On a Windows platform, you will need: - Xerces-J-bin.2.2.1.zip + Xerces-J-bin.2.1.0.zip On a Unix platform, you will need: - Xerces-J-bin.2.2.1.tar.gz + Xerces-J-bin.2.1.0.tar.gz * Unpack the binary distribution into a convenient location so that the distribution resides in its own directory (conventionally named 1.52 +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.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- build.properties.default 12 Nov 2002 04:07:11 -0000 1.51 +++ build.properties.default 26 Nov 2002 00:46:29 -0000 1.52 @@ -99,12 +99,12 @@ regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz -# ----- Xerces XML Parser, version 2.1.0, 2.2.1 or later ----- -xerces.home=${base.path}/xerces-2_2_1 +# ----- Xerces XML Parser, version 2.1.0 ----- +xerces.home=${base.path}/xerces-2_1_0 xerces.lib=${xerces.home} xercesImpl.jar=${xerces.lib}/xercesImpl.jar xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.1.tar.gz +xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.1.0.tar.gz # --------------------------------------------------
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>