Re: Running the junitreport task in ant breaks the build in!_NEWLINE_!transform(AggregateTransformer)
Posted By:
Oren_Gross
Posted On:
Monday, July 22, 2002 04:54 AM
First of all, this is not a JUnit issue, never the less:
you should have one of the followings in your ${ANT_HOM}/lib directory:
xalan.jar, xerces.jar, jaxp.jar
xalan.jar, xml-apis.jar (http://xml.apache.org/xalan-j/index.html)
Note, taht if you have parser.jar in your classpath, have the ant (usually in NT) load the xalan.jar before the parser.jar
Goodluck