Hi Greg,
ODE 1.X uses buildr 1.3.5 (not the trunk).
In 1.3.5 the method Release#tag_name does not exist. This is now fixed in
buildr trunk.
To cut to the chase: if you build ODE 1.X with buildr trunk, edit ODE
rakefile and change Release.find.tag_name to Release.tag_name
details here:
https://issues.apache.org/jira/browse/BUILDR-223?focusedCommentId=12776838&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12776838
Alexis
On Thu, Nov 19, 2009 at 8:07 AM, Greg Lucas <greg.lucas@gmail.com> wrote:
> We're getting this error for the Apache ODE 1.x build on Hudson:
>
> (in
> /zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X,
> test)
> Buildr aborted!
> undefined method `tag_name=' for #<Buildr::SvnRelease:0x2982d8>
>
> /zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/Rakefile:150
> /zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/Rakefile:398:in
> `load'
>
>
> I believe this started yesterday when Buildr was updated from 1.3.5 to
> trunk to pick up another fix. Any ideas?
>
> --
> Greg Lucas
>
|