AnnotationFormatError when running trunk jruby-complete --command irb
---------------------------------------------------------------------

                 Key: JRUBY-1456
                 URL: http://jira.codehaus.org/browse/JRUBY-1456
             Project: JRuby
          Issue Type: Bug
            Reporter: Charles Oliver Nutter
            Assignee: Thomas E Enebo
            Priority: Blocker
             Fix For: JRuby 1.1.0


Not sure what's going on here:

{noformat}
~/NetBeansProjects/jruby $ java -jar lib/jruby-complete.jar --command irb
Exception in thread "main" java.lang.annotation.AnnotationFormatError: 
Unexpected end of annotations.
        at 
sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:54)
        at java.lang.reflect.Method.declaredAnnotations(Method.java:676)
        at java.lang.reflect.Method.getAnnotation(Method.java:663)
        at org.jruby.RubyModule.defineAnnotatedMethod(RubyModule.java:526)
        at org.jruby.RubyModule.defineAnnotatedMethods(RubyModule.java:521)
        at org.jruby.RubyClass.createClassClass(RubyClass.java:71)
        at org.jruby.Ruby.initCoreClasses(Ruby.java:1276)
        at org.jruby.Ruby.init(Ruby.java:1170)
        at org.jruby.Ruby.newInstance(Ruby.java:330)
        at org.jruby.Main.runInterpreter(Main.java:172)
        at org.jruby.Main.run(Main.java:121)
        at org.jruby.Main.main(Main.java:96)
{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

Reply via email to