java.awt.geom.Path2D fails to be imported
-----------------------------------------

                 Key: JRUBY-3080
                 URL: http://jira.codehaus.org/browse/JRUBY-3080
             Project: JRuby
          Issue Type: Bug
          Components: Java Integration
    Affects Versions: JRuby 1.1.4
            Reporter: Thomas E Enebo
             Fix For: JRuby 1.1.5


This fails:

{noformat}
jruby -e 'require "java"; java.awt.geom.Path2D'
{noformat}

Whereas:

{noformat}
jruby -e 'require "java"; java.awt.geom.Line2D'
{noformat}

Loads fine...They are both abstract classes and seem like both would have the 
same problem (or lack thereof).




-- 
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


Reply via email to