Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.RC2, JRuby 1.6.8
Assignee: Thomas E Enebo
Created: 17/Oct/12 2:08 AM
Description:

When module with java interface included to anothe module:

include Java

module A
 include java.awt.event.ActionListener
end

module B
 include A 
end

TypeError: append_features called with non-class
	from org/jruby/RubyModule.java:2094:in `include'
	from (irb):8:in `B'
	from (irb):7:in `evaluate'
	from org/jruby/RubyKernel.java:1065:in `eval'
	from org/jruby/RubyKernel.java:1390:in `loop'
	from org/jruby/RubyKernel.java:1173:in `catch'
	from org/jruby/RubyKernel.java:1173:in `catch'
	from C:\jruby-1.7.0.RC2\bin\jirb_swing:54:in `(root)'
Project: JRuby
Priority: Major Major
Reporter: Vladimir Golyakov
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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