RE: [nant-dev] bug in recursive source compile using '**/*.cs' ?

2003-03-17 Thread Clayton Harbour
Yup, works beautifully, thanks again! Clayton --__--__-- Message: 3 Subject: RE: [nant-dev] bug in recursive source compile using '**/*.cs' ? Date: Mon, 17 Mar 2003 10:26:07 +0100 From: "Arjen Poutsma" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> > -O

RE: [nant-dev] bug in recursive source compile using '**/*.cs' ?

2003-03-17 Thread Arjen Poutsma
> -Original Message- > From: Philip Nelson [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 16, 2003 3:13 PM > To: [EMAIL PROTECTED] > Subject: Re: [nant-dev] bug in recursive source compile using > A basedir of the current directory should be indicated as > ".". "**/*.cs" means > all .c

Re: [nant-dev] bug in recursive source compile using '**/*.cs' ?

2003-03-16 Thread Clayton Harbour
D'oh, I should have known that. Thank you! Clayton >A basedir of the current directory should be indicated as ".". "**/*.cs" >means >all .cs files in any subdirectory of the current directory so that wouldn't >get >the files in the current directory. Instead: > > > >

Re: [nant-dev] bug in recursive source compile using '**/*.cs' ?

2003-03-16 Thread Philip Nelson
> What seems to happen is that the top level directory is ignored or > identified as an invalid URI if I attempt to compile my sources from the > same directory as my build file. I have the following code: > > > > A basedir of the current directory should be indicat