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=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to