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 177202 - Enabling JavaEE (via Tools/Plugins) has to enable whole JavaSE
Summary: Enabling JavaEE (via Tools/Plugins) has to enable whole JavaSE
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 187678
  Show dependency tree
 
Reported: 2009-11-19 07:32 UTC by Jaroslav Tulach
Modified: 2011-02-18 12:05 UTC (History)
3 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 Jaroslav Tulach 2009-11-19 07:32:15 UTC
Try to enable JavaEE functionality in a full FoD build with empty userdir. Only part of JavaSE gets enabled. This creates too flexible environment and goes against the original vision as stated at

http://wiki.netbeans.org/FitnessForever#Reuse_Existing_Distributions

Fix it, so it enables whole JavaSE and behaves the same in other cases (JavaFX, etc.).
Comment 1 Jaroslav Tulach 2009-11-19 11:06:02 UTC
The problem happens only if JavaEE is enabled via Tools/Plugins. If JavaEE project is created/opened the whole JavaSE is enabled. CC Dmitrij as this will be autoupdate releated.

Btw. I thought the behaviour is tested and indeed it is. Just it tests only the case of created/opened project/file. Not manipulation via Tools/Plugins.
Comment 2 Jaroslav Tulach 2009-11-20 06:55:17 UTC
Fixed in ergonomics#efe9ce43de4c
Will be available in http://deadlock.netbeans.org/hudson/job/ergonomics/703/ as soon as it finishes.

The changed code influences only the Installed tab of Tools/Plugins when "Show Details" is off. Please verify.
Comment 3 Quality Engineering 2009-11-21 15:44:04 UTC
Integrated into 'main-golden', will be available in build *200911211401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/483df084a7f1
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #177202: Testing whether enabling of J2EE via Tools/Plugins enables all Java SE. Not right now.