From dev-return-79747-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue Jun 26 10:24:15 2007 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 65282 invoked from network); 26 Jun 2007 10:24:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 10:24:14 -0000 Received: (qmail 26541 invoked by uid 500); 26 Jun 2007 10:24:16 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 26500 invoked by uid 500); 26 Jun 2007 10:24:16 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 26489 invoked by uid 99); 26 Jun 2007 10:24:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 03:24:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of foamdino@gmail.com designates 209.85.134.186 as permitted sender) Received: from [209.85.134.186] (HELO mu-out-0910.google.com) (209.85.134.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 03:24:12 -0700 Received: by mu-out-0910.google.com with SMTP id w8so2001050mue for ; Tue, 26 Jun 2007 03:23:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ryc1z+gvTx4bQIvOqnc0dKbsvHzVm7qjE+DNgqP72hZLcDXSMb6/F712DF3tQ/4jbwoAYZzGotbIjKIzF8n/dMNXHjheTBrfPASrMFDYz8dbAFyse06sL1em2uEuNW9VO8IDh17X9cTsgO+eOsC6ByM//yAq9E7OBox+wlq3xOk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aW3fiDcpTZrRPaFrkwfLZ1g2ysbU0A90ndvudweRH/ATDkypwGXJ+yIhACYtyGxZFfcYwIc5zXey8ih7bcO4lW4RGLl98UFW/Xo9wSfqwcgF+A8C47VTa37wEl/opMYKxR0vHqMXEGPYuvgsXnDIHGJr0td3BuDu+TPEWIUte+8= Received: by 10.82.146.14 with SMTP id t14mr14623811bud.1182853429484; Tue, 26 Jun 2007 03:23:49 -0700 (PDT) Received: by 10.82.191.1 with HTTP; Tue, 26 Jun 2007 03:23:49 -0700 (PDT) Message-ID: Date: Tue, 26 Jun 2007 11:23:49 +0100 From: "Kevin Jackson" To: "Ant Developers List" Subject: Fwd: [ANN] bee 0.4.0 Released In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Bee, a ruby homage of ant... ---------- Forwarded message ---------- From: Michel Casabianca Date: Jun 26, 2007 11:09 AM Subject: [ANN] bee 0.4.0 Released To: ruby-talk ML Bee is a build tool running YAML files. These build files have a clean syntax =E0 la Ant and run as fast as make. They are made of shell commands, Ruby code or Bee tasks for platform independent builds. Hello World example looks like this: --8<-----------------------------------------------------------------------= -------------------------- - target: hello script: - "echo \"Hello World!\"" --8<-----------------------------------------------------------------------= -------------------------- This is that simple! To start using bee within 15 minutes, type "gem install bee" and read Quick Start section at http://bee.rubyforge.org/quickstart.html. Enjoy! -- Michel Casabianca michel.casabianca@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org