iif you dont mind the task running as daemon
you can setup a list of daemons in daemons nested element in the parallel task
http://ant.apache.org/manual/Tasks/parallel.html
similar to exec with spawn
http://ant.apache.org/manual/Tasks/exec.html
Martin Gainty
The only change is the ant version used. I've already determined this.
All my build xml files are under version control. The only change was using
1.8.2 instead of 1.7.0 in a cruisecontrol config file for where it looks for
the ant binaries to use. I have both the 1.7 and 1.8.2 ant binaries in m
Hi Adam,
I'm not familiar with any such change in Ant. Which doesn't mean there is none.
:-)
Is there a change in the build.xml file?
Or can you run with the two versions of ant on the same file and get the
differences you mention?
Have you looked at the 1.7 and 1.8.2 Ant docs for the ant exec