I'm using NAnt 0.85 (Build 0.85.1783.0; nightly; 11/18/2004)

I noticed that when I use a fileset similar to the following:

<delete>
  <fileset basedir="${folder}">
    <include name="**\bin" />
    <include name="**\obj" />
  </fileset>
</delete>

the fileset is matching bin and obj folders as expected but also files
with bin and obj extensions! Is this behavior intended? If so, how would
I distinguish between folders and files with those extensions?

--Edwin


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to