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.<init>(Compiled Code)
at java.lang.Error.<init>(Error.java:41)
at
javax.xml.parsers.FactoryConfigurationError.<init>(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