On 2011-02-18, shaffic wrote:
> Thanks can u tel me how i can use the if condition in my ant.
> I am callin one ant2 script from another ant1 script,while calling ant2 i
> don want to run all the targets.but when i run the ant2 alone it should run
> all the targets.
You use unless on all targets
Jul 27, 2006 kl. 10:14 PM skrev Wojciech Zalecki:
Hi all
I'm using single ANT script to compile many .net projects.
One of the projects in my build requires compilation under framework
2.0 (the rest is 1.1).
I want to change my script so that in particular moment , before
calling csc task to c