You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by Peter Donald <do...@apache.org> on 2013/10/06 09:32:37 UTC

[ANNOUNCE] Apache Buildr 1.4.13 released

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:

  * 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Ă©lix 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 >= 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 >= 2.0.0. Reported by Yavor Nikolov.
  * Fixed:  Ensure generation of buildfiles from eclipse projects will
            finds .project files in Ruby >= 2.0.0.
  * Fixed:  Patch Rake::FileList in Ruby >= 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