http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1175
*** shadow/1175 Sun Apr 1 20:36:16 2001 --- shadow/1175.tmp.5846 Sun Apr 1 20:36:17 2001 *************** *** 0 **** --- 1,21 ---- + +============================================================================+ + | Brief option for JUnit Formatter | + +----------------------------------------------------------------------------+ + | Bug #: 1175 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: PC | + | Severity: Enhancement OS/Version: Windows NT/2K | + | Priority: Low Component: Optional Tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The JUnit task has two types of formatting at the moment; you either get a + summary, which hides all the details, or you get a verbose listing, which has + all the data. We found a need for a "middle-ground", which hides the data for + successes (which are in the majority), but shows the detail for failures and + errors.
