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 30384

Summary: Arch questions for utilities
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: -- Other --Assignee: Petr Nejedly <pnejedly>
Status: RESOLVED FIXED    
Severity: blocker Keywords: ARCH
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on: 31442    
Bug Blocks: 30370    

Description Jaroslav Tulach 2003-01-27 16:09:05 UTC
Describe architecture of utility classes by
answering NetBeans Arch Questions as described at

http://openide.netbeans.org/tutorial/api.html

Into utilities I include org.openide.util.**
(minus Lookup), org.openide.awt, org.openide.xml,
org.openide.ErrorManager
Comment 1 Jaroslav Tulach 2003-01-27 16:27:58 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 rmatous 2003-02-07 09:40:21 UTC
I'm already responsible for filesystems and settings ARCH. I'm on
vacancy next week. So, I consulted with Jarda, who is the best expert
for utilities module and Petr Nejedly seem to be the best candidate. 
If you are not able to take responsibility, then please reassign or
consult with Jarda.
Comment 3 Petr Nejedly 2003-02-17 16:09:16 UTC
OK, initial responses written.