Author: boisvert
Date: Wed May 30 18:17:13 2012
New Revision: 1344378
URL: http://svn.apache.org/viewvc?rev=1344378&view=rev
Log:
Update What's New section for Buildr 1.4.7
Modified:
buildr/trunk/doc/index.textile
Modified: buildr/trunk/doc/index.textile
URL:
http://svn.apache.org/viewvc/buildr/trunk/doc/index.textile?rev=1344378&r1=1344377&r2=1344378&view=diff
==============================================================================
--- buildr/trunk/doc/index.textile (original)
+++ buildr/trunk/doc/index.textile Wed May 30 18:17:13 2012
@@ -46,27 +46,33 @@ So let's get started. You can "read the
h2(#news). What's New
-New in Buildr 1.4.6 (June 24th, 2011)
+Highlights from Buildr 1.4.7 (May 29th, 2012)
-* Added: Support for Scala 2.9.0+ (with help of Alexis Midon)
-* Added: BUILDR-592 Allow Users to Specify SSH Options for Deployment
(Marc-André Laverdière)
-* Fixed: BUILDR-591 IntelliJ Sort modules in iml files generated by idea task
to ensure main_dependencies are exported
-* Fixed: BUILDR-583 Update jruby install to use jruby version 1.6.1 (Alexis
Midon)
-* Fixed: BUILDR-582 Revert the name change for the task to generate Intellij
project files to 'idea'
-* Change: BUILDR-579 Format generated IDEA project files to look more like
what IntelliJ generates (Peter Royal)
-* Change: BUILDR-574 Enhance idea task to generate test resources with test
scope (Jean-Philippe Caruana)
-* Change: BUILDR-576 Upgrade to JUnit 4.8.2
-* Change: Upgrade to JRuby 1.6.2
-* Change: Scala 2.9.0-1 is now default, along with ScalaCheck 1.9, ScalaTest
1.6.1 and Specs 1.6.8.
-* Change: ScalaCheck, ScalaTest and Specs now default to sane versions when
using older Scala versions.
-* Fixed: BUILDR-571 Generated IDEA projects include resources multiple times
(Peter Royal)
-* Fixed: BUILDR-573 HTTP upload PUT request with incorrect Content-Type
(Mathias Doenitz)
-* Fixed: BUILDR-578 Tar task does not preserve uid/gid on folders
(Jean-Philippe Caruana)
-* Fixed: BUILDR-251 Classifier not handled when downloading snapshot
artifacts (Ryan Fowler)
-* Fixed: BUILDR-585 "TypeError : can't dup NilClass" when merging jars
-* Fixed: BUILDR-586 ScalaTest uses deprecated ant task (Martin Partel)
-* Fixed: BUILDR-584 eclipse plugin should use absolute path
-* Fixed: BUILDR-587 ScalaTest uses deprecated reporter parameters
+* Added: BUILDR-618 pom properties feature does not support hierarchy (kafka
liu)
+* Added: Add a Sonar extension.
+* Added: BUILDR-316 Add a GWT extension
+* Added: Enhance the IDEA extension to support the addition of several
explicit facets such as
+ ejb, jruby, jpa, web and gwt.
+* Added: Add a Findbugs extension.
+* Added: Add a Checkstyle extension.
+* Added: Add a JavaNCSS extension.
+* Added: Add a PMD extension.
+* Added: MultiTest framework that allows combining multiple test frameworks
for a single project.
+* Added: Scala Specs2 framework support.
+* Added: Buildr.transitive() now accepts hash with :scopes, :optional and
:scopes_transitive parameters
+* Added: Improved scala file change detection (to avoid recompiling
unnecessarily)
+* Added: ScalaTest now automatically loads the Mockito library
+* Added: Enhance the Intellij IDEA extension to support the addition of
"artifacts" and "configurations" to the generated project file.
+* Added: BUILDR-598 TestNG support for :groups and :excludegroups
(Christopher Coco)
+* Change: BUILDR-638 Update to rake 0.9.2.2 (Russell Teabeault)
+* Change: Default maven2 repository is now repo1.maven.org/maven2.
+* Change: Scala 2.9.1 is now default
+* Change: BUILDR-548 Remove support for JTestR as it is no longer maintained
(Antoine Toulme)
+* Fixed: Handle HTTP Unauthorized (501) result code when downloading
artifacts.
+* Fixed: BUILDR-611 Buildr should not unnecessarily recompile Java files
explicitly added to compile.from
+* Fixed: scaladoc generation with scala 2.9.x
+* Fixed: BUILDR-439 "The command line is too long" when running TestNG tests
(Tammo Van Lessen)
+* Fixed: BUILDR-617 pom exclusion does not work (Kafka Liu)
See the "CHANGELOG":CHANGELOG for full details.