Return-Path: X-Original-To: apmail-announce-archive@www.apache.org Delivered-To: apmail-announce-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11812D20B for ; Tue, 6 Nov 2012 22:48:58 +0000 (UTC) Received: (qmail 76801 invoked by uid 500); 6 Nov 2012 22:48:46 -0000 Delivered-To: apmail-announce-archive@apache.org Received: (qmail 76223 invoked by uid 500); 6 Nov 2012 22:48:46 -0000 Mailing-List: contact announce-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list announce@apache.org Delivered-To: moderator for announce@apache.org Received: (qmail 94522 invoked by uid 99); 6 Nov 2012 21:48:06 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of peter.j.donald@gmail.com designates 209.85.216.178 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=gJ2dJL8rh9e8RKfU2WXAVvbchNgDnt3jS6w9Zrl4GNU=; b=SrpXTPOPrtefF5SJqujeoreNnLgxYX6dqj2N0DCyPZoC0Zvmvf4fVcq/+xvdHS0jcF d9iuj3vXu4bKhP7GKB7WoFK5CwsaIxjUMoL9uVyQkDLmj6LwA9Hndal/K+gyvWf/RZis TFtWX9E8nR51t3fucp6KEjslVST6Dz76BhipzLKM+bkVMLNl0wmJgaHVfm0ldMUeVcP6 jw6C+WfbzRZFz3wPYwPyRWX7e/2UWhBGiZyxzqbbH+Wk+85B2ty01cMEvQaL2B0YNhDR wL/mOYiL/x0ZY/ZoT9v/8CvAtU67iOt3SA4PxA7QEsUmil92RIbZoc3P6kJQBpbCQmbe 7jRw== MIME-Version: 1.0 Sender: peter.j.donald@gmail.com Date: Wed, 7 Nov 2012 08:47:38 +1100 X-Google-Sender-Auth: Yat7oeg1zU167CNP532Fd5eXOhU Message-ID: Subject: [ANNOUNCE] Apache Buildr 1.4.8 released From: Peter Donald To: announce@apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Apache Buildr is a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools. We wanted something that's simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest. But also something we can easily extend for those one-off tasks, with a language that's a joy to use. New in this release: * Change: Revert to importing non-verbose FileUtils utility methods to match buildr 1.4.6 release and earlier. * Added: Experimental support for jacoco code coverage tool. * Fixed: BUILDR-655 - Support JDK1.7 under OSX * Change: Updated dependency versions; - builder (3.1.3) - rubyforge (2.0.4) - net-ssh (2.6.0) - hoe (3.1.0) - rjb (1.4.2) - rdoc (3.12) - xml-simple (1.1.1) - rspec-expectations (2.11.3) - rspec-mocks (2.11.3) - rspec-core (2.11.1) - rspec (2.11.0) - rubyzip (0.9.9) * Added: BUILDR-652 Generate buildfile from Eclipse workspace. (Niklaus Giger) * Fixed: BUILDR-627 Support explicitly listed source files in buildr cc task. (Christopher Tiwald) * Fixed: BUILDR-606 Transitive artifact resolution should not include artifacts in 'provided' scope in poms to match maven behaviour. (Julio Arias) * Change: BUILDR-640 Enable building jekyll and rdoc under more rubies. (Niklaus Giger) * Change: Mark Buildr:Bnd.remote_repository as deprecated as dependencies appear in maven central. * Added: BUILDR-654 Add the ability to configure the version of BND used by bnd addon. (Niklaus Giger) * Added: Create the git_auto_version addon that automatically specifies a version for a git project based on git describe. * Added: Integrate with Zinc (incremental compilation wrapper for scalac 2.9+) * Change: Default to Scala 2.9.2, ScalaTest 1.8, Scala Specs2 1.11, ScalaCheck 1.10.0. * Change: Scala artifact repository changed to http://oss.sonatype.org/content/repositories/releases * Added: BUILDR-645 Support Mercurial as a version control system. (Tan Quach) * Fixed: BUILDR-646 TGZ files do not keep their permissions when extracted via Buildr::Unzip#extract * Added: Add add_exploded_ear_artifact and add_exploded_ejb_artifact to the idea project extension. * Change: Default to using Checkstyle 5.5 in the checkstyle addon. * Fixed: Fix the add_exploded_war_artifact method on the idea project by adding in missing method `partition_dependencies`. * Fixed: Fix the extension of the gwt plugin so that it can be required as an addon. * Fixed: Fix the undefined default_web_xml variable in the add_web_facet method on the idea project. To learn more about Buildr and get started: http://buildr.apache.org/ Thanks! The Apache Buildr Team