This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 65143 - Generate javadoc for project doesn't work with overview.html
Summary: Generate javadoc for project doesn't work with overview.html
Status: RESOLVED DUPLICATE of bug 50039
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 18:46 UTC by helbig
Modified: 2005-10-04 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description helbig 2005-09-26 18:46:54 UTC
In a J2EE project I filed an overview.html file in src/java and changed in the
project's properties "Additional Javadoc Options" to "-overview overview.html".
But this is totally ignored by the javadoc-build target in build-impl.xml, since
there the additionalparam property isn't used.
Copying the target to my build.xml and adding this parameter didn't help either,
the javadoc tool couldn't find the file. A workaround seems to be to add the
Overview-Parameter as an Element to the javadoc task in build.xml. There I had
to specify Overview="src/java/overview.html" and everything worked fine.
Comment 1 Jan Pokorsky 2005-09-27 12:04:31 UTC
wrong component, reassigning
Comment 2 Tomas Zezula 2005-10-04 10:34:10 UTC
Duplicate of the http://www.netbeans.org/issues/show_bug.cgi?id=50039,
there is also described a way how to workaround this problem.


*** This issue has been marked as a duplicate of 50039 ***