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 122431

Summary: Make the Solaris Express distribution of ruby the default when on Solaris
Product: ruby Reporter: David Vancouvering <davidvc>
Component: PlatformAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker CC: jchalupa, tor
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description David Vancouvering 2007-11-20 20:37:10 UTC
The new Solaris Express distribution is coming with a bundled install of NetBeans.  If possible, modify the
configuration of Ruby for the SXDE bundle of NB so that its default Ruby interpreter is the Solaris native Ruby that is
going to be bundled as of build 78.

I will add a comment indicating where the interpreter will be installed by default as a comment to this issue once I
find out.  Working on that now.
Comment 1 Martin Krauskopf 2007-11-20 21:23:43 UTC
Ok, should be easy with new platform manager.
Comment 2 Torbjorn Norbye 2008-01-19 02:16:03 UTC
Another thing to do (if you haven't done so already) is to not only look at the path for Ruby interpreters, but look in
known locations, and in particular, rather than only adding /usr/bin/ruby on Solaris, add one for EACH version found under 

/usr/ruby/<x.y>/bin
Comment 3 Martin Krauskopf 2008-02-21 10:46:08 UTC
Do we really want to do this? We are bundling JRuby by default which I supposed is what should be the default. Note that
there is some clever autodetection of platforms among the IDE (Ruby Platform Manager, Platform comboboxes).
I know we had some long discussions but I'm not sure what was the result.
So is current situation OK (autodetection) or do we want to do more. Let me know, since now after infrastructure
overhaul we can implement whatever.