RE: A possible solution for conditional execution of tasks?

2005-05-29 Thread Phil Weighill-Smith
Sun 29/05/2005 16:06 To: Ant Developers List Cc: Subject: Re: A possible solution for conditional execution of tasks? Phil Weighill-Smith wrote: >My opinion regarding the disadvantages of this approach: > >

Re: A possible solution for conditional execution of tasks?

2005-05-29 Thread Sandip Chitale
Google search revealed that many people are looking for solutions for similar 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 condit

RE: A possible solution for conditional execution of tasks?

2005-05-29 Thread Phil Weighill-Smith
quot;execute" method, the condition/if/unless processing would need to happen outside this method. Phil :n. -Original Message- From: Sandip Chitale [mailto:[EMAIL PROTECTED] Sent: Sat 28/05/2005 18:56 To: dev@ant.apache.org Cc: Subj

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: : : : : : : : This is because of several reasons: * The ant tasks do not have something like *if* attribute. * One cannot get away with only two target