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 34474 - Use javadoctools to generate API
Summary: Use javadoctools to generate API
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on: 34382
Blocks:
  Show dependency tree
 
Reported: 2003-06-19 08:53 UTC by Jaroslav Tulach
Modified: 2004-05-02 14:42 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 Jaroslav Tulach 2003-06-19 08:53:24 UTC
The current page with list of all API at
http://www.netbeans.org/download/dev/javadoc/
is ugly and shall be replaced by something nicer.
When issue 34382 is implemented only modules using
nbbuild/javadoctools/template.xml and providing
their arch.xml answers will be included in the
list. Please rewrite your module to use that
infrastructure to generate the javadoc. See 
http://openide.netbeans.org/tutorial/api.html
for more info.
Comment 1 Jaroslav Tulach 2003-06-19 09:02:25 UTC
I have made this issue depend on issue 34382, but only to track the
dependencies. You can switch to javadoctools at any time, just you should know
that when issue 34382 is implemented, your API will not be visible without using
javadoctools.
 
Comment 2 Martin Matula 2003-12-10 19:40:57 UTC
fixed long time ago
Comment 3 Jaroslav Tulach 2003-12-11 09:33:16 UTC
Actually the page http://www.netbeans.org/download/dev/javadoc/ still
says "MdrAPIs  - no API description provided (see how to do it)",
which indicates, that this issue is not fully resolved yet. 

The missing thing is probably an api answers document with some <api>
tag inside.
Comment 4 Martin Matula 2004-05-02 14:42:36 UTC
should be ok now