Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 49133 invoked from network); 27 Jul 2000 15:00:29 -0000 Received: from unknown (HELO mail.3dstockcharts.com) (207.71.197.249) by locus.apache.org with SMTP; 27 Jul 2000 15:00:29 -0000 Received: from dino (unknown [207.71.197.130]) by mail.3dstockcharts.com (Postfix) with SMTP id 11E7EF71E for ; Thu, 27 Jul 2000 07:08:38 -0700 (PDT) Message-Id: <3.0.6.32.20000727080031.00987390@mail.3dstockcharts.com> X-Sender: dino@mail.3dstockcharts.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 27 Jul 2000 08:00:31 -0700 To: ant-user@jakarta.apache.org From: Dino Valente Subject: RE: Xerces In-Reply-To: <418A664233C1D211AC4200105AC687C14F022A@POSTOFFICE2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I grabbed the latest binaries from the ant site and I added xerces.jar to the classpath (what is your classpath exactly?). However, the sun parser is being referenced: javax.xml.parsers.FactoryConfigurationError: com.sun.xml.parser.SAXParserFactoryImpl at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:84) at org.apache.tools.ant.ProjectHelper.getParserFactory(ProjectHelper.java:498) at org.apache.tools.ant.ProjectHelper.parse(ProjectHelper.java:100) at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:84) at org.apache.tools.ant.Main.runBuild(Main.java:283) at org.apache.tools.ant.Main.main(Main.java:119) Do I have to recompile the ant code with xerces and if so how (I know the JDOM distribution all I needed in the CLASSPATH is ant.jar and xerces.jar)? dino At 08:23 AM 7/27/00 -0500, you wrote: >Just make sure the latest version (I think Ant requires 1.1.2 or above) is >in your classpath. 1.1.2 works for me. > >Jason Boehle >jboehle@tidestone.com > >-----Original Message----- >From: Dino Valente [mailto:dino@3dstockcharts.com] >Sent: Wednesday, July 26, 2000 9:29 PM >To: ant-user@jakarta.apache.org >Subject: Xerces > > >How can I use the xerces parser from ibm (instead of Sun's). I know this is >possible since JDOM distributes the xerces parser with ant. > >dino >