--- Stefan Bodewig <[EMAIL PROTECTED]>
> You need to specify either the sourcefiles
> (via the sourcefiles attribute or nested
> <fileset>s) or packagenames (packagenames or
> packageList attributes or nested <packageset>s).
> Combine them to your liking.
When I try fileset with
<javadoc sourcepath="src" destdir="doc" classpath="...">
<fileset dir="src" includes="**/*" />
</javadoc>
I get:
BUILD FAILED
build.xml:145: Class org.apache.tools.ant.taskdefs.Javadoc
doesn't support the nested "fileset" element
...
The attribute sourcefiles works, but I have to list
all of my java files ;-(
> Stefan
Thanks,
akagisan
__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>