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.
------- Additional Comments From schveiguy@yahoo.com 2004-04-22 13:22 -------
I guess that makes sense. I was thinking in terms of the dependencies being
executed as part of the target, and therefore the property being checked
before the dependencies were checked. To a certain degree, this is true,
since targets will only be executed if they are direct or indirect
dependencies of the default or passed in target, but that once the targets to
be executed are resolved, the dependency tree only governs the order, and
targets are executed independently of eachother.
I see now that this is clear in the documentation. I should have paid better
attention, sorry for the nuisance :)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|