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 133897

Summary: ruby pack uninstallable because of missing dependencies
Product: updatecenters Reporter: renrutal <renrutal>
Component: StableAssignee: Jiri Kovalsky <jkovalsky>
Status: RESOLVED FIXED    
Severity: blocker CC: juhrik, rnovak
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description renrutal 2008-04-25 05:38:10 UTC
The bug flow (tested on Windows XP SP2):

- Download and install NetBeans IDE 6.1 RC2 C++ Bundle (just because it's the smallest one).
- Go to the plugin manager and uninstall the C++ pack.
- Restart the IDE.
- Go to the plugin manager, select the Netbeans Update Center and reload the catalog.
- Mark 'Ruby and Rails' for installation and click install.

You will get the following message:

Missing required modules for Plugin Common Scripting Language API:
Common Scripting Language Support [module org.netbeans.modules.gsf/2 = 1] 
Missing required modules for Plugin Common Scripting Language Support:
Common Scripting Language Support [module org.netbeans.modules.gsf/2 = 1]


Expected results:

- Find, resolve and install all the dependencies.
- Install Ruby and Rails cleanly, as if you has downloaded it from the Ruby bundle.
Comment 1 Jaromir Uhrik 2008-04-25 08:24:06 UTC
I can reproduce this issue in rc1 but it is not reproducible in fcs candidate.
Comment 2 renrutal 2008-04-28 17:56:35 UTC
I've tested this again on 6.1 final, and it looks like it's been fixed, I even tested the sample Depot application from
Rails. Good job!
Comment 3 Jiri Kovalsky 2008-05-13 14:27:02 UTC
OK, in such case I close this issue. Thank you guys for your help.