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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23783

Calling Multiple Targets doesn't resolve the dependency properly





------- Additional Comments From [EMAIL PROTECTED]  2003-10-13 15:52 -------
This is by design... Probably won't change behavior. Would need new notation to 
specify a set of targets which should share a dependency graph (as if all in 
the depends attribute of a virtual command line target;-)

You can turn around this somewhat by setting a property at the end of the 
target you do not want re-executed, and adding an 'unless' attribute on that 
property for the target. This works because the CLI targets share a common 
project (stores the properties) which is not reset, but do not share a 
dependency graph. Go figure ;-)

--DD

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

Reply via email to