RE: negating a patternset within a fileset

2006-09-15 Thread Greg Taylor
The filename selector would work, but this is a generic build file used by multiple projects and the patternset is project-specific. Good suggestion, though. I will stick with the in/excludesfile(s). Thanks anyways! -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED]

negating a patternset within a fileset

2006-09-15 Thread Greg Taylor
Hello, 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