differential pattern sets
Alan Snyder <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <[email protected]> |
I would like to define a file set containing files selected by one pattern set but excluding those defined by a second pattern set.
Is there a way to do this?
It would be nice if the following worked, but it does not:
<patternset refid="compile.files"/>
<not>
<patternset refid="compile.files.1.9.dependent"/>
</not>