Re: To set property on any build status

2010-04-09 Thread Gilbert Rebhan
Original Message Subject: Re: To set property on any build status From: Pooja Ganapathi To: user@ant.apache.org Date: 09.04.2010 09:39 > > Hey Gilbert, > > Thanks, that was a useful info on try\catch. I implemented it in my script, > and it was good. > How

RE: To set property on any build status

2010-04-09 Thread Pooja Ganapathi
Hey Gilbert, Thanks, that was a useful info on try\catch. I implemented it in my script, and it was good. However, when I tried to catch any exception, it didn't do that well. basically, I have a main target, which does couple of tasks -this I have put under try and have set exception message to

Re: To set property on any build status

2010-04-08 Thread Gilbert Rebhan
Original Message Subject: To set property on any build status From: Pooja Ganapathi To: user@ant.apache.org Date: 08.04.2010 14:14 > > hi, > > I need my ant build to sent mails based on success or failure of build. > > In brief, after the build, i want to capture the status

RE: To set property on any build status

2010-04-08 Thread Martin Gainty
setup a log for output parameter for all tasks concatenate (append) results for each task onto log(.properties) if your output is in properties file format e.g. key=value any build.xml will be able to read those property attributes later on e.g. http://ant.apache.org/manual/CoreTasks/p