Excellent !!! Thank you very much
Marcial [EMAIL PROTECTED] 29/10/2003 18:32 Please respond to "Maven Users List" <[EMAIL PROTECTED]> To "Maven Users List" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
