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=43586>.
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=43586





------- Additional Comments From [EMAIL PROTECTED]  2007-10-11 03:58 -------
funnily enough, I had to track down duplicate classes in a different program
last week, and now know how to do it. It's pretty easy. 

If you add the jvm option -verbose:class to <junit> you can find where classes
get loaded on; capture the output and search through it for
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner

<junit fork="yes">
  <jvmarg value="-verbose:class"/>



-- 
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]

Reply via email to