Re: does not support 'if' attribute

2003-07-30 Thread Billy Bacon
Thanks! On 7/30/03 11:59 AM, "David McTavish" <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > d. > > -Original Message- > From: Billy Bacon [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 30, 2003 1:56

RE: does not support 'if' attribute

2003-07-30 Thread David McTavish
d. -Original Message- From: Billy Bacon [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 1:56 PM To: Ant Users List Subject: Re: does not support 'if' attribute Not sure what you mean here EJ :-/ Could you explain a little bit more? What does

Re: does not support 'if' attribute

2003-07-30 Thread Billy Bacon
Not sure what you mean here EJ :-/ Could you explain a little bit more? What does expressly create the file mean? Do you mean create a target which contains an 'if' attribute and call the target from my original target? Then the target which contains the 'if' attribute would decide if it executes

Re: does not support 'if' attribute

2003-07-30 Thread Billy Bacon
Awesome, thank you for the reply. On 7/30/03 11:25 AM, "peter reilly" <[EMAIL PROTECTED]> wrote: > You can use the task from the ant-contrib project > or from the antelope project. > > http://ant.apache.org/projects.html > > Peter > On Wednesday 30 July 2003 18:04, Billy Bacon wrote: >> Does a

Re: does not support 'if' attribute

2003-07-30 Thread peter reilly
You can use the task from the ant-contrib project or from the antelope project. http://ant.apache.org/projects.html Peter On Wednesday 30 July 2003 18:04, Billy Bacon wrote: > Does anyone have a work-around for this? I want to create a file on the > system 'if' a property has been set within my