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 29810

Summary: Allow settings to be assigned to non-file objects
Product: projects Reporter: Vitezslav Stejskal <vstejskal>
Component: Generic InfrastructureAssignee: Vitezslav Stejskal <vstejskal>
Status: CLOSED FIXED    
Severity: blocker CC: sdedic
Priority: P1 Keywords: API
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 30006, 30027    
Attachments: commitlog of changes

Description Vitezslav Stejskal 2003-01-06 14:04:20 UTC
Right now settings can be attached to
ProjectMembers only (also the setting hierarchy is
build upon the PMs), however, this is inconveniant
in some cases when settings should be assigned to
e.g. packages, the project itself, java class, etc.

See also requests on dev@projects, e.g.
http://projects.netbeans.org/servlets/ReadMsg?msgId=395660&listName=dev
Comment 1 Vitezslav Stejskal 2003-02-05 12:45:52 UTC
Created attachment 8808 [details]
commitlog of changes
Comment 2 Vitezslav Stejskal 2003-02-05 12:47:39 UTC
Done. The projects settings API is now based around the Configurable
interface and ContextId class, modules can implement this iface and
provide its own ContextIds when they want to attach settings to their
objects.
Comment 3 Jan Becicka 2003-11-25 14:04:59 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 4 Jan Becicka 2003-11-25 14:14:07 UTC
---> CLOSED