https://issues.apache.org/bugzilla/show_bug.cgi?id=47913
--- Comment #4 from Stefan Bodewig <[email protected]> 2009-10-09 01:07:59 PDT --- Olivier, do you realize that you can add more than one formatter element to the junit task and thus can add more than one formatter during a single test run? And then formatter supports a classname attribute that you can use to attach any class that implements the JUnitResultFormatter interface (an extension of junit-framework.TestListener) to the running tests. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
