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 - Add the Package field into the Generating Javadoc panel in Project Properties
Summary: Add the Package field into the Generating Javadoc panel in Project Properties
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: jrojcek
URL: http://projects.netbeans.org/nonav/bu...
Keywords:
Depends on:
Blocks: 41835
  Show dependency tree
 
Reported: 2004-05-11 15:57 UTC by jrojcek
Modified: 2006-03-24 09:51 UTC (History)
2 users (show)

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