Alan Snyder
2016-11-19 20:15:14 UTC
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: user-***@ant.apache.org
For additional commands, e-mail: user-***@ant.apache.org
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: user-***@ant.apache.org
For additional commands, e-mail: user-***@ant.apache.org