Hi, i'm trying to stop Tomcat, copy files and then restart Tomcat using Ant.
Everything is working fine except that once Tomcat starts, Ant is
deadlocked. i need Ant to continue to run without regards to what Tomcat is
doing. i've searched message boards and i've seen the same question asked,
but i cannot find an answer. Can anyone tell me how to do this? Thanks.
Below is the code i am currently using.
exec dir="c:/apps/Apache/Tomcat4/bin" executable="cmd.exe" os="Windows 2000"
vmlauncher="false"
arg value="/c"/
arg value="startup.bat"/
/exec
d
|