Re: [RDT-Dev] Updating JRuby?

2007-01-16 Thread Mirko Stocker
On Monday 15 January 2007 15:34, Markus Barchfeld wrote:
 As version number I would suggest the base version of JRuby (0.9.2) plus
 maybe the revision number of JRuby's subversion as qualifier (2742). So,
 if you create a jar from the current trunk of JRuby, the version could
 be 0.9.2.2742. This schema should work despite the current version
 number of 1.0.0. (The org.jruby plug-in was not part of the 0.8.x
 release, therefore problems should arise with nightly build
 installations if there are problems at all).

It looks like I just broke the build because of the plug-in version: 
Unable to find plug-in: org.jruby_1.0.0.
What can we do about that?

Thanks

Mirko

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


Re: [RDT-Dev] Updating JRuby?

2007-01-16 Thread Markus Barchfeld
Mirko Stocker wrote:
 On Monday 15 January 2007 15:34, Markus Barchfeld wrote:
   
 As version number I would suggest the base version of JRuby (0.9.2) plus
 maybe the revision number of JRuby's subversion as qualifier (2742). So,
 if you create a jar from the current trunk of JRuby, the version could
 be 0.9.2.2742. This schema should work despite the current version
 number of 1.0.0. (The org.jruby plug-in was not part of the 0.8.x
 release, therefore problems should arise with nightly build
 installations if there are problems at all).
 

 It looks like I just broke the build because of the plug-in version: 
 Unable to find plug-in: org.jruby_1.0.0.
 What can we do about that?

   
It seems as if you have found feature.xml already :-)

Markus

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


[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, is it ok if I do the update?

By the way, I also noticed that about half of the TI tests fail.. is anybody 
working on this? Most other tests work (I get 9 errors and 1 failure in 
TS_RdtAllUnitTests).

Regards

Mirko

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


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 myself, so I planned on trying to correct
those in the near future, but feel free to take a stab at them yourself.

Thanks,
Chris

On 1/15/07, Mirko Stocker [EMAIL PROTECTED] wrote:


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, is it ok if I do the update?

By the way, I also noticed that about half of the TI tests fail.. is
anybody
working on this? Most other tests work (I get 9 errors and 1 failure in
TS_RdtAllUnitTests).

Regards

Mirko

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development





--
http://cwilliams.textdriven.com
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


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 version from svn, what version string 
do I use there?

   I don't know if anyone is actively working on fixing the test suite. I
 just noticed a number of errors myself, so I planned on trying to correct
 those in the near future, but feel free to take a stab at them yourself.

Ok :) I'll see what I can do. 

Thanks

Mirko

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


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 the version.. I'm going to need a version from svn, what version string 
 do I use there?

   
If you update the plug-in ID, please also modify the feature.xml.

As version number I would suggest the base version of JRuby (0.9.2) plus 
maybe the revision number of JRuby's subversion as qualifier (2742). So, 
if you create a jar from the current trunk of JRuby, the version could 
be 0.9.2.2742. This schema should work despite the current version 
number of 1.0.0. (The org.jruby plug-in was not part of the 0.8.x 
release, therefore problems should arise with nightly build 
installations if there are problems at all).

If the JRuby source is patched the patch should be included in the JRuby 
plug-in, too.

Furthermore I would suggest to add the sources as zip file, too (just to 
simplify debugging, it should not be included in binary builds).

Markus


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development


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 as zip file, too (just to
 simplify debugging, it should not be included in binary builds).

Ok, I'll try that :)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development