Hi all, I'm using the latest pull from github and am trying to run the tests in buildr/spec/java
I am still very new to Ruby and rspec, so it is extremely likely that I am doing something wrong, but typing (I'm on Mac OS X): rspec run_spec.rb results in: Downloading org.jruby:jruby-complete:jar:1.5.4 /Users/christopher/github/cacoco/buildr/lib/buildr/packaging/artifact.rb:489:in `fail_download': Failed to download org.jruby:jruby-complete:jar:1.5.4, tried the following repositories: (RuntimeError) http://repo1.maven.org/maven2/ http://scala-tools.org/repo-releases/ http://scala-tools.org/repo-releases/ http://scala-tools.org/repo-snapshots/ Looking more into it, jruby-complete version 1.5.4 does not seem to exist in any public maven repo anywhere that I can find (and why I assume this is failing). Versions jump from 1.5.3 to 1.5.5 in both the maven.org and ibiblio.org repos. I've contemplated just changing the required jruby-complete version to 1.5.5 or some such, but can't seem to find where that is specified. Again, I'm still pretty new to Ruby and the jruby.rb just specifies that the min version is 1.5.1 so I'm not sure what is trying to pull version 1.5.4. Any help would be greatly appreciated. Thanks! -c
