Hi,
I need to run an script file as a daemon, and keep resulting process alive
when ant tasks execution finishes.
I've tried
<parallel>
<daemons>
<exec dir="/jboss/bin"
executable="/jboss/bin/start.sh"/>
</daemons>
</parallel>
but it didn't work.
Does anybody know the way to run batch files as daemons that live after ant
finishes? Could sombody send me a sample code?
Thanks in advance.
Jose Carlos
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|