Re: [jruby-dev] problems compiling jruby, missing invokedynamic support

2009-06-30 Thread Charles Oliver Nutter
On Sun, Jun 21, 2009 at 12:36 PM, Stephen Bannasch wrote: > That and a few other changes in .classpath for Eclipse are in a patch here: > >  http://jira.codehaus.org/browse/JRUBY-3766 Applied to master...thank you :) - Charlie -

Re: [jruby-dev] problems compiling jruby, missing invokedynamic support

2009-06-21 Thread Stephen Bannasch
On 21 Jun 2009, at 14:41, Stephen Bannasch wrote: I'm trying to compile jruby in eclipse and am now getting many errors relating to invokedynamic Some of the imports in org.jruby.runtime.invokedynamic don't resolve example: import java.dyn.CallSite There used to be invokedynamic.jar in buil

Re: [jruby-dev] problems compiling jruby, missing invokedynamic support

2009-06-21 Thread Damian Steer
On 21 Jun 2009, at 14:41, Stephen Bannasch wrote: I'm trying to compile jruby in eclipse and am now getting many errors relating to invokedynamic Some of the imports in org.jruby.runtime.invokedynamic don't resolve example: import java.dyn.CallSite There used to be invokedynamic.jar in bu