Jesse Glick <jesse.glick <at> oracle.com> writes:
> there seems to be some problem with #34748 not working correctly
> on JUnit 4.x-style @Test's

Found it. In JUnitTask.init, need to add:

addClasspathEntry("/org/apache/tools/ant/taskdefs/optional/junit
/JUnit4TestMethodAdapter.class");

(Can't get my work laptop online just at the moment
or I would commit this to trunk.)

Regression caused by split of ant-junit4.jar. (Cannot add a test for it easily
without relying on JDK 5 to build.) So -1 from me on binaries built without this
fix.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to