[Nant-users] Re: Filesets referencing filesets ?

2005-08-25 Thread Rory Becker
I have reposted this to the developers list sorry about the mixup :) Rory On 8/25/05, Rory Becker <[EMAIL PROTECTED]> wrote: > 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

[Nant-users] Filesets referencing filesets ?

2005-08-25 Thread Rory Becker
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/nant-developers@lists.sourceforge.net/msg03232.html and is as follows

[Nant-users] Fileset confusion

2005-08-24 Thread Rory Becker
Can someone tell me (because the documentation is a little hard to follow) How can I declare 3 Groups of Files (filesets I believe they are called) SystemDlls, 3rdPartyDlls and CustomDlls and reference all 3 from my vbc/references tag while referencing all except SystemDlls from a Copy task in

[Nant-users] Target1 calling target2 overwriting a property

2005-08-24 Thread Rory Becker
Can someone tell me why when the Target dev1 calls the target Build, Build the executes with it's original CIBase of "c:\Integration\" rather than the passed property of "D:\My Documents\Visual Studio Projects\CurrentProjects\" Thanks Rory http://nant.sf.net/schemas/nant.xsd";> Building