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 30374 - Arch questions for datasystems
Summary: Arch questions for datasystems
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords: ARCH
Depends on:
Blocks: 30370
  Show dependency tree
 
Reported: 2003-01-27 16:00 UTC by Jaroslav Tulach
Modified: 2008-12-22 17:32 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2003-01-27 16:00:13 UTC
Describe datasystems 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:53 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 11:11:41 UTC
David, I have seen version 1.8 and I would like you to change:

1. use <api> tag for APIs that you export (datasystem) and import
(filesystem, nodes, etc.).

2. answer arch-what with a link to online documentation, exec-* questions

3. maybe the answer to format-types could be that your module does not
care about the content of the files.
Comment 3 Jaroslav Tulach 2003-02-13 13:39:45 UTC
Btw. answer to resource-layer is not correct. TemplateAction &
TemplateWizard reads /Template directory. Please describe as API with
a stability level
Comment 4 Marian Mirilovic 2003-03-13 13:42:37 UTC
Changed owner David S. -> David K.
Comment 5 Jaroslav Tulach 2003-04-17 07:05:59 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 6 Jaroslav Tulach 2004-07-26 09:09:48 UTC
Sufficiently done.