https://issues.apache.org/bugzilla/show_bug.cgi?id=46780
Matt Benson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Matt Benson <[email protected]> 2009-02-27 21:49:52 PST --- You have described the exact desired behavior of target dependencies. The depended-upon target is executed first, then the condition is checked and the depending target is executed if proper. This behavior has been intact in Ant for many years--the intended pattern is that you should depend on a target which runs a test to set the property that tells the "working" target whether it should execute. Please correspond on [email protected] if you have further questions about Ant usage. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
