You may want to say something like:
<javadoc        packagenames="com.yourcompanyname.*"
                        sourcepath="${src.dir}"
and then the rest... like excludepackagenames, destdir etc.

-anu.

-----Original Message-----
From: Yiu Wing [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 26, 2002 1:35 PM
To: Ant Users List
Subject: Recursive javadoc


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]>


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

Reply via email to