A non-existant jar + dir on the load path causes require to error
-----------------------------------------------------------------
Key: JRUBY-2847
URL: http://jira.codehaus.org/browse/JRUBY-2847
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules
Affects Versions: JRuby 1.1.4
Environment: OS X
Reporter: Logan Barnett
This code causes a large JRuby internal error (assuming some-jar.jar doesn't
exist):
$LOAD_PATH << "file:/some-jar.jar!/src"
require 'some_file'
This code works just fine (some-jar.jar still assumed not to exist):
$LOAD_PATH << "file:/some-jar.jar/"
require 'some_file'
--
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