You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "J. Matthew Pryor" <jm...@verveinc.com> on 2000/12/11 05:12:37 UTC

depends vs. if/unless

If a target has a depends clause for a target that sets a property that is
used in an if/unless clause on the same target, do all the targets in the
depends clause get called before the if/unless clause is evaluated ?

I think my build file works this way, but I am not sure if it is guaranteed
or semi-deterministic

Thanks,
Matthew