Maybe try a <packageset>. Try fiddling around with this to see if you can make it work.
<javadoc destdir="${doc.dir.javadoc}" private="true" author="true" version="true" use="true" windowtitle="G11N Tool Kit" Overview="${src.dir}/overview.html"> <packageset dir="${src.dir}" defaultexcludes="yes"> <include name="${pkg.base.dir}/**" /> <exclude name="${src.parser}/java/javacc-3.2/**"/> <exclude name="${src.parser}/html/nekohtml-0.9.3/**"/> <exclude name="${src.parser}/html/nekohtml-0.9.4/**"/> <exclude name="${src.parser}/html/Test/**"/> </packageset> <classpath refid="classpath.javadoc"/> </javadoc> HTH Bill -----Original Message----- From: Kjersti Berg [mailto:[EMAIL PROTECTED] Sent: Thursday, July 07, 2005 1:37 AM To: Ant Users List Subject: Re: Javadoc on all subdirectories On 07/07/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > first thought would be > <fileset dir="." includes="**/*.java"/> > > Jan > Thanks for the quick reply. This gives me this error: doc-all: [javadoc] BUILD FAILED: file:C:/Workspace_WSADIE5/ALT_FOR_JAVADOC/NLP_Build/build.xml:189: No source files and no packages have been specified. Kjersti --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]