I've been working on forking surefire - we don't have a convention for the 
logging that stand alone componenets ought to provide when forked
--------------------------------------------------------------------------------------------------------------------------------------------

         Key: MNG-1146
         URL: http://jira.codehaus.org/browse/MNG-1146
     Project: Maven 2
        Type: Improvement
    Versions: 2.0-beta-3    
 Environment: All
 Reporter: Andy Glick


The maven-compiler-plugin invokes plexus.compilers.JavacCompiler which runs 
javac as a child process with the help of plexus.util.cli
The maven-surefire-plugin invokes SurefireBooter which runs Surefire as a child 
process with the help of plexus.util.cli.

IIRC Ant provides more useful debug time output than either plexus or surefire 
when forking is taking place. I should think that it would be useful to agree 
on some minimal output if the forked process runs under "m2 -X".

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to