Re: [NAnt-users] fileset exclude / include priorities

2007-02-26 Thread Daniel Blendea
On 2/26/07, Alan Guedeney <[EMAIL PROTECTED]> wrote: > > > Try (Notice the placement order of include and exclude): > > > > > > > > Nop, it didn't worked. I tried to set the first, then and the other way around. The same result. Daniel ---

Re: [NAnt-users] How can I Use NUnit to Unit Test a Custom Task?

2007-02-26 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: zondag 25 februari 2007 17:22 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] How can I Use NUnit to Unit Test a Custom Task? > > This is my first

Re: [NAnt-users] fileset exclude / include priorities

2007-02-26 Thread Alan Guedeney
Try (Notice the placement order of include and exclude): > Date: Mon, 26 Feb 2007 16:34:17 +0200> From: [EMAIL PROTECTED]> To: > nant-users@lists.sourceforge.net> Subject: [NAnt-users] fileset exclude / > include priorities> > Hello everybody,> > I have a ta

[NAnt-users] fileset exclude / include priorities

2007-02-26 Thread Daniel Blendea
Hello everybody, I have a target that must copy some files and skip some directories. the purpose of the task is to skip /Documentation directory including any files in it and copy all *jpg files. In /Documentation i have some jpg's which should be skipped. Righ