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
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:
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
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
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: