Yes, these have always been a struggle with me too. I asked on the list
if someone could explain/document better how they worked, and if there
was any precendence etc, but so far no info is forth coming. I may just
have to drill into the code/tests myself... the horror!

BOb


-----Original 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:
>
>
>  Try (Notice the placement order of include and exclude):
>
> <copy todir="${dest.dir}" overwrite="true" >
>      <fileset basedir="${src.dir}">
>           <include name="**.jpg" />
>           <exclude name="**/Documentation/" />
>       </fileset>
>  </copy>
>

Nop, it didn't worked.
I tried to set the <include> first, then <exclude> and the other way
around. The same result.

Daniel

------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to