Re: [Nant-users] Fileset and loops

2005-03-15 Thread Christopher_P_Vanik
Is it possible to pre-defined a fileset before using it???. To keep things neat, I want to predefined a fileset instead of using it first in a foreach, or copy task. However, I don't think this is possible. [EMAIL PROTECTED] wrote on 03/15/2005 11:47:28 AM: > That second choice was exactly wh

Re: [Nant-users] Fileset and loops

2005-03-15 Thread Gary Feldman
>From: <[EMAIL PROTECTED]> >Sent: Tuesday, March 15, 2005 11:45 AM >You can do this with the task by using the file object. E.g. > > I know you were right on target with your second suggestion of a separate fileset and references, but I want to point out that another option

Re: [Nant-users] Fileset and loops

2005-03-15 Thread Leonardo Quijano Vincenzi
That second choice was exactly what I was looking for. Thanks! Leonardo On Tue, 15 Mar 2005 16:45:45 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Leonardo, > > You can do this with the task by using the file object. E.g. > > > > >

RE: [Nant-users] Fileset and loops

2005-03-15 Thread Bill.Martin
Hi Leonardo, You can do this with the task by using the file object. E.g. The block can be either a fileset definition or a refid to a fileset you've defined elsewhere. The prop.file proper