Re: target conditional and dependency issue

2008-08-22 Thread David Weintraub
On Fri, Aug 22, 2008 at 11:03 AM, Eric Wood <[EMAIL PROTECTED]> wrote: > I have a target that I only want to execute if a property is set, but it > executes the dependencies regardless. Yes, the dependencies to get hit before the test is done. There's a reason for that:

target conditional and dependency issue

2008-08-22 Thread Eric Wood
I have a target that I only want to execute if a property is set, but it executes the dependencies regardless. The code looks like this: What I have used as a work around is: This works, but it doesn't seem very ANT like. Do folks have a better, way to perfo