Hi guys, Sorry for jumping in the conversation like this. I have about the upcoming release.
First of all, I'm a brand new user in the middle of migrating one of my Maven projects to Buildr. So far I'm loving it, maybe because I like ruby so much :-) So let me take the opportunity to thank you for efforts in maintaining Buildr. I'm very glad you're about to release a new version. Now to my question. While migrating this maven project, I've noticed that Buildr can't handle POM properties that depend on other POM properties properties (in my case in hamcrest-1.3.RC2). Fortunately somebody already submitted a patch with test cases: https://issues.apache.org/jira/browse/BUILDR-618 I'd like to know if you guys have plans for included this patch in this release or in another pretty soon. Cheers, -- Vincent 2012/5/20 Peter Donald <[email protected]> > On Mon, May 21, 2012 at 12:34 AM, Russ Teabeault > <[email protected]> wrote: > > I was going to take a look at using RVM as well. It should be possible > to > > run the tests for each supported ruby by using 'rvm exec'. > > > > You could do something like > > > > rvm 1.9.2-p320,1.8.7-p358,jruby-1.6.7 exec rake spec > > I think we had to go a bit further but the same sort of idea. I think > the code does something like > > [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"; > rm Gemfile.lock; rvm 1.9.2-p320 exec rake bundle install; rvm > 1.9.2-p320 exec rake bundle exec spec > > -- > Cheers, > > Peter Donald >
