Re: [Nant-users] excludes filter problem

2003-10-02 Thread Ian MacLean
Chris, Froma quick skim thru the star team task code it appears that the exclude/include support is based on a copy of the Directoryscanner stuff used by filesets. I assume in this context 'includes' is referring to files inside the repository and not the client filesystem right ? It could be t

RE: [Nant-users] task problem

2003-10-02 Thread Kent Boogaart
Thanks Jarek, that's done the trick. -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 October 2003 4:33 PM To: Kent Boogaart; 'Gert Driesen'; [EMAIL PROTECTED] Subject: Re: [Nant-users] task problem Change "defaultframework" in your NAnt.exe.config

Re: [Nant-users] task problem

2003-10-02 Thread Jaroslaw Kowalski
Change "defaultframework" in your NAnt.exe.config to "net-1.1". You can also try "nant -k:net-1.1" which should do roughly the same but for just one build. Jarek - Original Message - From: "Kent Boogaart" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> S