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 34475

Summary: Use javadoctools to generate API (with arch description)
Product: usersguide Reporter: Jaroslav Tulach <jtulach>
Component: AntAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker Keywords: API
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 34382    
Bug Blocks:    

Description Jaroslav Tulach 2003-06-19 08:54:19 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 Jesse Glick 2003-12-19 15:11:10 UTC
I can't imagine how this is a P2 DEFECT, but I will try to fix it if I
get a moment.
Comment 3 Jesse Glick 2003-12-26 20:11:29 UTC
committed   * Up-To-Date  1.82        ant/build.xml
committed   * Up-To-Date  1.3        
ant/api/doc/org/apache/tools/ant/module/api/package.html
added       * Up-To-Date  1.1         ant/arch/.cvsignore
added       * Up-To-Date  1.1         ant/arch/arch-ant-main.xml
added       * Up-To-Date  1.1         ant/arch/build.xml
committed   * Up-To-Date  1.19       
nbbuild/antsrc/org/netbeans/nbbuild/Arch.xsl
Comment 4 Marian Mirilovic 2005-07-13 13:25:23 UTC
closed