From: Stefan Bodewig [mailto:[EMAIL PROTECTED]]
>Chris Stillwell <[EMAIL PROTECTED]> wrote:
>> I am trying to dynamically build a list of package names to
>> subsequently feed into a javadoc task. Here is the task I am trying
>> so far:
>Any reason packagename="com.wcom.nw.*" doesn't work? Couldn't find
>spot a problem with it at a first glance over your build file snippet.
Yes, using the wild card attempts to include the SCCS subdirectories and
this causes javadoc to fail. I need to be able to have an exclude like
excludes="**/SCCS".
Chris