Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPTEST-43

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPTEST-43
    Summary: Add the ability to control junit's showoutput attribute
       Type: Improvement

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-test-plugin

   Assignee: 
   Reporter: Matthias Kerkhoff

    Created: Wed, 29 Sep 2004 3:20 PM
    Updated: Wed, 29 Sep 2004 3:20 PM

Description:
There are situations in which the full output of the junit task is needed. 
This happens typically when the test fails due to an internal error (as opposed to a 
test failure). For example, if you have a test case which doesn't have all required 
classes in its classpath, invoking this test will create a ClassNotFoundException. 
Other examples might include test cases which rely on the presence or execution of 
native code.
The stack trace for junit errors that occur before the test method is executed will 
only be visible if the showoutput attribute of the junit task is set to true. 

I would suggest to either make the showoutput attribute configurable through an 
additional maven property and/or to set showoutput=true unconditionally if maven is 
executed in debug mode (-X option). 



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to