RE: newbie question emailing build file

2004-04-01 Thread Edward Peloke
, April 01, 2004 2:19 PM To: Ant Users List Subject: Re: newbie question emailing build file See http://ant.apache.org/manual/listeners.html#MailLogger -Matt --- Edward Peloke <[EMAIL PROTECTED]> wrote: > What it the best way to e-mail the build file? I > know I can use the mail >

Re: newbie question emailing build file

2004-04-01 Thread Matt Benson
See http://ant.apache.org/manual/listeners.html#MailLogger -Matt --- Edward Peloke <[EMAIL PROTECTED]> wrote: > What it the best way to e-mail the build file? I > know I can use the mail > task to e-mail files but it won't e-mail the ant > logfile as it hasn't > completed yet...right? What is t

newbie question emailing build file

2004-04-01 Thread Edward Peloke
What it the best way to e-mail the build file? I know I can use the mail task to e-mail files but it won't e-mail the ant logfile as it hasn't completed yet...right? What is the best way to get an e-mail when the build is over telling me if it was successfull? Should I kick off another build scr