You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "mike perham (JIRA)" <ji...@codehaus.org> on 2005/09/22 15:38:10 UTC

[jira] Created: (MNG-964) Surefire should have option to output to console

Surefire should have option to output to console
------------------------------------------------

         Key: MNG-964
         URL: http://jira.codehaus.org/browse/MNG-964
     Project: Maven 2
        Type: Improvement
  Components: maven-surefire-plugin  
    Versions: 2.0-beta-1    
 Reporter: mike perham
    Priority: Minor


Just as maven1 supports the maven.junit.usefile property, I would like to see the capability to turn on console output of the tests.  This can be useful when tracking down a problem in one's unit tests.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-964) Surefire should have option to output to console

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-964?page=all ]
     
Brett Porter closed MNG-964:
----------------------------

     Resolution: Fixed
    Fix Version:     (was: 2.0-beta-4)
                 2.0-beta-3

> Surefire should have option to output to console
> ------------------------------------------------
>
>          Key: MNG-964
>          URL: http://jira.codehaus.org/browse/MNG-964
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-surefire-plugin
>     Versions: 2.0-beta-2
>     Reporter: mike perham
>     Assignee: Johnny R. Ruiz III
>     Priority: Minor
>      Fix For: 2.0-beta-3
>  Attachments: MNG-978_MNG-979_MNG-964-maven-surefire-plugin.patch
>
> Original Estimate: 10 hours
>         Remaining: 10 hours
>
> Just as maven1 supports the maven.junit.usefile property, I would like to see the capability to turn on console output of the tests.  This can be useful when tracking down a problem in one's unit tests.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-964) Surefire should have option to output to console

Posted by "Johnny R. Ruiz III (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-964?page=all ]

Johnny R. Ruiz III updated MNG-964:
-----------------------------------

               Version:     (was: 2.0-beta-1)
                        2.0-beta-2
    Remaining Estimate: 10 hours
     Original Estimate: 36000

> Surefire should have option to output to console
> ------------------------------------------------
>
>          Key: MNG-964
>          URL: http://jira.codehaus.org/browse/MNG-964
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-surefire-plugin
>     Versions: 2.0-beta-2
>     Reporter: mike perham
>     Assignee: Johnny R. Ruiz III
>     Priority: Minor
>      Fix For: 2.0-beta-4

>
> Original Estimate: 10 hours
>         Remaining: 10 hours
>
> Just as maven1 supports the maven.junit.usefile property, I would like to see the capability to turn on console output of the tests.  This can be useful when tracking down a problem in one's unit tests.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-964) Surefire should have option to output to console

Posted by "Johnny R. Ruiz III (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-964?page=all ]

Johnny R. Ruiz III updated MNG-964:
-----------------------------------

    Attachment: MNG-978_MNG-979_MNG-964-maven-surefire-plugin.patch

This is a fix for JIRA Issue # : MNG-964, MNG-978, MNG-979

I added parameters printSummary, reportFormat, and useFile to configure the reporting format.  

> Surefire should have option to output to console
> ------------------------------------------------
>
>          Key: MNG-964
>          URL: http://jira.codehaus.org/browse/MNG-964
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-surefire-plugin
>     Versions: 2.0-beta-2
>     Reporter: mike perham
>     Assignee: Johnny R. Ruiz III
>     Priority: Minor
>      Fix For: 2.0-beta-4
>  Attachments: MNG-978_MNG-979_MNG-964-maven-surefire-plugin.patch
>
> Original Estimate: 10 hours
>         Remaining: 10 hours
>
> Just as maven1 supports the maven.junit.usefile property, I would like to see the capability to turn on console output of the tests.  This can be useful when tracking down a problem in one's unit tests.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-964) Surefire should have option to output to console

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-964?page=all ]

Brett Porter updated MNG-964:
-----------------------------

    Fix Version: 2.0-beta-4

> Surefire should have option to output to console
> ------------------------------------------------
>
>          Key: MNG-964
>          URL: http://jira.codehaus.org/browse/MNG-964
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-surefire-plugin
>     Versions: 2.0-beta-1
>     Reporter: mike perham
>     Priority: Minor
>      Fix For: 2.0-beta-4

>
>
> Just as maven1 supports the maven.junit.usefile property, I would like to see the capability to turn on console output of the tests.  This can be useful when tracking down a problem in one's unit tests.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org