>>>>> "NL" == Nelson, Laird <[EMAIL PROTECTED]> writes:

 NL> The one suggestion I got, namely to use an include attribute with
 NL> a value of **/*.java, doesn't work because of the other problem I
 NL> mentioned in another email, viz. that of CVS/Base .java files
 NL> being picked up by this as well.

You know you can combine include and exclude attributes (or better
nested elements)?

Does 

<include name="*.java" />
<exclude name="**/CVS/**" />

do what you want?

The defaultexcludes list **/CVS and **/CVS/* and nothing else. Anybody
still araound who can remember what was the reason to *not* include
**/CVS/** ?

Stefan

Reply via email to