Sorry, got it now. I had misunderstood that you had just made an
additional change to trunk for this, but I see that change was already in
when ODE grabbed the SNAPSHOT.
Thanks again!
On Thu, 19 Nov 2009 12:20:52 -0500, Alexis Midon <[email protected]>
wrote:
your Hudson is using 1.4-SNAPSHOT, in this version of buildr
Release#tag_name exists but SvnRelease#tag_name does not.
I guess your own install is still 1.3.5.
On Thu, Nov 19, 2009 at 9:09 AM, Greg Lucas <[email protected]> wrote:
what's confusing is that in 1.3.5 "attr_accessor :tag_name" is an
instance
attribute not a class attribute. So Release#tag_name fails.
But we're using Release.find.tag_name, i.e. it would be called on an
instance. Just trying to understand why this works for me but not on
Hudson.
--
Greg Lucas