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 61188 - ProjectWizard: Set As Main project is not enabled
Summary: ProjectWizard: Set As Main project is not enabled
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-07-20 15:55 UTC by pzajac
Modified: 2005-09-05 09:51 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 pzajac 2005-07-20 15:55:14 UTC
The Api support module wizard contains "Set As Main Project" check box. The
default value is "disabled". Other project types "J2SE ..." also contains this
checkbox. But the checkbox is "enabled".
Comment 1 Martin Krauskopf 2005-07-20 16:02:40 UTC
Fixed.

Checking in ui/wizard/BasicInfoVisualPanel.form; 1.10 -> 1.11
Checking in ui/wizard/BasicInfoVisualPanel.java; 1.20 -> 1.21
Comment 2 Jesse Glick 2005-07-20 18:32:55 UTC
UI spec also has this on by default. Would be preferable to *not* have it on in
case you are adding a module to a suite, since generally you want the suite to
be the main project. But I'm not sure how to do that right, since Set as Main
and the choice between Standalone and Suite Component are on the same panel, and
it would look weird for SaM to react to changes in this combo. Perhaps its
initial value could be checked if Standalone is initially selected yet unchecked
if Suite Component is initially selected (without changing automatically if the
user switches from Standalone to SC or vice versa)?
Comment 3 pzajac 2005-07-25 12:47:11 UTC
v