You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Alex Boisvert <bo...@apache.org> on 2010/10/16 15:52:04 UTC

Apache Buildr 1.4.3 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.
http://buildr.apache.org/

This release comes less than 4 weeks after 1.4.2 to address a critical issue
where created .jar/.zip packages may be corrupted (BUILDR-517).   All users
are encouraged to upgrade.

Changes in 1.4.3:
 * Added: BUILDR-514 New ‘run’ local task.
http://buildr.apache.org/more_stuff.html#run
 * Added: BUILDR-518 Load _buildr.rb or .buildr.rb from same directory as
Buildfile if they exist (Peter Donald)
 * Added: BUILDR-519 Load repositories.release_to from build settings (Peter
Donald)
 * Fixed: BUILDR-513 —trace fails with NoMethodError : undefined
method `include?’ for nil:NilClass
 * Fixed: BUILDR-515 -update-snapshot doesn’t work as expected
 * Fixed: BUILDR-517 package(:jar).include(directory, :as=>"foo") produces a
corrupted jar
 * Fixed: BUILDR-524 Optimized and more robust reading of jar MANIFEST.MF
(Hugues Malphettes)
 * Fixed: BUILDR-527 package(:war) fails if libs passed are files (instead
of artifacts)
 * Fixed: BUILDR-531 Improve error message when build requires gem that
can’t be found in local/remote gem repositories (Peter Donald)
 * Fixed: BUILDR-532 package_as_source does not package resources (Tammo van
Lessen)
 * Fixed: BUILDR-535 Failing “checks” produce no meaningful errors on JRuby
 * Fixed: JavaRebel was previously not correctly detected.
And 10+ other minor bug fixes.  See CHANGELOG for details.