On Fri, Oct 7, 2011 at 8:50 AM, Daniel Spiewak <[email protected]> wrote:
> It's been a while since I ran Buildr from trunk. I tried today and I'm > discovering that the setup task for Buildr's Rakefile appears to be > missingt > (note: this also affects the stage task, which depends on setup). Has > setup > been replaced with something or is it just gone? > Welcome back :) We're using bundler now to manage dependencies so you'll want to run "bundle install" and either set up your environment to automatically pick up the bundled gems (e.g. http://effectif.com/ruby/automating-bundle-exec though there are many other ways) or run everything prefixed with "bundle exec". Hadn't noticed state task is broken, I'll take a look. alex
