JRuby does not load AOT compiler escaped name
---------------------------------------------

                 Key: JRUBY-2707
                 URL: http://jira.codehaus.org/browse/JRUBY-2707
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1.2
            Reporter: Peter K Chan
            Assignee: Thomas E Enebo


The JRuby AOT compiler produces class names that are escaped from the ruby file 
name. For example, compiler produces rexml/encodings/UTF_minus_8 for 
rexml/encodings/UTF-8. However, when loading with require 
'rexml/encodings/UTF-8', the runtime does not look for the escaped class name 
of 'rexml/encodings/UTF_minus_8.class'

-- 
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