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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
