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