Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Javadoc fails on parsing errors

843810Jun 19 2002 — edited Jun 27 2002
Hi there,

I am trying to generrate javadocs for hundreds of files. Some of them do not compile
while some of them have parsing errors (missing semicolons etc.). When I try to
generate the javadoc, it loads each file, prints errors for the one which are not parsable
and in the end prints the total number of errors and exits.

Is it possible to generate javadoc for the files which are valid and ignore the files with
errors?


Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2002
Added on Jun 19 2002
5 comments
447 views