Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 45380 invoked from network); 19 Nov 2009 17:05:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Nov 2009 17:05:18 -0000 Received: (qmail 39643 invoked by uid 500); 19 Nov 2009 17:05:18 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 39594 invoked by uid 500); 19 Nov 2009 17:05:18 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 39583 invoked by uid 99); 19 Nov 2009 17:05:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2009 17:05:18 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of alexismidon@gmail.com designates 209.85.212.186 as permitted sender) Received: from [209.85.212.186] (HELO mail-vw0-f186.google.com) (209.85.212.186) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2009 17:05:10 +0000 Received: by vws16 with SMTP id 16so613671vws.19 for ; Thu, 19 Nov 2009 09:04:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=aVmh92pO3z8sR23uTmhWjhesdLfs0i/HP9qZjosWcuw=; b=Z7bRsR7/V5A17Q2++CN9PJdFPueGA7yc3+S8UKnGDqW+sjXO+V3YHbEnnlG5kOlig2 10RaIc+LtQ5slQgQwcwiSQyvkmvNzWT2nb//hN9DNtjY7jsTHmCfRKeUTtn1cRDBW90h xKbJbocJt5yHYut2YpxsP90ZYGubQGDSO8zE0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=pUpC5gxcVEFWNkFZ7XGGQ6K/4FZMqptT+KIEcFqlXss2DKmtyw6aAzYurYll37UyD8 7I15ga/ismiZJng03b1BVMVMNX+7yqaOo3gZCn5r7Ub3LaHf8qo9DU+VxD/Hk27De1Xi 0Y36u2N0ozOs89gTmRj37PtQiFOlBNhbUSzGs= MIME-Version: 1.0 Received: by 10.220.126.205 with SMTP id d13mr309785vcs.84.1258650289218; Thu, 19 Nov 2009 09:04:49 -0800 (PST) In-Reply-To: References: <4c1d6a900911190847l3fb0b901k93735295bc1bab79@mail.gmail.com> From: Alexis Midon Date: Thu, 19 Nov 2009 09:04:29 -0800 Message-ID: <4c1d6a900911190904w54b88850q45fd46559ab1a5dc@mail.gmail.com> Subject: Re: undefined method `tag_name=' for # To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=00504501634b62a4170478bc5b6f X-Virus-Checked: Checked by ClamAV on apache.org --00504501634b62a4170478bc5b6f Content-Type: text/plain; charset=UTF-8 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. This is fixed in trunk. On Thu, Nov 19, 2009 at 8:53 AM, Greg Lucas wrote: > Alex, > > Thanks - but this is a bit confusing, I am using buildr 1.3.5 to build ODE > locally and do not get this error (and I can see the attr_accessor :tag_name > in my gems build.rb). > > I'm using the buildr-1.3.5-jruby-1.4.0 distro on Windows, perhaps > installing 1.3.5 directly would be different? > > Also, note that yesterday the ODE 1.x Hudson build did get updated to > buildr 1.4-SNAPSHOT to pick up a fix for test=all not working as expected. > > ~Greg > > > > On Thu, 19 Nov 2009 11:47:23 -0500, Alexis Midon > wrote: > > 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 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 # >>> >>> >>> /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 >>> >>> > > -- > Greg Lucas > --00504501634b62a4170478bc5b6f--