You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ma...@guardeonic.com on 2003/10/29 14:57:19 UTC

HowTo log Maven output for each project within Reactor

  Hi all,

    Is there any way that I can set up the reactor plugin to record logs 
for each project involved in the operation?

   I have the following reactor goal :
        <goal name="all">
                <attainGoal name="prepareFileSystem"></attainGoal>
                <m:reactor basedir="${basedir}"
                           includes="components/*/project.xml"
                           goals="all, updateMavenRepository"
                           banner="Building"
                           ignoreFailures="false"/>
        </goal>

   All the projects are software projects (compile, jars, test, and so on) 
and I need to record the maven output for each project in individual 
files.
   So far, I have been using Ant to kick off each projects individually 
and recording the output with: ant -logfile <file>

   Is there any way that I can set up the reactor plugin to record logs 
for each project involved?

   Thank you 

    Marcial Rosales

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


Re: HowTo log Maven output for each project within Reactor

Posted by Ma...@guardeonic.com.
  Excellent  !!! 

  Thank you very much

  Marcial 



dion@multitask.com.au 
29/10/2003 18:32
Please respond to
"Maven Users List" <us...@maven.apache.org>


To
"Maven Users List" <us...@maven.apache.org>
cc

Subject
Re: HowTo log Maven output for each project within Reactor






Use the ant record task?

See http://ant.apache.org/manual/CoreTasks/recorder.html
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc


Marcial.Rosales@guardeonic.com wrote on 30/10/2003 12:57:19 AM:

>   Hi all,
>
>     Is there any way that I can set up the reactor plugin to record logs

> for each project involved in the operation?
>
>    I have the following reactor goal :
>         <goal name="all">
>                 <attainGoal name="prepareFileSystem"></attainGoal>
>                 <m:reactor basedir="${basedir}"
>                            includes="components/*/project.xml"
>                            goals="all, updateMavenRepository"
>                            banner="Building"
>                            ignoreFailures="false"/>
>         </goal>
>
>    All the projects are software projects (compile, jars, test, and so
on)
> and I need to record the maven output for each project in individual
> files.
>    So far, I have been using Ant to kick off each projects individually
> and recording the output with: ant -logfile <file>
>
>    Is there any way that I can set up the reactor plugin to record logs
> for each project involved?
>
>    Thank you
>
>     Marcial Rosales
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


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




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


Re: HowTo log Maven output for each project within Reactor

Posted by di...@multitask.com.au.
Use the ant record task?

See http://ant.apache.org/manual/CoreTasks/recorder.html
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc


Marcial.Rosales@guardeonic.com wrote on 30/10/2003 12:57:19 AM:

>   Hi all,
> 
>     Is there any way that I can set up the reactor plugin to record logs 

> for each project involved in the operation?
> 
>    I have the following reactor goal :
>         <goal name="all">
>                 <attainGoal name="prepareFileSystem"></attainGoal>
>                 <m:reactor basedir="${basedir}"
>                            includes="components/*/project.xml"
>                            goals="all, updateMavenRepository"
>                            banner="Building"
>                            ignoreFailures="false"/>
>         </goal>
> 
>    All the projects are software projects (compile, jars, test, and so 
on) 
> and I need to record the maven output for each project in individual 
> files.
>    So far, I have been using Ant to kick off each projects individually 
> and recording the output with: ant -logfile <file>
> 
>    Is there any way that I can set up the reactor plugin to record logs 
> for each project involved?
> 
>    Thank you 
> 
>     Marcial Rosales
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


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