DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39357>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39357 Summary: ant-trax.jar includes Xalan2Executor from the junit package Product: Ant Version: 1.6.5 Platform: All OS/Version: All Status: NEW Keywords: ErrorMessage Severity: normal Priority: P2 Component: Optional Tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] The ant-trax.jar contains the class org.apache.tools.ant.taskdefs.optional.junit.Xalan2Executor. This causes problems when attempting to taskdef the junitreport task (org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator) where junit.jar and ant-junit.jar are not in the ANT_HOME/lib directory. Basically you get a NoClassDefFound error on Xalan2Executor since the classloaders don't match. As far as I was able to tell Xalan2Executor is not actually used by the ant-trax classes. Right now my workaround is to remove ant-trax.jar from the ANT_HOME/lib directory since I don't use trax. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]