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 - GUI to configure Javadoc output for freeform projects
Summary: GUI to configure Javadoc output for freeform projects
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Konecny
URL: http://projects.netbeans.org/buildsys...
Keywords: UI
Depends on:
Blocks: 49677
  Show dependency tree
 
Reported: 2005-01-18 01:04 UTC by Jesse Glick
Modified: 2005-01-21 12:09 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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