Jim,

Not yet. It has been proposed a few times (I even wrote one once). It will
eventually be available as part of a multithreading solution. For now, you
can pretty quickly whip up your own sleep task which just waits for some
delay.

Conor

----- Original Message -----
From: "Jim Downing" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 24, 2001 12:10 AM
Subject: WAIT task


> Hi,
> I want to use ant to deploy my application to JBoss, and then initialize
and
> test the application. The problem is that JBoss uses a hot deploy method
> whereby you just copy the .ear file into a specified directory and it
> deploys. Deployment only takes a couple of seconds, but my init and test
> applications will already be running by this point.  AFAIK there is no
way
> of getting a success return code from JBoss. I know it's a cludge, but is
> there a built-in task in Ant that would make Ant wait for a few seconds?
>
> jim
>
>

Reply via email to