[RDT-Dev] Updating JRuby?

2007-01-15 Thread Mirko Stocker
Hi! I'm currently updating our refactorings to work with the latest JRuby. They changed some things in the AST structure, added new nodes and removed one (ScopeNode, replaced with StaticScope). So to port the refactorings, I also need to update the version we have in RDT. So my question is,

Re: [RDT-Dev] Updating JRuby?

2007-01-15 Thread Christopher Williams
Mirko, Feel free to update jruby. I just generate a jar and stick it into our org.jruby plugin. Be sure to increment the plugin.xml version number so it will override any previous versions. I don't know if anyone is actively working on fixing the test suite. I just noticed a number of errors

Re: [RDT-Dev] Updating JRuby?

2007-01-15 Thread Mirko Stocker
On Monday 15 January 2007 14:32, Christopher Williams wrote: Mirko,   Feel free to update jruby. I just generate a jar and stick it into our org.jruby plugin. Be sure to increment the plugin.xml version number so it will override any previous versions. About the version.. I'm going to need a

Re: [RDT-Dev] Updating JRuby?

2007-01-15 Thread Markus Barchfeld
Mirko Stocker wrote: On Monday 15 January 2007 14:32, Christopher Williams wrote: Mirko, Feel free to update jruby. I just generate a jar and stick it into our org.jruby plugin. Be sure to increment the plugin.xml version number so it will override any previous versions. About

Re: [RDT-Dev] Updating JRuby?

2007-01-15 Thread Mirko Stocker
On Monday 15 January 2007 15:34, Markus Barchfeld wrote: If the JRuby source is patched the patch should be included in the JRuby plug-in, too. I think I'm going to update to the official JRuby and when they included our patches, update again. Furthermore I would suggest to add the sources