Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel
Blendea
Sent: Tuesday, February 27, 2007 2:55 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] fileset exclude / include priorities
On 2/26/07, Alan Guedeney <[EMAIL PROTECTED]> wrote:
>
>
&g
- Original Message -
From: "Daniel Blendea" <[EMAIL PROTECTED]>
To:
Sent: Monday, February 26, 2007 3:34 PM
Subject: [NAnt-users] fileset exclude / include priorities
> Hello everybody,
>
> I have a target that must copy some files
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
---
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> > Hell
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