Hi List,
I'm relatively new to Ant and rightaway stumbled into a problem that
gives me a real headache. I've created a little project for Tomcat that
consits of some classes organized in packages and some classes
that are not.
Now I'm trying to get them all documented with javadoc like this:
<javadoc sourcepath="src"
destdir="${dist.home}/docs/api"
packagenames="mypackage.*"
sourcefiles="src/*">
<classpath refid="compile.classpath"/>
</javadoc>
When I run Ant using the javadoc-target, it reports some errors and
the javadoc-output is not as expected. When I remove the
"sourcefiles"-attribute, no errors are reported, but, of course, the
"packageless" classes are not included in the resulting
documentation.
I even tried to make a documentation that only consists of classes
not in packages, but this seemed to be impossible at all.
What's wrong? I'd appreciate every hint.
Used configuration is:
JDK 1.4.0_01
Ant 1.4.1
OS: WinNT 4.0 SP6
Und wech,
Wolfgang Schulz
e-mail: [EMAIL PROTECTED]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>