Thank you Dion,

I'm not sure I've got your Idea.
What I trying to do is to use Maillogger
http://ant.apache.org/manual/listeners.html#MailLogger
That allows to send different messages to different users based on success
of the build.
So that from reactor I can start projects, and for each project there are
different recipients, 
if project fails, I will receive failure notice plus stack trace,
but if the build succeed, users receive appropriate message.

Thank you.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 29, 2003 10:53 AM
To: Maven Users List
Subject: RE: HowTo log Maven output for each project within Reactor


record start
record stop
mail (see http://ant.apache.org/manual/CoreTasks/mail.html )
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc


Alexey Krasnoriadtsev <[EMAIL PROTECTED]> wrote on 
30/10/2003 05:36:02 AM:

> It's is nice to log to the file,
> but how can I use ant's Maillogger with maven?
> 
> Thank you.
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 29, 2003 10:30 AM
> To: Maven Users List
> Cc: [EMAIL PROTECTED]
> Subject: Re: HowTo log Maven output for each project within Reactor
> 
> 
>   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]
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to