Hi, Xerces 2.0.1 contains a bug that produce the error Remy reports earlier this week :-( Xerces 2.0.2 contains a bug that produce a StackTraceOverflow :-(
In order to supports schema and dtd, Xerces nightly build is the only version that parse properly DTD and schema when validation is on. That's a very good reason why we need to have by default validation turned off ;-) Thanks, -- Jeanfrancois
Index: build.properties.default =================================================================== RCS file: /home/cvspublic/jakarta-tomcat-5/build.properties.default,v retrieving revision 1.29 diff -u -r1.29 build.properties.default --- build.properties.default 16 Aug 2002 17:03:19 -0000 1.29 +++ build.properties.default 16 Aug 2002 23:36:59 -0000 @@ -103,12 +103,12 @@ regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz -# ----- Xerces XML Parser, version 2_0_1 ----- -xerces.home=${base.path}/xerces-2_0_1 +# ----- Xerces XML Parser, version 20020815 or latter ----- +xerces.home=${base.path}/xml-xerces 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/old_xerces2/Xerces-J-bin.2.0.1.tar.gz +xerces.loc=xml-xerces # --------------------------------------------------
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>