Return-Path: Delivered-To: apmail-incubator-buildr-user-archive@locus.apache.org Received: (qmail 67264 invoked from network); 17 Oct 2008 15:18:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2008 15:18:42 -0000 Received: (qmail 16229 invoked by uid 500); 17 Oct 2008 15:18:44 -0000 Delivered-To: apmail-incubator-buildr-user-archive@incubator.apache.org Received: (qmail 16213 invoked by uid 500); 17 Oct 2008 15:18:44 -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 16202 invoked by uid 99); 17 Oct 2008 15:18:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2008 08:18:44 -0700 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 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2008 15:17:37 +0000 Received: by ug-out-1314.google.com with SMTP id z36so50868uge.17 for ; Fri, 17 Oct 2008 08:18:09 -0700 (PDT) Received: by 10.86.33.19 with SMTP id g19mr4036222fgg.13.1224256689404; Fri, 17 Oct 2008 08:18:09 -0700 (PDT) Received: by 10.86.81.15 with HTTP; Fri, 17 Oct 2008 08:18:09 -0700 (PDT) Message-ID: <3de5d7d20810170818y296c829nec69b1d2379c9bff@mail.gmail.com> Date: Fri, 17 Oct 2008 08:18:09 -0700 From: "Assaf Arkin" To: buildr-user@incubator.apache.org Subject: Buildr 1.3.3 released MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org The highlights of this release: * Support for JtestR test framework. * Support for Emma code coverage tool. * Growl notifications (OS X only). * Starting with this release you can use the build.yml file to control versions of various 3rd party libraries, e.g. Ant, JUnit, ScalaCheck. * The release task now supports alternative SVN repository layouts. Releases are tagged in SVN using the version number, but you can customize the tag name (see Releases.tag_name). The NEXT_VERSION constant is no longer used during the release process. * This release is tested against JRuby 1.1.3 and JRuby 1.1.4. There are also some improvements towards Ruby 1.9 support. * 27 other bug fixes and minor changes, see the CHANGELOG [1] for full details. If you are using Scala, please note, we have a screw up in this version [2]. You need to explicitly require the Scala module in your buildfile by adding: require 'buildr/scala' Sorry for that, and we'll get it fixed in 1.3.4. Assaf [1] http://incubator.apache.org/buildr/changelog.html [2] https://issues.apache.org/jira/browse/BUILDR-172