Posted By: Assaf Arkin
Date: 2007-07-07 01:08
Summary: Buildr 1.2, aka Testy
Project: Buildr
This release is mostly about tests. It runs tests faster, support JUnit (4.3) and TestNG (5.5) unit tests, JUnit and Cobertura reports, test=no and test=all, integration tests, and RSpec-style convention for testing your builds.
Other interesting features:
* Upgraded to Ant 1.7 and AntWrap 0.6
* Supports JAVA_OPTIONS and HTTP_PROXY environment variables
* IntelliJ support (try buildr idea)
* Better help task (try buildr help)
* package_with_sources and package_with_javadoc
Check here http://groups.google.com/group/buildr-talk/browse_thread/thread/adf711997f6b10a9 for the full list.
We've also introduced the buildr command line and Buildfile, essentially replacing rake and Rakefile. Similar functionality and it will still run your old Rakefiles, but if you're starting on a new project and don't already have a Buildfile, it will offer to create one.
And we caught up on the documentation. It covers testing and all the new features. And instead of one looong and bland HTML page, we have a Web-friendly navigation between the chapters and syntax highlighting to boot. And print-quality PDF if you want to take it on the road with you.
gem update and enjoy! |
|