Import broken with Rake
-----------------------
Key: JRUBY-1124
URL: http://jira.codehaus.org/browse/JRUBY-1124
Project: JRuby
Issue Type: Bug
Components: Java Integration
Reporter: Ola Bini
Priority: Minor
The title really says it all.
Create a Rakefile containing
{noformat}
require 'java'
import java.lang.Runtime
{noformat}
(you can import any Java class available)
and Rake will bomb:
{noformat}
rake aborted!
can't convert #<Class:01xd102f8> into String
{noformat}
This means that the import statement is nigh near unusable since Rake is used
in quite many places.
--
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