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

2007-02-27 Thread Bob Archer
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

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

2007-02-27 Thread Gert Driesen
- 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

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

[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