Hello everyone, Could someone please explain the path from a clean JRuby checkout on Windows to: a) being able to run the RubySpec testsuite (ant specs); b) being able to run the Java integration specs (rake spec:ji)? Or maybe there's a document somewhere which describes this?
With 'ant specs', I wasn't able to find a binary of tar which is capable of unpacking the mspec.tgz and rubyspec.tgz archives. There are many different binaries around, but some of them complain about --strip-components, others complain about empty file names in the archive, and the Cygwin version of tar can't find the archives to unpack altogether. With 'rake spec:ji', I get an error on "require 'spec/rake/spectask'" in Rakefile, and I don't understand where this file is supposed to come from in my JRuby checkout. Thanks in advance for your help, Dmitry
