I Use the <if> from antcontrib to achieve this. -----Ursprüngliche Nachricht----- Von: Vimil Saju [mailto:vimils...@yahoo.com] Gesendet: Donnerstag, 21. Juli 2011 23:17 An: Ant Users List Betreff: optional depends for targets
Hi, Is it possible for a target to optionally depend on another target? For example consider target A has an optional dependency on target B target C depends on target A When the build is invoked with target C then only targets A and C should get executed in the order A,C. However if the build is invoked with targets C,B,A then the targets should be executed in the order B, A, C. Thanks Vimil --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org