RE: [Nant-users] a Copy-Fileset problem and a nUnit question

2004-07-07 Thread Troy Laurin
If you want the fileset to match files in z:\A\C, you need to specify the 'basedir' attribute on the fileset. ie: Regards, -- Troy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Chris Walton > > But the problem is the files in the z:\A\B (wh

[Nant-users] a Copy-Fileset problem and a nUnit question

2004-07-07 Thread Chris Walton
I am experiencing a problem with trying to copy files from one directory to another. The structure is like this: The build files is in z:\A\B The directory to copy is z:\A\C The directory to copy to is z:\A\D The fileset looks like this: