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 26045 - storing/reading user-defined reference points
Summary: storing/reading user-defined reference points
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
: 23283 24900 (view as bug list)
Depends on: 23303
Blocks:
  Show dependency tree
 
Reported: 2002-07-26 13:48 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-07-26 13:48:59 UTC
- create API defining and accessing PH (check if FO is covered by PH)
- add reference points in BaseDirs computation
- create simple UI for customization of ref. points (based on 23303, let Dirk to review 
it)
- ProjectResolver should fire changes in resolving strategy to let containers to save 
links
- read/store ref. points during open/close of Project
Comment 1 Pavel Buzek 2002-07-30 13:20:45 UTC
Must-have features for milestone3, have impact on APIs (at least potential).
Comment 2 Pavel Buzek 2002-08-07 11:08:54 UTC
adding the API keyword
Comment 3 Chris Webster 2002-08-27 01:04:25 UTC
Added event model to ProjectResolver. The project resolver will now
fire events when the set of "reference points" changes. This
integration was not intended to complete this task, the balance (non
api) of the task was decided to not affect the api's so it could be
moved to M4 (which is why I didn't transfer task ownership).
Comment 4 Pavel Buzek 2002-08-27 10:03:13 UTC
reassigning to Chris
Comment 5 Pavel Buzek 2002-09-10 16:48:04 UTC
The API part is done, remains the implementation of UI. 
I am taking this back and I will reassign it for M4.
Comment 6 Vitezslav Stejskal 2002-11-27 11:24:24 UTC
*** Issue 24900 has been marked as a duplicate of this issue. ***
Comment 7 Vitezslav Stejskal 2002-12-13 16:43:06 UTC
*** Issue 23283 has been marked as a duplicate of this issue. ***
Comment 8 Vitezslav Stejskal 2003-01-05 14:22:57 UTC
There is an instance of ReferencePointsResolver used in the
projects/ide module to define to define strategy for resolving URLs
stored in the project file. This resolver currently supports only
fixed number of well-known locations (e.g. the location of .project
file), but it should allow to use user-defined reference points as
well. The impl is in o.n.m.projects.ide.ProjectResolver class.
Comment 9 Vitezslav Stejskal 2003-11-26 13:18:18 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 10 Vitezslav Stejskal 2003-11-26 14:58:24 UTC
--> VERIFIED