Hi,
When I use the <junitreport> task, I get a 'NoClassDefFoundError' exception
thrown because it can't find org/xml/sax/ext/LexicalHandler. I noticed that
this class is in the Xerces XML parser, but the Ant manual doesn't mention
the need for Xerces, only for Xalan. When I add xerces1_2_1.jar to my
CLASSPATH environment variable, I get this error:
XSL Error: Cannot use a DTMLiaison for a input DOM node... pass a
org.apache.xalan.xpath.xdom.XercesLiaison instead
Some messages in this list's archive indicated incompatibilities between the
Xerces parser and the parser that ships with Ant. At least one message
recommended removing or renaming parser.jar and jaxp.jar, but without those
Ant itself won't work. How is this supposed to be resolved?
I'm running a beta version of Ant 1.3:
Ant version 1.3beta1 compiled on February 6 2001
Thanks,
David