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 35294 - Implement createFromTemplate method on ProjectMember
Summary: Implement createFromTemplate method on ProjectMember
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-08-06 09:53 UTC by Vitezslav Stejskal
Modified: 2004-04-19 16:19 UTC (History)
1 user (show)

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 Vitezslav Stejskal 2003-08-06 09:53:10 UTC
We should have project equivalent of the
DO.createFromTemplate method allowing modules to
write project-aware implementation of templates.
It should be possible to plug-in operation
handlers for the ProjectMember which will handle
the create-from-template operation.

The question is whether those handlers shouldn't
be somehow supplied by the collection of
parameters gathered in the wizard steps. Of course
the convention would have to be to implement
handlers that way that they are able to work
without any parameters provided using some
reasonable defaults.
Comment 1 Vitezslav Stejskal 2003-11-26 12:52:57 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 2 Vitezslav Stejskal 2003-11-26 14:58:15 UTC
--> VERIFIED