My guess is that you don't actually have a parser in your classpath.  JAXP
isn't an XML parser but rather just the interfaces that make up the JAXP
specification.  The default parser for your version of ant is crimson.jar.
See if it's in the ant lib directory.  If it's not then you need to put a
copy of crimson.jar in that directory.

-Mike

-----Original Message-----
From: Charles Horan [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 19, 2002 11:55 PM
To: Ant List
Subject: JAXP


I have a build file that used to work fine, I have not changed the build
file but now
I am getting the following error :

BUILD FAILED

No JAXP compliant XML parser found. Please visit http://xml.apache.org for a
suitable parser

I am using ant 1.4.1 and JAXP.jar is in my classpath.


The error originates in
org.apache.tools.ant.Main.runBuildMain on line 443.

At this point ant is attempting to load an XML parser.

Has anyone else seen this?


Regards
Charles Horan


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

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

Reply via email to