> > Is "stp" the actual name of your package? The example in the doc shows:
> > <javadoc packagenames="com.dummy.test.*"
> > ...
> > So I would guess you need to specify the actual package name and
terminate
> > it with a wildcard -- eg: com.foo.stp.*
>
> No it's not. Actually, it's a group of 3 applications, and 2 packages, all
> under the same directory tree.
> I tried to use sourcefiles=**/*.java but it apparently does not accept
wild
> card.
>
> I'll try Larry's
> packagenames="**/.*"
It works (Larry's packagenames with wild cards), but would you please
explain how? Can't get it from the docs
tia