Alex, would you please review the patch here ? https://issues.apache.org/jira/browse/BUILDR-548
It changes that line to 1.6.2... On Fri, Jul 15, 2011 at 15:49, Alex Boisvert <[email protected]>wrote: > Strange, it must have existed in the repos before... > > You can just edit lib/buildr/java/bdd.rb: > > VERSION = '1.5.4' # Note: JtestR 0.6.0 only works up to 1.5.4 > > to use another version. I'm pretty sure we'll upgrade to 1.6.3+ in our > next > Buildr release given that we'll be removing JtestR suport. > > alex > > > On Fri, Jul 15, 2011 at 2:31 PM, Christopher Coco <[email protected]> > wrote: > > > 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 > > >
