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 118853

Summary: Install gems for both native Ruby and JRuby
Product: ruby Reporter: jim_matt <jim_matt>
Component: GemsAssignee: Martin Krauskopf <mkrauskopf>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description jim_matt 2007-10-15 06:26:39 UTC
Product Version: NetBeans IDE Dev (Build 200710120000)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\Jim\.netbeans\dev

In the gem manager consider having a check box so that when you install a gem into native Ruby, it is installed for 
JRuby too.  Also do the same if installing a gem for JRuby.

I have just gone through installing a number of the same gems in both places.
Comment 1 Martin Krauskopf 2008-02-07 19:08:52 UTC
Note that the Platform and RubyGems infrastructure was overhauled. Now there is a combobox in the Gem Platform manager.
Anyway, installing the same gems twice is not the right way. If you are using multiple interpreters you should use Gem
Home and Gem Path features of RubyGems, which are supported in NetBeans 6.1 dev builds as well.