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