Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: JRuby 1.6.7
-
Fix Version/s: None
-
Component/s: Java Integration
-
Labels:
-
Environment:Windows, JRE6
-
Number of attachments :
Description
require_relative supported in Ruby 1.9.2 works for ruby files in JRuby 1.6.7, but it doesn't work for jars.
Example:
require_relative './foo/bar.rb' # => true require_relative './jars/Thorlib.jar' # => true require 'thor' # => LoadError. require './jars/Thorlib.jar' # => true require 'thor' # => true
Could you confirm the problem exists on the master? http://ci.jruby.org/snapshots/master/