You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by Assaf Arkin <ar...@intalio.com> on 2008/10/17 17:18:09 UTC

Buildr 1.3.3 released

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