RE: com.sun.xml.parser.SAXParserFactoryImpl

2001-08-28 Thread Stephane Bailliez
-Original Message- [...] I then had our admin add the parser.jar into the jre/lib/ext directory and it worked. Appearantly, jaxp.jar and parser.jar want to be in the same directory. yee-haw. 'lib/ext' is evil. Remove everything from this directory otherwise you are putting

Re: com.sun.xml.parser.SAXParserFactoryImpl

2001-08-27 Thread Bill . J . Fellows
I've corrected my problem. To refresh, I had ant 1.3 installed on a solaris 2.6 box with a jdk of 1.2.2_07 and it all worked fine. Many moons later, without any changes to Ant, it stopped working. What I figured out was that there were three jars added to the $JAVA_HOME/jre/lib/ext

Re: com.sun.xml.parser.SAXParserFactoryImpl

2001-08-23 Thread T Master
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 duno. T Master - Original Message

Re: com.sun.xml.parser.SAXParserFactoryImpl

2001-08-23 Thread Bill . J . Fellows
[mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 6:05 PM To: ant-user Cc: tmaster Subject: Re: com.sun.xml.parser.SAXParserFactoryImpl bill, upgrade to jdk1.3 IMHO . Conor mentioned an error to do with crimson.jar and the JIT i had similar fancy errors