Re: Target unless question

2009-08-14 Thread Scot P. Floess
David: Thanks - I know all this :) I didn't go into much explanation - just simplified it down... But, to be specific - I have this build environment with many empty targets that are later defined (by scripts who import this one) that do processing specific to the target - for example I have

Re: Target unless question

2009-08-13 Thread David Weintraub
On Thu, Aug 13, 2009 at 3:09 PM, Scot P. Floess wrote: > > I was under the impression that using an unless attribute on a target will > not run the target if that property is set... However, if there are is a > depends attribute defined, the targets in the depend are run regardless? > Remember:

RE: Target unless question

2009-08-13 Thread Scot P. Floess
ay, August 13, 2009 2:09 PM To: user@ant.apache.org Subject: Target unless question All: I was under the impression that using an unless attribute on a target will not run the target if that property is set... However, if there are is a depends attribute defined, the targets in the depend are run rega

RE: Target unless question

2009-08-13 Thread Shawn Castrianni
ianni -Original Message- From: Scot P. Floess [mailto:sflo...@nc.rr.com] Sent: Thursday, August 13, 2009 2:09 PM To: user@ant.apache.org Subject: Target unless question All: I was under the impression that using an unless attribute on a target will not run the target if that property i

Target unless question

2009-08-13 Thread Scot P. Floess
All: I was under the impression that using an unless attribute on a target will not run the target if that property is set... However, if there are is a depends attribute defined, the targets in the depend are run regardless? Is this correct? For example consider the following: