Hello Rory,

Currently, I fear, there is no such feature in NAnt. Some tasks allow to
specify multiple filesets, but only some...

That syntax you "stole" from another post was mine proposal to extend
current fileset task. I have it locally and it works for me. I use it in
production, in fact. I already sent patch for this and could send more
current one, if community have interest for it. I'd like to see that
incorporated in NAnt's core.

btw: it also allow adding to existing fileset - and its what I need in
production.

Martin Aliger
 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Rory Becker
> Sent: Thursday, August 25, 2005 1:59 PM
> To: nant-developers@lists.sourceforge.net
> Subject: [nant-dev] Fwd: Filesets referencing filesets ?
> 
> This was posted to the users group originally
> 
> sorry :)
> 
> Rory
> 
> ---------- Forwarded message ----------
> From: Rory Becker <[EMAIL PROTECTED]>
> Date: Aug 25, 2005 12:48 PM
> Subject: Filesets referencing filesets ?
> To: nantList <nant-users@lists.sourceforge.net>
> 
> 
> I would like to alter fileset so that it could reference 
> multiple other filesets but I am not sure where to start.
> 
> The syntax has been stolen from a post I read 
> http://www.mail-archive.com/[EMAIL PROTECTED]
> net/msg03232.html
> 
> and is as follows
> 
> <fileset id="Group1">
>       <include name="File1.dll" />
>       <include name="File2.dll" />
> </fileset>
> <fileset id="Group2">
>       <include name="File3.dll" />
>       <include name="File4.dll" />
> </fileset>
> <fileset>
>       <includeFileset refid="Group1" />
>       <includeFileset refid="Group2" />
> </fileset>
> 
> I have found the fileset Class in Nant.Core and I figured I 
> needed to determine how to use the refid syntax.
> 
> So I looked for another class that already does this.
> 
> The CopyTask seems to provide this but I cannot find anything 
> in the source to indicate how this is handled.
> 
> Can anyone help?
> 
> Thanks
> 
> Rory
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & 
> EXPO September 19-22, 2005 * San Francisco, CA * Development 
> Lifecycle Practices Agile & Plan-Driven Development * 
> Managing Projects & Teams * Testing & QA Security * Process 
> Improvement & Measurement * http://www.sqe.com/bsce5sf 
> _______________________________________________
> nant-developers mailing list
> nant-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-developers
> 



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to