RE: includes property not working

2005-03-05 Thread David Resnick
Oops! Now I wonder why it sometimes worked for me ;-) -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 00:47 To: Ant Users List Subject: RE: includes property not working --- David Resnick <[EMAIL PROTECTED]> wrote: > No, I haven&#x

RE: includes property not working

2005-03-03 Thread Matt Benson
ent: Wednesday, March 02, 2005 17:19 > To: Ant Users List > Subject: Re: includes property not working > > Have you tried simply using includesfile rather than > includes with your fileset? It should expand > properties and everything. > > -Matt > > --- David Resnick

RE: includes property not working

2005-03-02 Thread David Resnick
enson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 17:19 To: Ant Users List Subject: Re: includes property not working Have you tried simply using includesfile rather than includes with your fileset? It should expand properties and everything. -Matt --- David Resnick <[EMAIL PR

RE: includes property not working

2005-03-02 Thread David Resnick
t: Re: includes property not working David, --- David Resnick <[EMAIL PROTECTED]> wrote: > I'm trying to include a list of files to delete in a > text file which is read > into a property (with properties expansion) and then > used in the includes > property of a fil

Re: includes property not working

2005-03-02 Thread Matt Benson
Have you tried simply using includesfile rather than includes with your fileset? It should expand properties and everything. -Matt --- David Resnick <[EMAIL PROTECTED]> wrote: > I'm trying to include a list of files to delete in a > text file which is read > into a property (with properties exp

Re: includes property not working

2005-03-02 Thread Ivan Ivanov
David, --- David Resnick <[EMAIL PROTECTED]> wrote: > I'm trying to include a list of files to delete in a > text file which is read > into a property (with properties expansion) and then > used in the includes > property of a fileset in a delete task. For some > reason when there are line > break

includes property not working

2005-03-01 Thread David Resnick
I'm trying to include a list of files to delete in a text file which is read into a property (with properties expansion) and then used in the includes property of a fileset in a delete task. For some reason when there are line breaks in the text file, this isn't working!