On Wed, Oct 9, 2013 at 9:25 PM, Jean-Philippe Caruana <[email protected]> wrote: > Le 09/10/2013 12:10, Peter Donald a écrit : >> On Wed, Oct 9, 2013 at 8:19 PM, Jean-Philippe Caruana >> <[email protected]> wrote: >>> I tried the jruby install, and buildr --version failed. >> >> What version of jruby? and java? and what was the exact failure. > > oops, sorry I forgot this information ! > > windows 7 > jruby 1.7.5 (64bits) > jdk 1.7.0_05
jruby 1.7.5 breaks on all platforms but 1.7.4 should work. (We never tested 1.7.5 as it was released after the buildr release). It is actually related to some of the windows failures, namely BUILDR-680 as they are both due to a library we depend upon (highline). It seems there is no single version we can depend upon. - No version works out of the box with jruby 1.7.5 - the latest version does not work under windows - older versions do not work on ubuntu etc. It looks like it is time to look at replacing or reimplementing the functionality -- Cheers, Peter Donald
