In a given target I can call depends to point to which target should be run
before this.

Eg.

<target name=A depends="B,C">


Now if I call

prompt> ant B

How do I make A run after this?

Thanks.

Reply via email to