You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by monk <j2...@flashmail.com> on 2003/05/18 04:48:25 UTC

javadoc task: recursively excluding a pattern

How do I get the javadoc task to recursively exclude
all directories with a given pattern? like *test*?

I have tried patternset, fileset and several other options
but nothing works.

I want it to exclude every directory recursively with the
*test* pattern starting in my src/ directory.

A complete (working) ant task would be most helpful.

thanks

m