if i call a batchfile by an exec-task like this:
<exec executable="cmd" vmlauncher="false" os="Windows 2000"
failonerror="true" timeout="1000">
<arg value="/c ${env.TOMCAT_HOME}\bin\startup.bat" />
</exec>Why is ant hanging after executing the task ???? I set timout to 1 sek and i think the task should be killed after 1 sek but it wwill not be killed .... why ??? Peter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
