https://issues.apache.org/bugzilla/show_bug.cgi?id=48974
Jan Mat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Jan Mat <[email protected]> 2010-03-24 13:04:18 UTC --- The 'depends' ensures that the given target is executed. It does neither ensure the order nor multiple executions of a target. Example: other order Add a dependency from t1 to t2 in your example <target name="t1" depnds="t2"> and t2 is executed first. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
