From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Thu, 09 Aug 2007 08:22:14 -0700 Subject: [sup-talk] rake/hoe issues In-Reply-To: <1186618315-sup-5646@zap> References: <1186618315-sup-5646@zap> Message-ID: <1186672403-sup-5194@south> Excerpts from Ian Taylor's message of Wed Aug 08 17:16:34 -0700 2007: > Seems like Redwood::VERSION being set to 'svn' isn't meeting some kind > of hoe version spec, so rake tasks are failing. Lame. I wanted to be able to distinguish SVN-built packages from actual releases somehow. Well I've set it to "0" in SVN, which is at least distinctive. > Whenever I try to build sup from svn, the rakefile seems to be using > sup from my local gems repository rather than ./lib (within the build > directory). Ok, I have an explicit load of "./lib/sup.rb" in the Rakefile now. This means you probably won't be able to build outside of that directory, but that's probably not a problem. -- William