RE: [Nant-users] Difficulty excluding files of specific naming convention

2004-07-01 Thread Troy Laurin
lker > Sent: Thursday, 1 July 2004 1:31 PM > To: [EMAIL PROTECTED] > Subject: [Nant-users] Difficulty excluding files of specific > naming convention > > within the target, Sources tag, I am trying to exclude files > using name filtering. I wish to include all files wit

[Nant-users] Difficulty excluding files of specific naming convention

2004-07-01 Thread Sean Walker
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: I really need an "and" ... or someth