Re: if and depends in a target

2001-08-08 Thread Don Taylor
--- Kai Bartels <[EMAIL PROTECTED]> wrote: > 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 >

Re: if and depends in a target

2001-08-08 Thread Peter Donald
On Wed, 8 Aug 2001 23:31, Kai Bartels wrote: > Hi *! 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 >

Re: if and depends in a target

2001-08-08 Thread Stefan Bodewig
On Wed, 8 Aug 2001, Kai Bartels <[EMAIL PROTECTED]> wrote: > Is this considered a bug or a feature? :^) Expected behavior. > What will be the behaviour of the next Ant release? The same. This is to allow thing like Stefan

Re: if and depends in a target

2001-08-08 Thread Conor MacNeill
> 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'

if and depends in a target

2001-08-08 Thread Kai Bartels
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!