Re: [VOTE] Buildr 1.4.21 release

2014-11-28 Thread Peter Donald
Hi,

This release does not really include anything other than small incremental
improvements but I thought it would be good to get a another release out.
FWIW the tests are all green [1] and I have tested it with all our our
local builds.

[1] https://travis-ci.org/apache/buildr

On Sat, Nov 29, 2014 at 12:09 AM, Peter Donald pe...@realityforge.org
wrote:

 We're voting on the source distributions available here:
 http://people.apache.org/~donaldp/buildr/1.4.21/dist/

 Specifically:
 http://people.apache.org/~donaldp/buildr/1.4.21/dist/buildr-1.4.21.tgz
 http://people.apache.org/~donaldp/buildr/1.4.21/dist/buildr-1.4.21.zip

 The documentation generated for this release is available here:
 http://people.apache.org/~donaldp/buildr/1.4.21/site/
 http://people.apache.org/~donaldp/buildr/1.4.21/site/buildr.pdf

 The following changes were made since 1.4.20:

   * Change: Update the gwt addon to add the validation dependencies
 required for GWT
 compiles without requiring that the user specify the
 dependency.
   * Change: Update ipr.add_gwt_configuration method to support GWT 2.7
 configuration
 parameters and IDEA 14 parameters.
   * Change: Upgrade jacoco to 0.7.2. Submitted by neher.
   * Change: Update checkstyle addon to use Checkstyle 6.0.
   * Added:  Updated the gwt addon to support the upcoming GWT 2.7.x
 release.
   * 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.
   * Change: Update rjb to version 1.5.1.
   * 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.
   * Fixed:  BUILDR-702 - Retain Unix permission flags when merging
 zip files into another zip or tar archive. Submitted by Pepijn
 Van Eeckhoudt.




-- 
Cheers,

Peter Donald


Re: [VOTE] Buildr 1.4.21 release

2014-11-28 Thread Pepijn Van Eeckhoudt
Since you're doing small incremental improvements, Antoine integrated a 
PR for Antwrap that gets rid of deprecation warnings when used with 
Juby. Buildr under JRuby also prints these warnings every time it's run. 
Might be nice to bump the Antwrap dependency to resolve this.


Pepijn

On 28/11/14 14:11, Peter Donald wrote:

Hi,

This release does not really include anything other than small incremental
improvements but I thought it would be good to get a another release out.
FWIW the tests are all green [1] and I have tested it with all our our
local builds.

[1] https://travis-ci.org/apache/buildr

On Sat, Nov 29, 2014 at 12:09 AM, Peter Donald pe...@realityforge.org
wrote:


We're voting on the source distributions available here:
http://people.apache.org/~donaldp/buildr/1.4.21/dist/

Specifically:
http://people.apache.org/~donaldp/buildr/1.4.21/dist/buildr-1.4.21.tgz
http://people.apache.org/~donaldp/buildr/1.4.21/dist/buildr-1.4.21.zip

The documentation generated for this release is available here:
http://people.apache.org/~donaldp/buildr/1.4.21/site/
http://people.apache.org/~donaldp/buildr/1.4.21/site/buildr.pdf

The following changes were made since 1.4.20:

   * Change: Update the gwt addon to add the validation dependencies
required for GWT
 compiles without requiring that the user specify the
dependency.
   * Change: Update ipr.add_gwt_configuration method to support GWT 2.7
configuration
 parameters and IDEA 14 parameters.
   * Change: Upgrade jacoco to 0.7.2. Submitted by neher.
   * Change: Update checkstyle addon to use Checkstyle 6.0.
   * Added:  Updated the gwt addon to support the upcoming GWT 2.7.x
release.
   * 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.
   * Change: Update rjb to version 1.5.1.
   * 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.
   * Fixed:  BUILDR-702 - Retain Unix permission flags when merging
 zip files into another zip or tar archive. Submitted by Pepijn
Van Eeckhoudt.








Re: [VOTE] Buildr 1.4.21 release

2014-11-28 Thread Peter Donald
Sounds like a plan. I just updated the version of Antwrap and updated the
version at http://people.apache.org/~donaldp/buildr/1.4.21/dist/ and will
run the tests over the next couple of hours.

On Sat, Nov 29, 2014 at 12:42 AM, Pepijn Van Eeckhoudt 
pep...@vaneeckhoudt.net wrote:

 Since you're doing small incremental improvements, Antoine integrated a PR
 for Antwrap that gets rid of deprecation warnings when used with Juby.
 Buildr under JRuby also prints these warnings every time it's run. Might be
 nice to bump the Antwrap dependency to resolve this.

 Pepijn


 On 28/11/14 14:11, Peter Donald wrote:

 Hi,

 This release does not really include anything other than small incremental
 improvements but I thought it would be good to get a another release out.
 FWIW the tests are all green [1] and I have tested it with all our our
 local builds.

 [1] https://travis-ci.org/apache/buildr

 On Sat, Nov 29, 2014 at 12:09 AM, Peter Donald pe...@realityforge.org
 wrote:

  We're voting on the source distributions available here:
 http://people.apache.org/~donaldp/buildr/1.4.21/dist/

 Specifically:
 http://people.apache.org/~donaldp/buildr/1.4.21/dist/buildr-1.4.21.tgz
 http://people.apache.org/~donaldp/buildr/1.4.21/dist/buildr-1.4.21.zip

 The documentation generated for this release is available here:
 http://people.apache.org/~donaldp/buildr/1.4.21/site/
 http://people.apache.org/~donaldp/buildr/1.4.21/site/buildr.pdf

 The following changes were made since 1.4.20:

* Change: Update the gwt addon to add the validation dependencies
 required for GWT
  compiles without requiring that the user specify the
 dependency.
* Change: Update ipr.add_gwt_configuration method to support GWT 2.7
 configuration
  parameters and IDEA 14 parameters.
* Change: Upgrade jacoco to 0.7.2. Submitted by neher.
* Change: Update checkstyle addon to use Checkstyle 6.0.
* Added:  Updated the gwt addon to support the upcoming GWT 2.7.x
 release.
* 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.
* Change: Update rjb to version 1.5.1.
* 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.
* Fixed:  BUILDR-702 - Retain Unix permission flags when merging
  zip files into another zip or tar archive. Submitted by
 Pepijn
 Van Eeckhoudt.







-- 
Cheers,

Peter Donald