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=35866>. 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=35866 Summary: JUnit task should show which test case failed Product: Ant Version: unspecified Platform: All OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Optional Tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] There is no way to show the failed testcase in the summary output from JUnit. This would be very useful for continuous integration tools like Anthill, where the output from JUnit is all that gets emailed to the user when a build fails. The attached patch causes the summary formatter to always write the failed test summary to the Ant logger. It should probably be made conditional on some new property, but I don't know Ant well enough to know how that should be done. Any advice or comments would be appreciated. Cheers, Chris. -- 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]