Return-Path: Delivered-To: apmail-incubator-buildr-user-archive@locus.apache.org Received: (qmail 16265 invoked from network); 19 Nov 2007 17:52:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 17:52:19 -0000 Received: (qmail 70124 invoked by uid 500); 19 Nov 2007 17:52:06 -0000 Delivered-To: apmail-incubator-buildr-user-archive@incubator.apache.org Received: (qmail 70115 invoked by uid 500); 19 Nov 2007 17:52:06 -0000 Mailing-List: contact buildr-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-user@incubator.apache.org Delivered-To: mailing list buildr-user@incubator.apache.org Received: (qmail 70106 invoked by uid 99); 19 Nov 2007 17:52:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 09:52:06 -0800 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of arkin@intalio.com does not designate 209.85.198.185 as permitted sender) Received: from [209.85.198.185] (HELO rv-out-0910.google.com) (209.85.198.185) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 17:51:56 +0000 Received: by rv-out-0910.google.com with SMTP id k20so1572641rvb for ; Mon, 19 Nov 2007 09:51:50 -0800 (PST) Received: by 10.140.139.11 with SMTP id m11mr1835124rvd.1195494710014; Mon, 19 Nov 2007 09:51:50 -0800 (PST) Received: by 10.64.210.13 with HTTP; Mon, 19 Nov 2007 09:51:49 -0800 (PST) Message-ID: <3de5d7d20711190951r66fe79f2k18b2a4f1f90db7c4@mail.gmail.com> Date: Mon, 19 Nov 2007 09:51:49 -0800 From: "Assaf Arkin" To: buildr-user@incubator.apache.org Subject: Re: noobie question In-Reply-To: <4740369D.7060909@ri.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4740369D.7060909@ri.fi> X-Virus-Checked: Checked by ClamAV on apache.org DEFAULT_BUILDFILES is defined by Rake, the version we're using is Rake 0.7.3. Buildr extends Rake, so it depends on a particular version, currently Rake 0.7.3. Assaf On 11/18/07, Marko Sibakov wrote: > Hi, > > I am totally noobie with buildr and ruby. I tried to run buildr test => > rake test and had error like this: > > /usr/lib/ruby/1.8/rake.rb:1948:in `const_missing': uninitialized > constant Buildr::Application::DEFAULT_RAKEFILES (NameError) > from /home/msibakov/duunit/buildr/lib/core/application.rb:14 > > when looking at line 14 in application.rb > > DEFAULT_BUILDFILES = ["buildfile", "Buildfile"] + DEFAULT_RAKEFILES > > i found DEFAULT_RAKEFILES and it is not initialized. > > So what i am doing something wrong? > > > MSi > > -- CTO, Intalio http://www.intalio.com