The ant manual for the exec task:
http://ant.apache.org/manual/Tasks/exec.html
talks about the spawn attribute. Here is the description:
whether or not you want the command to be spawned
Default is false.
If you spawn a command, its output will not be logged by ant.
The input, output, error, and re
Hi,
I am running script in background with exec task in ant file. But the issue
is ant target waits for the script execution to complete.
But ideally, I want script to execute in background and move further other
targets in build.xml.
"Done."
Any help?
-Vino