LoadService should not only convert .so endings to .jar, but also try loading 
the platform specific C extension
---------------------------------------------------------------------------------------------------------------

                 Key: JRUBY-5033
                 URL: http://jira.codehaus.org/browse/JRUBY-5033
             Project: JRuby
          Issue Type: Bug
         Environment: Applies only to the JRuby cext branch
            Reporter: Tim Felgentreff
            Assignee: Thomas E Enebo


MRI allows to write "require 'extension.so'" and have that converted to the 
platform specific extension name. On JRuby this used to be the ".jar" extension 
up until now. Loading ".jar" extensions should still be the preferred strategy, 
but if that fails we need to check if we can load a C extension with the 
platform specific filename.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to