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 28150

Summary: Allow natures to hook in project open/close operations
Product: projects Reporter: Vitezslav Stejskal <vstejskal>
Component: Generic InfrastructureAssignee: Dusan Balek <dbalek>
Status: CLOSED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:

Description Vitezslav Stejskal 2002-10-21 18:21:27 UTC
Natures should be able to perform some code as a
part of project initialization and shutdown. It's
not possible to listen on ProjectManager as there
is no place where such listener could be
registered. It would have to be created staticaly
from the module (e.g. in ModuleInstall.restored)
which is ugly. We should rather allow declarative
registration in the nature's XML file.
Comment 1 David Konecny 2002-12-13 14:59:36 UTC
Reassign issue to owner of selected subcomponent. :-)
Comment 2 David Konecny 2002-12-13 15:00:05 UTC
Priority is pretty low of this task.
Comment 3 Vitezslav Stejskal 2003-11-26 13:18:24 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 4 Vitezslav Stejskal 2003-11-26 14:58:44 UTC
--> VERIFIED