Posted By: Antoine Toulme
Date: 2010-07-07 16:54
Summary: Buildr 1.4.1 is released!
Project: Buildr
Buildr 1.4.1 is released. It is a maintenance release for Buildr 1.4.0.
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 1.4.1:
* Added: BUILDR-420 Support external compiler
* Added: BUILDR-425 Specify dev dependencies in .gemspec
* Change: BUILDR-459 Update gemspec to accept json_pure ~> 1.4.3
* Fixed: BUILDR-455 cc_spec.rb l 160 depends on time and thus fails intermittently
* Fixed: BUILDR-461 Packages with different ids collide
* Fixed: BUILDR-439 "The command line is too long" when running TestNG tests
* Fixed: BUILDR-463 Setting a system property in the buildfile causes a NoClassDefFoundError |
|