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 119834 - 'Exclude IDE Modules' dialog not shown unless Libraries panel first selected
Summary: 'Exclude IDE Modules' dialog not shown unless Libraries panel first selected
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-23 20:25 UTC by aspitz
Modified: 2008-11-24 14:25 UTC (History)
2 users (show)

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 aspitz 2007-10-23 20:25:30 UTC
When I attempt to 'Create Standalone Application' the 'Exclude IDE Modules' dialog appears to be missing.

Steps taken -
> Create a Module Suite (FooSuite)
> Create a Module (Foo) included in the Module Suite created (FooSuite)
> Bring up 'Project Properties' for (FooSuite)
> Select 'Create Standalone Application'
> Click 'OK'

I expect that either when I select the 'Create Standalone Application' radio button or click the 'OK' button that the
'Exclude IDE Modules' dialog box will come up but it doesn't.

Configuration - 
> Windows Vista Ultimate
> NetBeans IDE 6.0 Beta 2

I get the same results with beta 1 and the latest daily build.
Comment 1 aspitz 2007-10-23 20:37:19 UTC
Just to clarify, I'm doing this with a stock copy of NetBeans IDE 6.0 Beta 2 'Mobility'
Comment 2 Max Sauer 2007-10-26 14:05:23 UTC
I can reproduce it. The issue seems to be RANDOM, the dialog just sometimes does not appear after the radio is switched
to 'Create Standalone Application'. Workaround is to configure from Libraries section.

---
Product Version: NetBeans IDE Dev (Build 20071026065536)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04
System: SunOS version 5.10 running on sparc; ISO646-US; en (nb)
Userdir: /home/ms159439/.netbeans/dev
Comment 3 Jesse Glick 2007-10-26 16:40:40 UTC
Seems to happen only if you have not selected the Libraries tab. E.g. if you use arrow keys to change category it will
not happen since you will pass through Libraries.
Comment 4 Jesse Glick 2007-10-26 16:50:40 UTC
For technical reasons relating to lazy initialization there is no apparent solution short of a complete rewrite of
SuiteCustomizerLibraries.java, which would take some time and risk regressions. Not for 6.0.
Comment 5 Masaki Katakai 2007-11-27 04:43:15 UTC
It was difficult for me to find the workaround.
Comment 6 Tomas Danek 2008-07-21 12:33:57 UTC
platform application developer meets this issue rarely, since there's a new template with IDE modules already excluded -> P4
Comment 7 rmichalsky 2008-11-24 14:25:29 UTC
6.5 and later doesn't show the dialog anymore.