Re: Waitfor task

2006-08-30 Thread Steve Loughran
DHARNA, AJAY [AG/1000] wrote: I forgot to mention, when I hit the URL on the web browser it seems to hang and doesn't return - this I why I was hoping the timeout would work in the waitfor task. no, waitfor doesnt do what you want It spins, evaluating a test for three minutes, but doe

RE: Waitfor task

2006-08-29 Thread DHARNA, AJAY [AG/1000]
I forgot to mention, when I hit the URL on the web browser it seems to hang and doesn't return - this I why I was hoping the timeout would work in the waitfor task. -Original Message- From: DHARNA, AJAY [AG/1000] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 11:04 AM To:

Waitfor task

2006-08-29 Thread DHARNA, AJAY [AG/1000]
I am using the waitfor task as defined below: - the deafult wait time is 3 minute - this however doesn't seem to be working - the task just keeps on waiting. Am I missing something?

Re: Typo in documentation for Waitfor task

2005-10-11 Thread Gisbert Amm
Matt Benson wrote: --- Gisbert Amm <[EMAIL PROTECTED]> wrote: I'd like to fix such typos in the source of the docs myself if possible. You might read http://jakarta.apache.org/site/getinvolved.html for an idea of how to reach this point. Thank's for the direction. Gisbert

Re: Typo in documentation for Waitfor task

2005-10-10 Thread Matt Benson
--- Gisbert Amm <[EMAIL PROTECTED]> wrote: > The last example on > > http://ant.apache.org/manual/CoreTasks/waitfor.html > > starts as follows > > > > where it should be > > > Fixed in SVN, thanks! > > I'd like to fix such typos in the source of the docs

Typo in documentation for Waitfor task

2005-10-10 Thread Gisbert Amm
The last example on http://ant.apache.org/manual/CoreTasks/waitfor.html starts as follows where it should be I'd like to fix such typos in the source of the docs myself if possible. It would take less time than writing mails like this and having another

Re: can I subclass Condition to create my own conditions for "waitfor" task?

2003-09-22 Thread peter reilly
ition: The condition can then be used in the waitfor task; Peter On Friday 19 September 2003 23:06, Alan Bram wrote: > Hello, > > I've written an Ant task that I will use in running unit tests (under > CruiseControl). The task waits for my JBoss server to complete