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

Summary: Generate javadoc for project doesn't work with overview.html
Product: java Reporter: helbig <helbig>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***