Re: A possible solution for conditional execution of tasks?

2005-05-29 Thread Sandip Chitale
problems. Regards, Sandip Phil :n. -Original Message- From: Sandip Chitale [mailto:[EMAIL PROTECTED] Sent: Sat 28/05/2005 18:56 To: dev@ant.apache.org Cc: Subject: A possible solution for conditional execution of tasks? To conditionally execute a step

A possible solution for conditional execution of tasks?

2005-05-28 Thread Sandip Chitale
To conditionally execute a step in Ant one has to resort to setting up a target structure like this: : target name=predicate condition property=condition-satisfied available .../ : /condition /target target name=conditional-step if=condition-satisfied !-- conditional tasks here