RE: CVS failure notification..

2005-08-19 Thread Rizwan Merchant
19, 2005 12:58 PM To: Ant Users List Subject: RE: CVS failure notification.. Hello, --- Rizwan Merchant <[EMAIL PROTECTED]> wrote: > I looked through Mailloggers..it doesnt seem to have > the capability to send > out emails based on specific target errors..i.e > error on targe

RE: CVS failure notification..

2005-08-19 Thread Ivan Ivanov
Hello, --- Rizwan Merchant <[EMAIL PROTECTED]> wrote: > I looked through Mailloggers..it doesnt seem to have > the capability to send > out emails based on specific target errors..i.e > error on target 1 --> send email to person 1 > error on target 2 --> send email to person 2 Yes, I see... Well,

RE: CVS failure notification..

2005-08-19 Thread Rizwan Merchant
there doesnt seem to be any concrete examples of how to use Mailloggers on the ant site.. Thanks a lot, appreciate your help. -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 11:58 AM To: Ant Users List Subject: RE: CVS failure notification.. Hell

RE: CVS failure notification..

2005-08-19 Thread Ivan Ivanov
go > about doing what we want... > > -Original Message- > From: Ivan Ivanov > [mailto:[EMAIL PROTECTED] > Sent: Friday, August 19, 2005 11:08 AM > To: Ant Users List > Subject: Re: CVS failure notification.. > > > Hello, > > one way to do this is to use erro

RE: CVS failure notification..

2005-08-19 Thread Rizwan Merchant
each task in case of failure? then we can just test the property and go about doing what we want... -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 11:08 AM To: Ant Users List Subject: Re: CVS failure notification.. Hello, one way to do this

Re: CVS failure notification..

2005-08-19 Thread Ivan Ivanov
Hello, one way to do this is to use error and output attributes of task (quote from [1]): output - the file to direct standard output from the (cvs) command. error - the file to direct standard error from the (cvs) command So you can store the error in a text file, than load that file as a prope

CVS failure notification..

2005-08-19 Thread Rizwan Merchant
Hi, I'm using ant to checkout code from the CVS. If the checkout is not successful I would like to send an email to someone to notify them of the problem. How do I detect this error in ant? Say the password on the cvs account is wrong, cvs notifies of bad login and then the ant continues executin