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 133485 - Missing module
Summary: Missing module
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: JMX (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jean-francois Denise
URL: http://deadlock.netbeans.org/hudson/j...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-21 16:42 UTC by Jesse Glick
Modified: 2008-04-23 14:40 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 Jesse Glick 2008-04-21 16:42:32 UTC
jmx is in the experimental config but jmx.common is not. Please fix.
Comment 1 Jean-francois Denise 2008-04-22 08:51:23 UTC
What are the steps needed on engineering side to fix this problem.

We do have now 2 modules depending on jmx.common: jmx and jconsole. I guess that he same problem exists for the jconsole
plugin. The script that is making this check needs to be updated to reflect jmx module split.
Comment 2 Jesse Glick 2008-04-22 17:02:02 UTC
The script making the check is fine, and it correctly determined that there is a real error in the update center. The
stable UC, as defined in nbbuild/cluster.properties#nb.cluster.stableuc, lists the jmx module but not the jmx.common
module. Clearly someone trying to get the jmx module from AU would fail since no jmx.common module is available. You
just need to add jmx.common to stableuc and verify the fix in the next javadoc-nbms build.
Comment 3 Jesse Glick 2008-04-22 17:02:44 UTC
Marking P1 since it is not just a test failure; the module cannot be used from AU until fixed.
Comment 4 Jean-francois Denise 2008-04-23 14:40:14 UTC
I Added jmx.common and jconsole to the list of modules.