Tal, On Sun, Feb 24, 2008 at 9:29 PM, Tal Rotbart <[EMAIL PROTECTED]> wrote:
> Weird. I just noticed Buildr pretends to run my tests but doesn't,this is > under jruby. > Steps I took: > > 1. Downloaded jruby > 2. Added it to my PATH > 3. Verified 'which rake', 'which gem' point to the jruby. > 4. Installed buildr into jruby gems from trunk by using 'rake install'. > 5. Running buildr using 'jruby /usr/bin/buildr clean package' (My > /usr/bin/buildr's content is listed below.) In step 5, you should be able to run buildr with 'jruby -S buildr' or simply with 'builldr' if the JRuby version is first on your path. I guess /usr/bin/buildr is your script for MRI and would not work with JRuby as it requires rjb. Cheers, -- vic Quaerendo invenietis.
