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 - Make the Solaris Express distribution of ruby the default when on Solaris
Summary: Make the Solaris Express distribution of ruby the default when on Solaris
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-20 20:37 UTC by David Vancouvering
Modified: 2011-01-28 20:11 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.