> Hi *! > > I just learned by try and error that the tags "if" and "depends" in a > target don't cooperate the way I expected. > I expected that, when a target is nor executed because of some if or unless > clause, all dpenedend targets won't be executed, either. But they are! > > Is this considered a bug or a feature? :^) What will be the behaviour of the > next Ant release? It is the expected and desired behaviour. It is the same in the next release. Conor
- if and depends in a target Kai Bartels
- Re: if and depends in a target Conor MacNeill
- Re: if and depends in a target Stefan Bodewig
- Re: if and depends in a target Peter Donald
- Re: if and depends in a target Don Taylor