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
---
> -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
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
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