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 - ruby pack uninstallable because of missing dependencies
Summary: ruby pack uninstallable because of missing dependencies
Status: RESOLVED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Stable (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jiri Kovalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-25 05:38 UTC by renrutal
Modified: 2008-05-13 14:27 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 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.