Repository: buildr Updated Branches: refs/heads/master 1cda4834e -> ba35d2e2d
Document release highlights Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/ba35d2e2 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/ba35d2e2 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/ba35d2e2 Branch: refs/heads/master Commit: ba35d2e2d30006f5113d84bc99b0e7f17534f75b Parents: 1cda483 Author: Peter Donald <[email protected]> Authored: Sat Feb 28 21:16:50 2015 +1100 Committer: Peter Donald <[email protected]> Committed: Sat Feb 28 21:16:50 2015 +1100 ---------------------------------------------------------------------- doc/index.textile | 46 +++++++++++++++++----------------------------- 1 file changed, 17 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/ba35d2e2/doc/index.textile ---------------------------------------------------------------------- diff --git a/doc/index.textile b/doc/index.textile index d54e515..2c376a9 100644 --- a/doc/index.textile +++ b/doc/index.textile @@ -46,35 +46,23 @@ So let's get started. You can "read the documentation online":quick_start.html, h2(#news). What's New -Highlights from Buildr 1.4.21 (2014-11-28) -* Change: Upgrade atoulme-Antwrap to 0.7.5 to remove deprecation warnings in - modern JRuby. Suggested by Pepijn Van Eeckhoudt. -* Fixed: BUILDR-702 - Retain Unix permission flags when merging - zip files into another zip or tar archive. Submitted by Pepijn Van Eeckhoudt. -* Change: Upgrade jacoco to 0.7.2 to support Java 8. Submitted by neher. -* Change: Update checkstyle addon to use Checkstyle 6.0. -* Added: Update checkstyle addon to support downloading checkstyle checks as an artifact. -* Added: Update checkstyle addon to supply checkstyle.config.dir property. -* Added: Update pmd addon to support downloading rule files as an artifact. -* Change: Update pmd addon to use pmd version 5.1.3. -* Change: Update rjb to version 1.5.1. -* Change: Update the gwt addon to add the validation dependencies required for GWT - compiles without requiring that the user specify the dependency. -* Added: Updated the gwt addon to support the GWT 2.7.0 release. -* Change: Update ipr.add_gwt_configuration method to support GWT 2.7 configuration - parameters and IDEA 14 parameters. -* Change: Enhance ipr.add_glassfish_configuration to support the ability to - define the version of GlassFish in uses. Change the default to 4.1.0 - as that is the latest supported variant. -* Fixed: Change the name of the GlassFish install in ipr.add_glassfish_configuration - to use the same convention that IDEA uses by default. i.e. Name the - installation "GlassFish 4.1.0" rather than "Glassfish 4.1.0". -* Change: Change the default version of the jdk in IDEA project files to 1.7. -* Change: Change the default version of the IDEA project files created to the - current release version 13. To revert to the older versions specify - ipr.version = '12' in your buildfile. -* Added: Enhance the IdeaFile class to easily support mixing in of custom - components from either the filesystem or from an artifact. +Highlights from Buildr 1.4.22 (2015-02-28) +* Change: BUILDR-704 - Updated the Sonar addon to support the latest version of SonarQube + Runner. Submitted by Ross Mahony. +* Change: Update the buildr gemspec so that rspec is no longer a required dependency. + This enables end-users to use a different version of rspec and buildr in + the same project. The rspec version MUST be be compatible with the version + used by Buildr if rspec features are used from within Buildr. Buildr also + issues a warning if the `check` method is called and rspec has not been loaded. + The warning includes directions on how to resolve the issue. Submitted by r6p. +* Fixed: A long standing bug existed such that if tests failed to compile, and the + option Buildr.options.test is set to :all then the compilation error would + not result in a failed build. As many people set the Buildr.options.test to + :all in their continuous delivery/integration tools, this has caused some + problems. This has been fixed by ensuring all the problems associated with + the resolving the prerequisites are not caught when Buildr.options.test is + set to :all. +* Change: Update checkstyle to 6.1.1. Submitted by neher. This is a partial list -- see the "CHANGELOG":CHANGELOG for full details.
