Re: Conditional target execution based on prerequisite execution

2003-02-18 Thread Timothy Wall
On Tuesday, February 18, 2003, at 08:43 PM, Mike Ayers wrote: From: Martin [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 25, 2002 3:05 PM 1)The regular Target dependency tree This, it should be noted, is really no different from make. It can just be difficult to line up features betw

Re: Conditional target execution based on prerequisite execution

2003-02-18 Thread Timothy Wall
On Sunday, August 25, 2002, at 06:05 PM, Martin wrote: Tim/Mike It appears we have 2 items here 1)The regular Target dependency tree 2)Targets which should be executed everytime the Project build is invoked. Does Ant have a mechanism for ALWAYS executing specified targets everytime the Project

Re: AW: Conditional target execution based on prerequisite execution

2003-02-18 Thread Timothy Wall
if/unless tests). Note that target B only takes non-zero time to run if the tasks it contains take non-zero time to run, and again, the determination that a particular task in a target should execute is performed by the task, not the target. Dale Anson Timothy Wall wrote: The goal is not &quo