You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/05/02 04:59:34 UTC

DO NOT REPLY [Bug 19536] - JUnitReport Report Fails

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19536>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19536

JUnitReport Report Fails





------- Additional Comments From stockall@magma.ca  2003-05-02 02:59 -------
Looks like you have multiple versions of Xalan on your classpath. Possibly the
one included with the JDK, and the one you have placed in $ANT_HOME/lib

I would recomend having nothing in your classpath, use Ant's <classpath>
elements to build the classpath used by <junit>

For <junitreport> to work, (using user supplied libraries, not the JDK ones)
your $ANT_HOME/lib should contain ant.jar, optional.jar, junit,jar,
xml-apis.jar, xercesImpl.jar and xalan.jar

You can run 'ant -diagnostics' to see what versions are being used.

I would also suggest posting this type of problem to the ant-user mailing list,
rather than using bugzilla.

Jesse