Re: [NAnt-users] Filesets - include / exclude

2009-04-24 Thread Bob Archer
, April 24, 2009 10:11 AM To: Bob Archer; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Filesets - include / exclude Interesting idea. Multiple elements can be referenced in a , however, all the referenced and directives behave as though it were a single . The following has the same

Re: [NAnt-users] Filesets - include / exclude

2009-04-23 Thread Bob Archer
[mailto:kparr...@gomez.com] Sent: Thursday, April 23, 2009 4:40 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Filesets - include / exclude Question about how and are interpreted. How does Nant reconcile potentially conflicting and tags. During a copy operation, I would like to

[NAnt-users] Filesets - include / exclude

2009-04-23 Thread Parrish, Ken
Question about how and are interpreted. How does Nant reconcile potentially conflicting and tags. During a copy operation, I would like to exclude all text (.txt) files except those explicitly listed. How might I do this? Let's say, I want to exclude all *.txt files EXCEPT a particular te