You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jean-francois Arcand <je...@sun.com> on 2002/08/17 02:10:49 UTC

[PATCH] Xerces 2.0.1 also is buggy

  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

Re: [PATCH] Xerces 2.0.1 also is buggy

Posted by Patrick Luby <pa...@sun.com>.
Jean-François,

Can you also submit the patch to both BUILDING.txt and build.xml. 
build.xml needs to use the "cvsbuild" target to download and build 
Xerces since you can't reliably use "downloadgz" for nightly builds 
since they disappear of the website after 2 weeks.

Patrick

Jean-francois Arcand wrote:
>  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:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

-- 
________________________________________________________________
Patrick Luby                     Email: patrick.luby@sun.com
Sun Microsystems                         Phone: 408-276-7471
901 San Antonio Road, USCA14-303
Palo Alto, CA 94303-4900
________________________________________________________________


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>