toggling a property to control target execution

2001-05-23 Thread Lou Colon
Is there a way to unset a property? I am trying to use the conditional target execution based on a property. The problem is that once the property has been set (to any value) I have not been able to return to the previously set state. For example, ant target=doSomething !- does nothing

Re: toggling a property to control target execution

2001-05-23 Thread Diane Holt
--- Lou Colon [EMAIL PROTECTED] wrote: Is there a way to unset a property? Not currently. I seem to remember someone recently sending either a new task to do that or a mod to property, but I couldn't find anything in the archives. So either I dreamed it, or I just didn't hit on the right thing

RE: toggling a property to control target execution

2001-05-23 Thread Mark Chamness
]] Sent: Wednesday, May 23, 2001 1:19 PM To: [EMAIL PROTECTED] Subject: Re: toggling a property to control target execution --- Lou Colon [EMAIL PROTECTED] wrote: Is there a way to unset a property? Not currently. I seem to remember someone recently sending either a new task to do