Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 9714 invoked by uid 500); 23 Aug 2001 23:00:22 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 9705 invoked from network); 23 Aug 2001 23:00:21 -0000 Message-ID: <083501c12c28$0a390eb0$8b00000a@TariqM> From: "T Master" To: References: Subject: Re: com.sun.xml.parser.SAXParserFactoryImpl Date: Thu, 23 Aug 2001 17:05:02 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N bill, upgrade to jdk1.3 IMHO . Conor mentioned an error to do with crimson.jar and the JIT i had similar fancy errors with that. and obviously, ensure u have jaxp.jar and the other jar in your classpath for ant to use. Otherwise, i dunnnnnnnnno. T Master ----- Original Message ----- From: To: Sent: Thursday, August 23, 2001 4:51 PM Subject: com.sun.xml.parser.SAXParserFactoryImpl > I've been here too long today to try and figure this one out on my own. > Unless my eyes deceive me, my jaxp.jar and parser.jar are in my > classpath and they haven't changed in many moons. > > Anyy thoughts? > > dev [335] ~> ant -verbose -projecthelp > Ant version 1.3 compiled on May 8 2001 > > Buildfile: build.xml > Detected Java Version: 1.2 > Detected OS: SunOS > > BUILD FAILED > > javax.xml.parsers.FactoryConfigurationError: > com.sun.xml.parser.SAXParserFactoryImpl > at java.lang.Throwable.fillInStackTrace(Native Method) > at java.lang.Throwable.fillInStackTrace(Compiled Code) > at java.lang.Throwable.(Compiled Code) > at java.lang.Error.(Error.java:41) > at > javax.xml.parsers.FactoryConfigurationError.(FactoryConfigurationE > rror.java:68) > at > javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:84) > at > org.apache.tools.ant.ProjectHelper.getParserFactory(ProjectHelper.java:7 > 06) > at org.apache.tools.ant.ProjectHelper.parse(Compiled Code) > at > org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:8 > 5) > at org.apache.tools.ant.Main.runBuild(Compiled Code) > at org.apache.tools.ant.Main.main(Main.java:149) > > Total time: 0 seconds > com.sun.xml.parser.SAXParserFactoryImpl >