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-user] scripting with Ant


> 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
> unix I could modify run.sh to start jboss in the background but this
> solution doesn't work under windows.
>
> Am I just missing some option that lets me start jboss without blocking?
It
> seems odd that there is a shutdown class when there is no way to start as
a
> background process.
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to