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 61229 - Generate Javadoc disabled for standalone module project
Summary: Generate Javadoc disabled for standalone module project
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 61372
Blocks:
  Show dependency tree
 
Reported: 2005-07-21 13:29 UTC by pzajac
Modified: 2005-09-05 09:51 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 pzajac 2005-07-21 13:29:20 UTC
When is selected standalone module project root the Build|Generate javadoc is
not enabled. The same problem is for modules suite project.
Comment 1 Jesse Glick 2005-07-21 15:18:27 UTC
You must specify at least one public package in order to build Javadoc. However
there was still a bug that the action remained disabled even after doing so
until the project was reloaded, which I will fix.
Comment 2 Jesse Glick 2005-07-21 20:02:38 UTC
committed   * Up-To-Date  1.5        
apisupport/project/src/org/netbeans/modules/apisupport/project/ui/ModuleActions.java
committed   * Up-To-Date  1.2        
apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/ui/ModuleActionsTest.java
Comment 3 pzajac 2005-07-25 12:59:29 UTC
verified