RE: negating a patternset within a fileset

2006-09-15 Thread Greg Taylor
] Sent: Friday, September 15, 2006 5:34 PM To: Ant Users List Subject: Re: negating a patternset within a fileset > I want to use a patternset to tell a jar task which files to include in > a jar. Easy enough, but I want to EXclude those same files from another > jar while building the

Re: negating a patternset within a fileset

2006-09-15 Thread Dominique Devienne
I want to use a patternset to tell a jar task which files to include in a jar. Easy enough, but I want to EXclude those same files from another jar while building the jar from other files in the same directory. So, essentially, I want to negate the patternset in the fileset for the second jar fi