You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Alvarez, Gil" <gi...@pogo.com> on 2002/06/06 02:22:19 UTC

1.5 installation question

So i installed 1.5, and everything works fine when i set JAVA_HOME to a 1.2
or 1.3 jdk. But when i set it to say, 1.1.6, i get:

BUILD FAILED
XML parser factory has not been configured correctly: Provider for
javax.xml.parsers.SAXParserFactory cannot be found

What am i missing?

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


Re: 1.5 installation question

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 5 Jun 2002, Gil Alvarez <gi...@pogo.com> wrote:

> BUILD FAILED
> XML parser factory has not been configured correctly: Provider for
> javax.xml.parsers.SAXParserFactory cannot be found

Looks as if xerces hasn't been picked up properly.  It is in
ANT_HOME/lib, yes?  Can you echo the CLASSPATH that gets passed to Ant
in your JDK 1.1 case?

Stefan

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