It should be possible to add a jar to the load path and have it act like a
regular directory
---------------------------------------------------------------------------------------------
Key: JRUBY-1332
URL: http://jira.codehaus.org/browse/JRUBY-1332
Project: JRuby
Issue Type: Bug
Reporter: Dudley Flanders
Assignee: Thomas E Enebo
Given a jar file {{inky.jar}} containing a Ruby file {{blinky.rb}}, I expected
this:
{noformat}
$LOAD_PATH << "path/to/inky.jar"
require 'blinky'
{noformat}
to load {{blinky.rb}}, but it doesn't currently. According to Nick on IRC:
{noformat}
<nicksieger> it should be do-able. i bet we're just not using the jruby
classloader we add the jar files in to do the classpath-based lookup
{noformat}
--
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