Return-Path: X-Original-To: apmail-buildr-users-archive@www.apache.org Delivered-To: apmail-buildr-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 260E048F5 for ; Sat, 21 May 2011 19:34:28 +0000 (UTC) Received: (qmail 25746 invoked by uid 500); 21 May 2011 19:34:27 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 25672 invoked by uid 500); 21 May 2011 19:34:27 -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 25664 invoked by uid 99); 21 May 2011 19:34:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 May 2011 19:34:27 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mail.lei.wang@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-ww0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 May 2011 19:34:21 +0000 Received: by wwi18 with SMTP id 18so4412006wwi.17 for ; Sat, 21 May 2011 12:34:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=trltLm2gQTgR/C3nYuK5MLcrqo63c9usHH0dqkJRR8c=; b=ghfT8g7KNfEEhJwen2k67k1JxAFXnpzBrgIMjQfbV9x7F2JpwBJ+xl6N7Vhn/eAw3n K/60tvEXXluONJa6ouVDzBI/zr5wzH8ur/W1HnEDI+ammXzXzAwooSE4RHcdyTqG0O1I AkVZNvTBmAParzrHtZknT+A9dZkW0HyIJ4R0E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=xwVLZwJA99KfZ2FKFhU80qkPDQ+9iwf3UxIkFRTHUwpJSrPVAPukdqddLR38NXHdgy QNN1pOj6lHi5H4N0SBQ9awM5H+nj3InMQWB0f6sx5/GEqByznIHwYGUYPRcMchmyatyB k2eCiNF8cLYbzIwIsl7X9FUIxm67LAIYsDREQ= MIME-Version: 1.0 Received: by 10.216.170.76 with SMTP id o54mr785205wel.74.1306006440168; Sat, 21 May 2011 12:34:00 -0700 (PDT) Received: by 10.216.206.30 with HTTP; Sat, 21 May 2011 12:34:00 -0700 (PDT) In-Reply-To: <500FBF58-5728-484A-8B0D-4D32E1364C1D@detailedbalance.net> References: <500FBF58-5728-484A-8B0D-4D32E1364C1D@detailedbalance.net> Date: Sat, 21 May 2011 21:34:00 +0200 Message-ID: Subject: Re: basic question about using Apache Buildr From: =?GB2312?B?zfXA1w==?= To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=0016e6498668f0ce2c04a3ce5103 --0016e6498668f0ce2c04a3ce5103 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable Hi, Thanks for the fast reply. How to figure out the version requirement is less than 1.5.0. Is there any document specify this? Thanks again. Best Regards Lei Wang. 2011/5/20 Rhett Sutphin > Hi, > > On May 19, 2011, at 5:27 PM, =CD=F5=C0=D7 wrote: > > > Hi, > > > > I find in the apache ODE Rakefile the following line. What does this > > line mean? Thanks. > > > > > > gem "buildr", "~>1.4.3" > > That means it uses the buildr gem at version greater than or equal to 1.4= .3 > but less than 1.5.0. > > Rhett > > > > > > > > > > > > > > > Best Regards > > > > > > > > Lei Wang > > --0016e6498668f0ce2c04a3ce5103--