within the target, Sources tag, I am trying to exclude files using name filtering. I wish to include all files with a name starting with _ ending in .cs, but include all other .cs files. I am using the following:
<sources> <excludes name="${sc.source}\${library.name}\_*.cs"/> <includes name="${sc.source}\${library.name}\**.cs"/> <excludes unless="${include.tests}" name="${sc.source}\${library.name}\UnitTests\**.cs"/> </sources> I really need an "and" ... or something similar to the Selectors concept in Ant. Is there a way of doing this? ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users