On Wed, 28 Aug 2002, Wolfgang Schulz <[EMAIL PROTECTED]> wrote: > When I run Ant using the javadoc-target, it reports some errors and > the javadoc-output is not as expected.
What kind of errors? > I even tried to make a documentation that only consists of classes > not in packages, but this seemed to be impossible at all. You'll need Ant 1.5 which will allow you to use a nested <fileset>, with that you can specify the sourcefiles and exclude all that you don't need (or only include the files in the default package). Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
