Re: [Nant-users] recursive compile

2003-03-03 Thread Ian MacLean
Pram, You probably want somthing like which will recurse down your source tree. Add excludes tags if there are source files that you do *not* want to compile. Ian Is it possible to specify a recursive compiliation target? I've had a look through the mailing lists and the source an I can't see a

RE: [Nant-users] recursive compile

2003-03-03 Thread Darren Syzling
You can get the same affect using a file spec of '**/*.cs', e.g: Regards Darren -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Attale, Pramith BGI UK Sent: 03 March 2003 10:43 To: '[EMAIL PROTECTED]' Subject: [Nant-users] recursive compile Is it poss