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 53534

Summary: GUI to configure Javadoc output for freeform projects
Product: java Reporter: Jesse Glick <jglick>
Component: FreeformAssignee: David Konecny <dkonecny>
Status: RESOLVED FIXED    
Severity: blocker CC: jrojcek
Priority: P2 Keywords: UI
Version: 4.x   
Hardware: All   
OS: All   
URL: http://projects.netbeans.org/buildsys/freeform-project-ui-spec-promoe.html#Output
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 49677    

Description Jesse Glick 2005-01-18 01:04:31 UTC
JavaProjectGenerator now lets you add to the list
'javadoc' in a compilation unit, with similar
semantics as for 'output'. Now the freeform
project properties dialog (Output panel) should
permit you to specify a Javadoc build location.
Comment 1 David Konecny 2005-01-21 12:09:59 UTC
Fixed according to spec with one difference: there is no "Separate
Output" checkbox. Jano, was it added intentionally? We had it there
before and later removed it before 4.0 release because it does not
make sense there (there is just one checkbox on Classpath panel). So I
omitted it. Adding it would make logic behind UI more complicated and
would require more time to impl.

Fixed in:
src/org/netbeans/modules/java/freeform/ui/Bundle.properties;
new revision: 1.4; previous revision: 1.3
src/org/netbeans/modules/java/freeform/ui/OutputPanel.form;
new revision: 1.3; previous revision: 1.2
src/org/netbeans/modules/java/freeform/ui/OutputPanel.java;
new revision: 1.4; previous revision: 1.3