On Thu, 11 Dec 2003, Brian Colfer <[EMAIL PROTECTED]> wrote:

> OK, I can see that but I would need to have my non-xerces parser
> named xercesImpl.jar

Why?

Ant will simply use the JAXP parser the VM hands to it.

If you run JDK 1.4, you can remove Xerces completely and use the
Crimson that's part of the JDK (though I'd recommend to use the
endorsed standards mechanism to upgrade to Xerces in general).

If you run JDK 1.3, simply put the desired XML parser into your
CLASSPATH or ANT_HOME/lib and make sure that JAXP doesn't see Ant's
Xerces version.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to