You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jason van Zyl (JIRA)" <ji...@codehaus.org> on 2006/01/28 05:09:06 UTC

[jira] Created: (MNG-2023) Make forked mode console output look the same as non-forked mode console output

Make forked mode console output look the same as non-forked mode console output
-------------------------------------------------------------------------------

         Key: MNG-2023
         URL: http://jira.codehaus.org/browse/MNG-2023
     Project: Maven 2
        Type: Bug

    Reporter: Jason van Zyl


Right now nothing comes out on the console which is confusing to users.

-- 
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] Commented: (MSUREFIRE-53) Make forked mode console output look the same as non-forked mode console output

Posted by "Mike Whittemore (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSUREFIRE-53?page=comments#action_59834 ] 

Mike Whittemore commented on MSUREFIRE-53:
------------------------------------------

To elaborate on my above comment, I have not been able to get any log4j output into the console our into a surefire report. My log4j.properties file is located in test-classes, and looks like this (copied from the log4j manual):

    log4j.rootLogger=DEBUG, A1
    log4j.appender.A1=org.apache.log4j.ConsoleAppender
    log4j.appender.A1.layout=org.apache.log4j.PatternLayout
    log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n

An additional data point: I am using the commons-logging API, with the log4j jar as a dependency. This used to work.


> Make forked mode console output look the same as non-forked mode console output
> -------------------------------------------------------------------------------
>
>          Key: MSUREFIRE-53
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-53
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Reporter: Jason van Zyl
>     Assignee: Jason van Zyl
>      Fix For: 2.1.3

>
>
> Right now nothing comes out on the console which is confusing to users.

-- 
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] Commented: (MSUREFIRE-53) Make forked mode console output look the same as non-forked mode console output

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSUREFIRE-53?page=comments#action_57158 ] 

Carlos Sanchez commented on MSUREFIRE-53:
-----------------------------------------

When using
<forkMode>perBatch</forkMode>
I don't get the surefire reports either in the target folder

> Make forked mode console output look the same as non-forked mode console output
> -------------------------------------------------------------------------------
>
>          Key: MSUREFIRE-53
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-53
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Reporter: Jason van Zyl
>      Fix For: 2.1.3

>
>
> Right now nothing comes out on the console which is confusing to users.

-- 
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: (MSUREFIRE-53) Make forked mode console output look the same as non-forked mode console output

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSUREFIRE-53?page=all ]
     
Jason van Zyl closed MSUREFIRE-53:
----------------------------------

    Resolution: Fixed

The output in forked mode is now the same as non-forked mode.

> Make forked mode console output look the same as non-forked mode console output
> -------------------------------------------------------------------------------
>
>          Key: MSUREFIRE-53
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-53
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Reporter: Jason van Zyl
>     Assignee: Jason van Zyl
>      Fix For: 2.1.3

>
>
> Right now nothing comes out on the console which is confusing to users.

-- 
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] Commented: (MSUREFIRE-53) Make forked mode console output look the same as non-forked mode console output

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSUREFIRE-53?page=comments#action_57668 ] 

Carlos Sanchez commented on MSUREFIRE-53:
-----------------------------------------

My fault, perBatch is not an allowed value, added values to the docs

> Make forked mode console output look the same as non-forked mode console output
> -------------------------------------------------------------------------------
>
>          Key: MSUREFIRE-53
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-53
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Reporter: Jason van Zyl
>      Fix For: 2.1.3

>
>
> Right now nothing comes out on the console which is confusing to users.

-- 
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] Commented: (MSUREFIRE-53) Make forked mode console output look the same as non-forked mode console output

Posted by "Mike Whittemore (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSUREFIRE-53?page=comments#action_59830 ] 

Mike Whittemore commented on MSUREFIRE-53:
------------------------------------------

I have built the latest plugin from subversion (2.1.3-SNAPSHOT), see some improved output  (test summaries), and see output from stdout and stderr in the test reports. However, I still do not see log4j output, even though I've configured log4j to output to the console with full debug turned on. See MSUREFIRE-42, which is marked as a duplicate of this issue and describes loss of log5j output.

I've tested this with forkMode=none as well as also do not see log4j output. Can anyone confirm whether the log4j portion of this issue is in fact fixed?

> Make forked mode console output look the same as non-forked mode console output
> -------------------------------------------------------------------------------
>
>          Key: MSUREFIRE-53
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-53
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Reporter: Jason van Zyl
>     Assignee: Jason van Zyl
>      Fix For: 2.1.3

>
>
> Right now nothing comes out on the console which is confusing to users.

-- 
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] Commented: (MSUREFIRE-53) Make forked mode console output look the same as non-forked mode console output

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSUREFIRE-53?page=comments#action_59842 ] 

Brett Porter commented on MSUREFIRE-53:
---------------------------------------

I believe I've fixed this on the (currently unstable) surefire-testng branch:
http://svn.apache.org/viewcvs.cgi/maven/surefire/branches/surefire-testng/
http://svn.apache.org/viewcvs.cgi/maven/plugins/branches/maven-surefire-plugin-testng/

> Make forked mode console output look the same as non-forked mode console output
> -------------------------------------------------------------------------------
>
>          Key: MSUREFIRE-53
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-53
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Reporter: Jason van Zyl
>     Assignee: Jason van Zyl
>      Fix For: 2.1.3

>
>
> Right now nothing comes out on the console which is confusing to users.

-- 
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] Commented: (MSUREFIRE-53) Make forked mode console output look the same as non-forked mode console output

Posted by "Mike Whittemore (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSUREFIRE-53?page=comments#action_57445 ] 

Mike Whittemore commented on MSUREFIRE-53:
------------------------------------------

FYI, <forkMode>once</forkMode> also has the problem.

> Make forked mode console output look the same as non-forked mode console output
> -------------------------------------------------------------------------------
>
>          Key: MSUREFIRE-53
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-53
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Reporter: Jason van Zyl
>      Fix For: 2.1.3

>
>
> Right now nothing comes out on the console which is confusing to users.

-- 
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: (MSUREFIRE-53) Make forked mode console output look the same as non-forked mode console output

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSUREFIRE-53?page=all ]

Jason van Zyl updated MSUREFIRE-53:
-----------------------------------

    Fix Version: 2.1.3

> Make forked mode console output look the same as non-forked mode console output
> -------------------------------------------------------------------------------
>
>          Key: MSUREFIRE-53
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-53
>      Project: Maven 2.x Surefire Plugin
>         Type: Bug

>     Reporter: Jason van Zyl
>      Fix For: 2.1.3

>
>
> Right now nothing comes out on the console which is confusing to users.

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