DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28513>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28513

Ant executes targets that are dependencies of other targets which are not 
selected because of an "if" attribute.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2004-04-21 15:34 -------
This is by design.

The if/unless attributes are only tested at the time the target is about to be
executed. It is impossible, in the formal turing-equivalence sense, to determine
if those properties will be set/unset untill all dependent targets have 
executed. 

The if/unless attributes therefore do not control execution of the entire
dependency graph, only the indivudal targets that are so marked up.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to