Assume I have the following:
<patternset id="abc">
<include name="*.java"/>
<exclude name="Test*.java"/>
</patternset>
I'd like to create a file containing all the files that match the
patternset, one per line.
Is this possible? Or would I need to create a new task?
I'd like to use this to automate the checking of patternsets to make
sure their coverage is correct.
S.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]