Hi!!
I have been using junitreport before succesfully, (just having xerces.jar and xalan.jar in ANT_HOME/lib and neither jaxp.jar nor parser.jar)
Now i have taken the nightly build and i have this error ( the crimson.jar i have taken also from the source in the nightly build)
java.lang.NoSuchMethodError
at org.apache.crimson.jaxp.DocumentBuilderImpl.<init>(DocumentBuilderImpl.java:158)
Them, if i add the jaxp.jar file to ANT_HOME/lib i have this other error:
[junitreport] XSL Error: Cannot use a DTMLiaison for a input DOM node... pass a org.apache.xalan.xpath.xdom.XercesLiaison instead!
[junitreport] XSL Error: SAX Exception
What i should add, remove, change?? any idea?
Thanks in advanced,
Natalia
