You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2012/07/20 14:27:51 UTC

[Bug 53571] ClassLoader problems with Subclass of JUnitTask

https://issues.apache.org/bugzilla/show_bug.cgi?id=53571

Jesse Glick <jg...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jglick@apache.org
         Resolution|---                         |FIXED
   Target Milestone|---                         |1.9.0

--- Comment #1 from Jesse Glick <jg...@apache.org> ---
Committed revision 1363748. Using JUnitTask.class in both places now, rather
than getClass() - while your subclass may happen to link against junit.jar, the
mirror classes are designed to let the task instance use whatever copy of JUnit
is in the project classpath.

-- 
You are receiving this mail because:
You are the assignee for the bug.