[jruby-dev] master builds broken

2013-10-14 Thread Hirotsugu Asari
The master branch's Travis build has been broken: https://travis-ci.org/jruby/jruby/jobs/12495676#L744 somehow, somewhere, 'spec_helper.rb' is not loaded. https://github.com/jruby/jruby/compare/bb3e552f93b0...6615e8183f31 is a rather big change between the builds, and one of these was later rev

Re: [jruby-dev] master builds broken

2013-10-14 Thread Wayne Meissner
I just reverted those commits in my tree, and it still fails. When running mvn package, you get an error like: Failed to execute goal on project jruby-tests: Could not resolve dependencies for project org.jruby:jruby-tests:jar:9000.dev: Failed to collect dependencies at rubygems:rspec:gem:2.14.1

Re: [jruby-dev] master builds broken

2013-10-14 Thread Uwe Kubosch
Hi! I fixed the rspec build error yesterday by re-enabling the gem installation step. 4 of 6 Travis builds succeed. I think the two failing builds are not related to the eclipse config change. On 2013-10-15, at 04:04, Wayne Meissner wrote: > I just reverted those commits in my tree, and it