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 30602

Summary: Doclet options (standard & others?)
Product: java Reporter: Svata Dedic <sdedic>
Component: JavadocAssignee: _ pkuzel <pkuzel>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 32636    
Bug Blocks: 30599    

Description Svata Dedic 2003-02-03 14:33:59 UTC
See Java projects UI spec, section Javadoc.
The UI should be able to plug in *different*
doclets, standard doclet's UI will be included in
NetBeans (other modules may provide other doclets).
Comment 1 _ pkuzel 2003-09-09 17:13:17 UTC
I'm now responsible for JavaDoc module.
Comment 2 _ pkuzel 2003-09-24 12:59:57 UTC
Non-standard doclet can be supported in several levels:

  - none (i.e. wait for generic commandlile tools support :-)

  - special purpose command line tool UI i.e. take
    doclet classpath, class name and command line args
    then execute it

  - integrated
      - expose API that can be implemented by providers
      - write guidelines how to implement them to fit
        with standard javadoc support UI
Comment 3 _ pkuzel 2003-10-22 13:51:59 UTC
I expect that most tricky UI will be to cover -link and -linkoffline
options.
Comment 4 Vitezslav Stejskal 2003-11-27 12:42:17 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss
the current work on projects prototype has been stopped.