Output of tests in forked mode to file instead to System.out
------------------------------------------------------------

         Key: SUREFIRE-23
         URL: http://jira.codehaus.org/browse/SUREFIRE-23
     Project: surefire
        Type: New Feature

    Versions: 1.5    
 Environment: windows xp, maven 2.0.1, surefire 1.5
    Reporter: Michal Stochmialek
 Assigned to: Jason van Zyl 


There is a need to use file for output of tests in the fork mode. 

According to sources, sys.err and sys.out of forked jvm are written to 
StringWriter. At the end there are put to System.out. I think it wouldn't be 
difficult, to put them to file instead to console. In result, output of builds 
won't be so messy...

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to