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 27305 - register environment provider that provides Project's implementation of settings context
Summary: register environment provider that provides Project's implementation of setti...
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: API
Depends on: 27303
Blocks:
  Show dependency tree
 
Reported: 2002-09-13 13:35 UTC by Pavel Buzek
Modified: 2003-12-11 14:25 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 Pavel Buzek 2002-09-13 13:35:23 UTC
the Project module's part of 27303
Comment 1 Vitezslav Stejskal 2003-01-02 13:22:02 UTC
We should finish this, everything needed is prepared. Note that there
already is o.n.m.projects.Environment class which merges
ProjectMember(DO)'s environment to the Lookup accessible through the
o.o.loaders.Environment.find(DO) method. It can be easily extended to
provide the Context as well.
Comment 2 Dusan Balek 2003-05-13 09:05:37 UTC
o.o.loaders.Environment.findSettingsContext(...) already
works for project stuff since each ProjectMember has a
Context instance in its Lookup.
Test for this feature added.
Comment 3 Pavel Buzek 2003-07-02 14:08:07 UTC
i've verified all these issues
Comment 4 Pavel Buzek 2003-07-02 14:19:12 UTC
closing all my verified issues