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 73794

Summary: Improve arch infrastructure to handle <api group="prefs"/>
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: -- Other --Assignee: rmatous <rmatous>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 73474    
Attachments: suggested diff

Description Jaroslav Tulach 2006-03-21 08:56:59 UTC
If issue 73474 is to be implemented, then in some sense the project will 
define new group of APIs and that is why it shall also make sure that it is 
possible for modules writers to document it. I propose extension of the 
arch.xml infrastructure to allow <api group="prefs" />. 

The changes shall include updates to the documentation page:
http://openide.netbeans.org/tutorial/api.html#write
extension of the dtd:
http://www.netbeans.org/source/browse/~checkout~/nbbuild/antsrc/org/netbeans/nbbuild/Arch.dtd
to the set of architecture questions to add new one or modify existing one to 
mention preferences:
http://www.netbeans.org/source/browse/~checkout~/nbbuild/antsrc/org/netbeans/nbbuild/

Probably also a test shall be written to guarantee that the infrastructure 
really works:
http://www.netbeans.org/source/browse/nbbuild/test/unit/src/org/netbeans/nbbuild/ArchQuestionsTest.java
Comment 1 Jaroslav Tulach 2006-06-16 16:07:13 UTC
*** Issue 77029 has been marked as a duplicate of this issue. ***
Comment 2 Jaroslav Tulach 2006-06-16 16:07:17 UTC
*** Issue 77029 has been marked as a duplicate of this issue. ***
Comment 3 Jaroslav Tulach 2006-06-16 16:07:19 UTC
*** Issue 77029 has been marked as a duplicate of this issue. ***
Comment 4 Jaroslav Tulach 2006-06-16 16:07:20 UTC
*** Issue 77029 has been marked as a duplicate of this issue. ***
Comment 5 Jaroslav Tulach 2006-06-16 16:07:39 UTC
*** Issue 77029 has been marked as a duplicate of this issue. ***
Comment 6 rmatous 2006-09-25 16:38:16 UTC
Created attachment 34463 [details]
suggested diff
Comment 7 rmatous 2006-10-13 15:58:44 UTC
Fixed. See #73474.