> Can you provide the exact text you are using...
I am going to pretty this up when I get it working, but here goes:
> you need set the spawn="true"
I have other dependencies that follow this, and I would rather it just
bomb if the server fails to come up.
Thanks for your help!
Can you provide the exact text you are using...
If you are "exec"ing a process (via the task) ANT will normally wait
until the process exits before proceeding to the next step (to capture output,
return value, logs, etc...). If you do not want the ANT script to wait for the
process to exits