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 30375

Summary: Arch questions for nodes
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: NodesAssignee: Petr Hrebejk <phrebejk>
Status: RESOLVED FIXED    
Severity: blocker Keywords: ARCH
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 30370    

Description Jaroslav Tulach 2003-01-27 16:00:45 UTC
Describe nodes architecture by answering NetBeans
Arch Questions as described at

http://openide.netbeans.org/tutorial/api.html
Comment 1 Jaroslav Tulach 2003-01-27 16:27:54 UTC
If you go to openide/arch directory, there is a build.xml prepared for you. If
you invoke "ant <nameofyourapi>" a arch-openide-yourapi.xml file should be
generated and you can start answer the questions there. When you are ready, run
the ant script once more -> html page is generated (you have to change
questionsverion to the right value). After that check the .xml into CVS. You can
delete .html
Comment 2 Jaroslav Tulach 2003-02-13 13:36:17 UTC
Few comments, that you could evaluate and possibly integrate:

1. please use <api> tag to define API that you export (nodes package)
and stability level

2. please use <property> tag and define stability level (for example
in exec-component question

3. would it be possible to link to javadoc of classes that you name in
the document?

4. drag and drop. Please describe Node.clipboardCut & clipboardCopy
and Node.pasteTypes as a way how to get bridge to clipboard. Nodes
have special flavors - described in NodeTransferable - please update
format-* questions as nearly every other module depends on clipboard &
dnd of nodes - try to add stability, please

Thanks in advance.


Comment 3 Jaroslav Tulach 2003-04-17 07:06:00 UTC
Guys, I am going to compose the final arch document tomorrow, could you please
look at this issue and resolve it now? Thank you.
Comment 4 Petr Hrebejk 2003-04-17 16:33:19 UTC
.