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=17674>. 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=17674 Ant junit tasks do not work with Junit 3.8 and 3.81 Summary: Ant junit tasks do not work with Junit 3.8 and 3.81 Product: Ant Version: 1.5.2 Platform: Other OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Use of the Deprecated .name() instead of the valid .getName() method of TestCase in PlainJUnitResultFormatter java.lang.NoSuchMethodError: junit.framework.TestCase.name()Ljava/la at org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter.startTest (PlainJUnitResultFormatter.java:188) at junit.framework.TestResult.startTest(TestResult.java:151) at junit.framework.TestResult.run(TestResult.java:103) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203)