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

2009-06-21 Thread Stephen Bannasch
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 build_lib/ This is on Mac OS X using Java 1.5 Anybody

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

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

[jruby-dev] [jira] Created: (JRUBY-3766) update .classpath for building jruby with eclipse

2009-06-21 Thread Stephen Bannasch (JIRA)
update .classpath for building jruby with eclipse - Key: JRUBY-3766 URL: http://jira.codehaus.org/browse/JRUBY-3766 Project: JRuby Issue Type: Bug Components: Miscellaneous Affect