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 43102

Summary: Add the Package field into the Generating Javadoc panel in Project Properties
Product: projects Reporter: jrojcek <jrojcek>
Component: Generic Projects UIAssignee: jrojcek <jrojcek>
Status: CLOSED FIXED    
Severity: blocker CC: jglick, rnajman
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
URL: http://projects.netbeans.org/nonav/buildsys/j2se-project-ui-spec.html#Build_Generating_Javadoc
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41835    

Description jrojcek 2004-05-11 15:57:58 UTC
See the spec...
Comment 1 Petr Hrebejk 2004-06-01 09:42:07 UTC
Currently we generate Javadoc for all packages. The spec proposes to
generate Javadoc for one package (maybe recursively for
"subpackages"). Current state is too much. Proposed state is too
restrictive.
Comment 2 Jesse Glick 2004-06-01 14:31:36 UTC
I would be inclined to drop the package field from the spec entirely
and continue to generate Javadoc for all packages. Users who wish to
document only certain packages probably also want to group some
packages, give them titles, customize other stuff, etc. etc. - there
are a huge number of potential options to the Javadoc tool - and would
probably be better off writing <javadoc> into build.xml themselves.
Comment 3 jrojcek 2004-06-22 13:26:23 UTC
I removed the Package field from the spec.
Comment 4 Jaromir Uhrik 2005-07-14 16:17:58 UTC
Verified.