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 34345 - Describe how to link between ProjectMembers
Summary: Describe how to link between ProjectMembers
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-06-12 13:35 UTC by Jaroslav Tulach
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 Jaroslav Tulach 2003-06-12 13:35:25 UTC
I was trying to create a build target that as its
input will have other SourceDescriptors. I need to
store references to these descriptors and I was
looking for a suggested way how to do it, but
could not find anything.
Comment 1 Vitezslav Stejskal 2003-06-30 21:05:47 UTC
Persist SD.getProjectMember in the target's settings context and then
reload the PM instance and ask it for SD by
PM.getLookup().lookup(SD.class).
Comment 2 Vitezslav Stejskal 2003-11-26 12:52:51 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 3 Vitezslav Stejskal 2003-11-26 14:58:02 UTC
--> VERIFIED