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 - Improve arch infrastructure to handle <api group="prefs"/>
Summary: Improve arch infrastructure to handle <api group="prefs"/>
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: rmatous
URL:
Keywords:
: 77029 (view as bug list)
Depends on:
Blocks: 73474
  Show dependency tree
 
Reported: 2006-03-21 08:56 UTC by Jaroslav Tulach
Modified: 2008-12-22 19:37 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
suggested diff (6.85 KB, patch)
2006-09-25 16:38 UTC, rmatous
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.