jfarcand 2002/11/12 08:34:57 Modified: . build.properties.sample Log: Revert back to Xerces 2.1.0. The bug is still reproducable with Struts 1.0, and seems to have disappears with Struts 1.1. I'm unable to reproduce the problem with Tomcat 5, but Xerces is still broken. Revision Changes Path 1.54 +3 -3 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- build.properties.sample 12 Nov 2002 04:16:59 -0000 1.53 +++ build.properties.sample 12 Nov 2002 16:34:57 -0000 1.54 @@ -117,9 +117,9 @@ # ----- Xerces XML Parser, version 2.0.0 or later ----- # Note: Optional with JDK 1.4+, or if Xerces 1.x is present -xerces.home=${base.path}/xerces-2_2_1 +xerces.home=${base.path}/xerces-2_1_0 xerces.lib=${xerces.home} -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 xercesImpl.jar=${xerces.lib}/xercesImpl.jar xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
-- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>