Re: [JBoss-user] scripting with Ant

2001-05-31 Thread Ivan Novick
My idea would be to leave Jboss running and just use ant to redeploy and run the tests. Why restart JBoss? Ivan - Original Message - From: "Warren Janssens" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 30, 2001 3:51 PM Subject: [JBoss-us

[JBoss-user] scripting with Ant

2001-05-30 Thread Warren Janssens
What I would like to do is set up an ant script for automated testing that brings the server up, deploys all of the jars, runs my junit tests, then stops the server. Using ant there is no way to do this since neither exec or java tasks are capable of starting a process in the background. Under u