Hello all,

How can I tell ant to pick all the files in my subdirectories for javadoc?
I've tried

packagenames="${src}/**/*.java",

but ant says

[javadoc] javadoc: No package, class, or source file found named
src/**/*.java.

I've also tried to a couple of google search, but there seem to be no
satisfactory answer for this.

Thanks for the help.

Yiu Wing


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to