RE: Ant For task

2010-05-20 Thread Pooja Ganapathi
like the following : > > > > > >classpathref="ant-contrib.classpath" /> > > Hope this helps! > > > -Original Message- > From: Pooja Ganapathi [mailto:pooja.ganapa...@gmail.com] > Sent: Friday, May 14, 2010 4:15

Ant For task

2010-05-14 Thread Pooja Ganapathi
Hi, I am trying to use the for task in my ant script but not able to. initially i thought having --> is well enough for using it. But it doesn't looked os. After search, i tried to use the below format . However, it is giving me the below error message: "taskdef class "ignore"/> cannot be fou

Re: AW: Using anteater in ant

2010-04-13 Thread Pooja Ganapathi
hi, here is the URL --> http://aft.sourceforge.net/manual/Test%20tasks.html#elem:responseCode If you just scroll down, you might see the code like this : ** This is useful in conjunction with a property setter:

Using anteater in ant

2010-04-12 Thread Pooja Ganapathi
HI, I am using anteater testing tool in my ant build, to test few URLS as smoke test. So am using the , ,, to validate my URLS. I am trying to capture the result of this testinng with assign attribute as in match,which i could use later with condition. The anteater manual page (test tasks) decri

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

To set property on any build status

2010-04-08 Thread Pooja Ganapathi
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 of the build as a property, so that based on the property, different emails could be send. Could any one guide me how to acheive this? Note: i don't want Maillogg