RE: send email about status of the build

2006-02-07 Thread Anderson, Rob (Global Trade)
Indeed MailLogger is probably your best option. Combine that with and you can have the subject of the email reflect the status of the build. -Rob Anderson > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, February 06, 2006 10:12 PM > To: user@ant

Re: send email about status of the build

2006-02-07 Thread Ivan \"Rambius\" Ivanov
Hello, In general you can send emails from Ant using task. However, it is not useful for emailing the status of the build, because the build may fail and stop before reaching the target with task, i.e. in case of failure you will not receive an email. --- Deep Chand <[EMAIL PROTECTED]> wrote:

Re: send email about status of the build

2006-02-06 Thread Tommy Nordgren
See the book Extreme Programming with Ant, from Sams Publishing The subject is adequately covered there. On Feb 7, 2006, at 6:52 AM, Deep Chand wrote: Hello community, I'm a newbie to Ant. I tried to search for this solution but couldn't find. I want to send emails with the status of the b

Re: send email about status of the build

2006-02-06 Thread Ninju Bohra
You can use the task to capture output to a file. For a more complete build status/notification system you should look into CruiseControl rather than trying to add on the email/logging features to a build script. Enjoy, Ninju - Original Message From: Deep Chand <[EMAIL PROTEC