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 34035 - ProjectWizard and ProjectCustomizers behave differently
Summary: ProjectWizard and ProjectCustomizers behave differently
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-05-30 08:02 UTC by Jaroslav Tulach
Modified: 2004-04-19 16:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2003-05-30 08:02:55 UTC
In spite of that for both Project Wizard and
Project Customizer one has to write
TemplateWizard.Iterator, they both behave
differently. In the first case one can obtain the
Project instance from the TemplateWizard - by
calling tw.getValue ("Project_instance"), but this
does not work in customizer. 

It is understood that the set of supported
properties may vary depending on the set of
enabled panels, but at least the "core" properties
shall be supported on both dialogs.
Comment 1 Vitezslav Stejskal 2003-05-30 11:00:27 UTC
This is more or less true. However I would like to point out that
TW.Iterator is just a way how to define wizards and/or customizers. It
doesn't neccessarily mean that everything based on the TW.I has to
have the same properties (it depends on what is it and what purpose
does it serve).

It's definitely useful to have the project instance accessible from
within both wizards and customizers used in the project.
Comment 2 Vitezslav Stejskal 2003-11-24 13:59:55 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 Jan Becicka 2003-11-25 13:45:53 UTC
Marking issue as VERIFIED --->
Comment 4 Jan Becicka 2003-11-25 13:50:48 UTC
---> CLOSED