You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Koegel, Michael" <Mi...@partner.commerzbank.com> on 2002/06/03 14:45:28 UTC

ANT 1.5Beta2 and Xerces 3.0.1

Hi all,

I try to run the Beta2 on z/OS with the Xerces 3.0.1 Parser and get the
following error:

$ ant -v -f rex_build.xml

Apache Ant version 1.5Beta2 compiled on May 31 2002

Buildfile: rex_build.xml

Detected Java version: 1.3 in: /usr/lpp/java/IBM/J1.3

Detected OS: z/OS

 
BUILD FAILED

XML parser factory has not been configured correctly: null

        at
org.apache.tools.ant.util.JAXPUtils.newParserFactory(JAXPUtils.java) 

I understand that I should set javax.xml.parsers.DocumentBuilderFactory and
javax.xml.parsers.SAXParserFactory as System-Properties. However Xerces
3.0.1 doesn't contain any factory classes.

Is it possible to use Xerces 3.0.1 somehow?


Regards,
 Michael


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


Re: ANT 1.5Beta2 and Xerces 3.0.1

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
Koegel, Michael wrote:
> Hi all,
> 
> I try to run the Beta2 on z/OS with the Xerces 3.0.1 Parser and get the
> following error:
> 

Michael, you may need to tell us what Xerces 3.0.1 is. I can't see it here
http://xml.apache.org/dist/xerces-j/

Conor




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