http://nagoya.apache.org/bugzilla/show_bug.cgi?id=680
*** shadow/680 Thu Feb 22 13:33:00 2001 --- shadow/680.tmp.12563 Thu Feb 22 13:33:00 2001 *************** *** 0 **** --- 1,22 ---- + +============================================================================+ + | JUnit task not compatible w/ JUnit 3.5 | + +----------------------------------------------------------------------------+ + | Bug #: 680 Product: Ant | + | Status: NEW Version: 1.2 | + | Resolution: Platform: All | + | Severity: Enhancement OS/Version: All | + | Priority: Component: Optional Tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + JUnit 3.5 has changed the interface for the method TestListener.addFailure(Test + test, Throwable t) to TestListener.addFailure(Test test, AssertionFailedError + t). This, obviously, breaks the JUnit task. The method signature needs to be + added or updated for the following classes in the task: JUnitTestRunner, + PlainJUnitResultFormatter, SummaryJUnitResultFormatter, and + XMLJUnitResultFormatter.
