Hello ,
I have the following example:
<target name="Test">
<antcall target="init" />
<antcall target="apply change" /> (In background)
<antcall target="validate" />
<antcall target="distribution" />
--WAIT for all the parallel to finish
</target>
I want to run the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.