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 22492 - Extensible framework for project wizards
Summary: Extensible framework for project wizards
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on: 19940 23295
Blocks: 19955
  Show dependency tree
 
Reported: 2002-04-16 13:38 UTC by Pavel Buzek
Modified: 2003-12-11 14:25 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 Pavel Buzek 2002-04-16 13:38:36 UTC
When extending the template a module should also 
be able to extend the wizard used for this 
template. A framework for this needs to be defines 
by projects infrastructure (or the support from 
core module can be made available).

Example: make it possible for the Jarpacakger 
module to add a step into Java Application Project 
wizard to define packaging of application.
Comment 1 Pavel Buzek 2002-05-09 14:38:16 UTC
Sctrictly use temporary in-memory objects in wizard until the instantiate is called.
Comment 2 David Konecny 2002-05-10 10:08:58 UTC
OK, so I'm going to work on this issue.
Comment 3 David Konecny 2002-06-18 15:58:22 UTC
Implemented and documented in:
<http://projects.netbeans.org/proposals/wizards/index.html>

A few open issues filed as issue 24913.
Comment 4 Pavel Buzek 2003-07-02 09:31:19 UTC
work done, closing