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 4F66C10335 for ; Sun, 6 Oct 2013 10:14:03 +0000 (UTC) Received: (qmail 17671 invoked by uid 500); 6 Oct 2013 10:13:38 -0000 Delivered-To: apmail-announce-archive@apache.org Received: (qmail 17241 invoked by uid 500); 6 Oct 2013 10:13:20 -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 37049 invoked by uid 99); 6 Oct 2013 07:33:04 -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 74.125.82.49 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=3t4T3n/1mMZRZnrvZHjelvVPWk6EhR/fnpj/dYEY0Lw=; b=I9AfQgWkOWGX1y7wB1IaCGSQC3DVDqcQawf+JnUtH52jstK1MtRHS7tmlMlcbBkFQy mJrgqJqwIevpZQS4D2hCJxjDSlxWgq9LJIcUlP/b9teEallPA6I/L8sCuKKRUzMouhqH 7N1qR65EYCic30845Mmyh7f4+zGtH2ScTM0kRWo/dyk4bXgrG6pSNkpM9LHTmW/Y2oKX EXRpYO0OOyOCSFyyjF5k7KxZJaXvDJf3kj5+lQ3oR/elpHTnSspG1ouZbifPAZhDQnkO pEJcruCDnd+RPNLnxPnxgPJCVWyCxbS23vku4fpZ5u1eh77QOAo99nIHAbHBQ8ewI8Dx brfg== MIME-Version: 1.0 X-Received: by 10.194.133.202 with SMTP id pe10mr74896wjb.46.1381044757640; Sun, 06 Oct 2013 00:32:37 -0700 (PDT) Sender: peter.j.donald@gmail.com Date: Sun, 6 Oct 2013 18:32:37 +1100 X-Google-Sender-Auth: Mf916SFLIIrLGoaRG_2XoxQq3Mk Message-ID: Subject: [ANNOUNCE] Apache Buildr 1.4.13 released From: Peter Donald To: users@buildr.apache.org, announce@apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Apache Buildr is a build system for Java-based applications, including supp= ort for Scala, Groovy and a growing number of JVM languages and tools. We want= ed something that's simple and intuitive to use, so we only need to tell it wh= at to do, and it takes care of the rest. But also something we can easily ext= end for those one-off tasks, with a language that's a joy to use. New in this release: * Fixed: BUILDR-439 - Fix java command under windows when supplied with extremely long classpath. Submitted By Tammo van Lessen. * Fixed: BUILDR-394 - Fix release task with standalone distribution. Submitted By Tammo van Lessen. * Added: BUILDR-678 - Improve support for gpg signing artifacts using a single method. * Fixed: BUILDR-677 - GPG addon hangs when .asc files are still in target. Submitted By Tammo van Lessen. * Added: Initial support for data source creation in Intellij IDEA project files. * Fixed: BUILDR-676 - Rework Java::Command:java so that it does not reject the :dir option. Reported by John Roth. * Added: Auto-detect jpa provider in Intellij IDEA facet generation if persistence.xml file is present and provider not specified. * Added: Auto-detect jruby version in Intellij IDEA facet generation if .ruby-version file is present. * Added: Improve support for auto-detection of ejb and web descriptors within Intellij IDEA project generation. * Change: Default to setting the "User-Agent" header to "Buildr-VERSION" when accessing http resources. Maven Central rejects requests without a User-Agent string. * Change: Change default scope of dependencies to 'compile'. Submitted by Ingo Schmidt. * Change: BUILDR-675 - Set Cache-Control to 'no-cache' when downloading artifacts. Submitted by F=E9lix Enrique Llorente Pastora. * Added: Initial support for simple integration of an asset pipeline. See "Compiling Assets" section in the manual. * Fixed: BUILDR-673 - Fix the option handling of the MultiTest test framework to behave as documented. Only the framework specific options are passed to the test. Submitted by John Roth. * Added: BUILDR-672 - Persist the properties field in the checkstyle addon so that they can be modified by the user. Submitted by Wim C. * Fixed: Make the package_as_* methods public so that the methods are detected in Ruby >=3D 2.0.0 via the respond_to? method. * Change: Updated dependency versions; - rspec-expectations (2.14.3) - rspec-mocks (2.14.3) - rspec-core (2.14.5) - rspec (2.14.1) - minitar (0.5.4) - ci_reporter (1.8.4) - xml-simple (1.1.2) - rjb (1.4.8) - diff-lcs (1.2.4) - builder (3.2.2) - net-ssh (2.7.0) - net-sftp (2.1.2) - hoe (3.7.1) - json_pure (1.8.0) - highline (1.6.19) * Fixed: BUILDR-668 - Specify File::FNM_EXTGLOB for include globs where needed in Ruby >=3D 2.0.0. Reported by Yavor Nikolov. * Fixed: Ensure generation of buildfiles from eclipse projects will finds .project files in Ruby >=3D 2.0.0. * Fixed: Patch Rake::FileList in Ruby >=3D 2.0.0 to match dot files if a .* pattern is supplied as in earlier versions of ruby. * Fixed: Make Archive-related operations (e.g. zip.merge) deterministic = using OrderedHash. * Change: Update to TestNG 6.8.5. To learn more about Buildr and get started: http://buildr.apache.org/ Thanks! The Apache Buildr Team