[VOTE] Buildr 1.4.10 release

2013-02-10 Thread Peter Donald
We're voting on the source distributions available here:
http://people.apache.org/~donaldp/buildr/1.4.10/dist/

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

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

The following changes were made since 1.4.9:

  * Added:  Support a single intermediate directory for each project hierarchy
through an addon 'buildr/single_intermediate_layout'.
  * Fixed:  BUILDR-660 possible build issue when using build.yaml and
tasks/*.rake
(Félix Enrique Llorente Pastora)
  * Added:  Support the :dir option in the Java::Commands.java method.
  * Fixed:  Scala 2.10 support - compiler now uses additional/separate jars
introduced in 2.10 such as scala-reflect.jar and scala-actor.jar
  * Added:  Add an addon for NSIS.
  * Change: BUILDR-612 - Support the TestNG 6.x versions and default
to 6.8.
  * Added:  BUILDR-599 - Support the passing of arguments to testng
test runner.
  * Fixed:  Observer the per-project source version when generating
IDEA module files.
  * Change: Sort the components in IDEA project files in the same
order the idea sorts them.
  * Fixed:  Findbugs addon correctly handles String dependencies
(vs task dependencies)
  * Fixed:  Checkstyle addon correctly handles String dependencies
(vs task dependencies)
  * Added:  Created an addon 'buildr/wsgen' for generating wsdls from java
and java from wsdls using the underlying wsgen tool.
  * Change: Defer the expansion of generated poms by wrapping the generation
in a Proc.
  * Change: Rework Artifact.content(value) method to accept a Proc that
will be called before the artifact is written rather than
requiring a string.
  * Added:  Create a 'buildr/gpg' addon that signs and uploads signatures
when uploading artifacts. Inspired by a similar extension in
the Apache ODE project by Tammo van Lessen.
  * Change: Updated dependency versions;
- jruby-openssl (0.8.2)
- atoulme-Antwrap (0.7.4)
  * Change: Require 'bundler/setup' as part of buildr startup to ensure that
buildr always runs with up to date dependencies if a Gemfile is
present.
  * Added:  Add FrameworkDetectionExcludesConfiguration facet to Idea project
file creation by default.
  * Fixed:  In the IntelliJ extension, defer the materialization of the
default_components until expansion time to avoid loss of sub-
components added after an add_component call.
  * Fixed:  BUILDR-633 - Remove hardcoded shebang lines in all-in-one release.
  * Added:  Create a simple extension that modifies the project layout to place
generated files at the top level.

-- 
Cheers,

Peter Donald


Re: [VOTE] Buildr 1.4.10 release

2013-02-11 Thread Antoine Toulme
It looks like the site is missing images ? The zip and tar.gz look good,
the PDF looks ok.

I haven't had time to play with the gem yet.


On Sun, Feb 10, 2013 at 2:30 AM, Peter Donald wrote:

> We're voting on the source distributions available here:
> http://people.apache.org/~donaldp/buildr/1.4.10/dist/
>
> Specifically:
> http://people.apache.org/~donaldp/buildr/1.4.10/dist/buildr-1.4.10.tgz
> http://people.apache.org/~donaldp/buildr/1.4.10/dist/buildr-1.4.10.zip
>
> The documentation generated for this release is available here:
> http://people.apache.org/~donaldp/buildr/1.4.10/site/
> http://people.apache.org/~donaldp/buildr/1.4.10/site/buildr.pdf
>
> The following changes were made since 1.4.9:
>
>   * Added:  Support a single intermediate directory for each project
> hierarchy
> through an addon 'buildr/single_intermediate_layout'.
>   * Fixed:  BUILDR-660 possible build issue when using build.yaml and
> tasks/*.rake
> (Félix Enrique Llorente Pastora)
>   * Added:  Support the :dir option in the Java::Commands.java method.
>   * Fixed:  Scala 2.10 support - compiler now uses additional/separate jars
> introduced in 2.10 such as scala-reflect.jar and
> scala-actor.jar
>   * Added:  Add an addon for NSIS.
>   * Change: BUILDR-612 - Support the TestNG 6.x versions and default
> to 6.8.
>   * Added:  BUILDR-599 - Support the passing of arguments to testng
> test runner.
>   * Fixed:  Observer the per-project source version when generating
> IDEA module files.
>   * Change: Sort the components in IDEA project files in the same
> order the idea sorts them.
>   * Fixed:  Findbugs addon correctly handles String dependencies
> (vs task dependencies)
>   * Fixed:  Checkstyle addon correctly handles String dependencies
> (vs task dependencies)
>   * Added:  Created an addon 'buildr/wsgen' for generating wsdls from java
> and java from wsdls using the underlying wsgen tool.
>   * Change: Defer the expansion of generated poms by wrapping the
> generation
> in a Proc.
>   * Change: Rework Artifact.content(value) method to accept a Proc that
> will be called before the artifact is written rather than
> requiring a string.
>   * Added:  Create a 'buildr/gpg' addon that signs and uploads signatures
> when uploading artifacts. Inspired by a similar extension in
> the Apache ODE project by Tammo van Lessen.
>   * Change: Updated dependency versions;
> - jruby-openssl (0.8.2)
> - atoulme-Antwrap (0.7.4)
>   * Change: Require 'bundler/setup' as part of buildr startup to ensure
> that
> buildr always runs with up to date dependencies if a Gemfile is
> present.
>   * Added:  Add FrameworkDetectionExcludesConfiguration facet to Idea
> project
> file creation by default.
>   * Fixed:  In the IntelliJ extension, defer the materialization of the
> default_components until expansion time to avoid loss of sub-
> components added after an add_component call.
>   * Fixed:  BUILDR-633 - Remove hardcoded shebang lines in all-in-one
> release.
>   * Added:  Create a simple extension that modifies the project layout to
> place
> generated files at the top level.
>
> --
> Cheers,
>
> Peter Donald
>


Re: [VOTE] Buildr 1.4.10 release

2013-02-11 Thread Peter Donald
Hi,

On Tue, Feb 12, 2013 at 6:17 AM, Antoine Toulme  wrote:
> It looks like the site is missing images ?

Oops - it looks like they were there but had bad permissions. Fixed now.

-- 
Cheers,

Peter Donald


Re: [VOTE] Buildr 1.4.10 release

2013-02-16 Thread Alex Boisvert
Here's my +1 for the release (vote on source package).

However, there's a minor issue on the .gem binaries ... I think the file
permissions are too restrictive which leads to this kind of problem after
install:

boisvert@smudge:~$ buildr
/usr/local/bin/buildr:23:in `load': no such file to load --
/var/lib/gems/1.8/gems/buildr-1.4.10/bin/buildr (LoadError)
from /usr/local/bin/buildr:23

boisvert@smudge:~/git/pixii$ ls -la
/var/lib/gems/1.8/gems/buildr-1.4.10/bin/buildr
-rwx--x--x 1 root root 885 Feb 16 08:05
/var/lib/gems/1.8/gems/buildr-1.4.10/bin/buildr

I think the permissions should include g+r and o+r as it was on previous
releases.

On Mon, Feb 11, 2013 at 12:35 PM, Peter Donald wrote:

> Hi,
>
> On Tue, Feb 12, 2013 at 6:17 AM, Antoine Toulme 
> wrote:
> > It looks like the site is missing images ?
>
> Oops - it looks like they were there but had bad permissions. Fixed now.
>
> --
> Cheers,
>
> Peter Donald
>


Re: [VOTE] Buildr 1.4.10 release

2013-02-16 Thread Peter Donald
Hi,

On Sun, Feb 17, 2013 at 3:13 AM, Alex Boisvert  wrote:
> Here's my +1 for the release (vote on source package).
>
> However, there's a minor issue on the .gem binaries ... I think the file
> permissions are too restrictive which leads to this kind of problem after
> install:
...snip...

Eep. Fixed up the gems and re-uploaded them again. I will add a check
into the rake staging task to verify that this does not happen again.

-- 
Cheers,

Peter Donald


Re: [VOTE] Buildr 1.4.10 release

2013-02-19 Thread Antoine Toulme
+1 for the release, thanks for the hard work!


On Sun, Feb 10, 2013 at 2:30 AM, Peter Donald wrote:

> We're voting on the source distributions available here:
> http://people.apache.org/~donaldp/buildr/1.4.10/dist/
>
> Specifically:
> http://people.apache.org/~donaldp/buildr/1.4.10/dist/buildr-1.4.10.tgz
> http://people.apache.org/~donaldp/buildr/1.4.10/dist/buildr-1.4.10.zip
>
> The documentation generated for this release is available here:
> http://people.apache.org/~donaldp/buildr/1.4.10/site/
> http://people.apache.org/~donaldp/buildr/1.4.10/site/buildr.pdf
>
> The following changes were made since 1.4.9:
>
>   * Added:  Support a single intermediate directory for each project
> hierarchy
> through an addon 'buildr/single_intermediate_layout'.
>   * Fixed:  BUILDR-660 possible build issue when using build.yaml and
> tasks/*.rake
> (Félix Enrique Llorente Pastora)
>   * Added:  Support the :dir option in the Java::Commands.java method.
>   * Fixed:  Scala 2.10 support - compiler now uses additional/separate jars
> introduced in 2.10 such as scala-reflect.jar and
> scala-actor.jar
>   * Added:  Add an addon for NSIS.
>   * Change: BUILDR-612 - Support the TestNG 6.x versions and default
> to 6.8.
>   * Added:  BUILDR-599 - Support the passing of arguments to testng
> test runner.
>   * Fixed:  Observer the per-project source version when generating
> IDEA module files.
>   * Change: Sort the components in IDEA project files in the same
> order the idea sorts them.
>   * Fixed:  Findbugs addon correctly handles String dependencies
> (vs task dependencies)
>   * Fixed:  Checkstyle addon correctly handles String dependencies
> (vs task dependencies)
>   * Added:  Created an addon 'buildr/wsgen' for generating wsdls from java
> and java from wsdls using the underlying wsgen tool.
>   * Change: Defer the expansion of generated poms by wrapping the
> generation
> in a Proc.
>   * Change: Rework Artifact.content(value) method to accept a Proc that
> will be called before the artifact is written rather than
> requiring a string.
>   * Added:  Create a 'buildr/gpg' addon that signs and uploads signatures
> when uploading artifacts. Inspired by a similar extension in
> the Apache ODE project by Tammo van Lessen.
>   * Change: Updated dependency versions;
> - jruby-openssl (0.8.2)
> - atoulme-Antwrap (0.7.4)
>   * Change: Require 'bundler/setup' as part of buildr startup to ensure
> that
> buildr always runs with up to date dependencies if a Gemfile is
> present.
>   * Added:  Add FrameworkDetectionExcludesConfiguration facet to Idea
> project
> file creation by default.
>   * Fixed:  In the IntelliJ extension, defer the materialization of the
> default_components until expansion time to avoid loss of sub-
> components added after an add_component call.
>   * Fixed:  BUILDR-633 - Remove hardcoded shebang lines in all-in-one
> release.
>   * Added:  Create a simple extension that modifies the project layout to
> place
> generated files at the top level.
>
> --
> Cheers,
>
> Peter Donald
>


Re: [VOTE] Buildr 1.4.10 release

2013-02-20 Thread Peter Donald
Hi,


On Wed, Feb 20, 2013 at 3:47 PM, Antoine Toulme  wrote:
> +1 for the release, thanks for the hard work!

Great. So I have kicked off the start of the release but it looks like
we can't update the website through the old mechanisms. So I have
started the process of getting it into svnpubsub but it may take a day
or two to get fully released.


Re: [VOTE] Buildr 1.4.10 release

2013-03-13 Thread Peter Donald
Hi,

On Thu, Feb 21, 2013 at 9:49 AM, Peter Donald  wrote:
> On Wed, Feb 20, 2013 at 3:47 PM, Antoine Toulme  
> wrote:
>> +1 for the release, thanks for the hard work!
>
> Great. So I have kicked off the start of the release but it looks like
> we can't update the website through the old mechanisms. So I have
> started the process of getting it into svnpubsub but it may take a day
> or two to get fully released.

So the latest release has finally gone out and the website updated.
Unfortunately it was released with a break to the TestNG test
infrastructure. Do you think it is doing another quick release to fix
this or should be just leave it to accumulate changes until the next
release roles round?


-- 
Cheers,

Peter Donald


Re: [VOTE] Buildr 1.4.10 release

2013-03-13 Thread Alex Boisvert
Is there a Jira for the TestNG issue?  (Or is it already fixed?)

I believe it's worth pushing a release to fix a non-trivial regression, yes.

alex

On Wed, Mar 13, 2013 at 4:11 PM, Peter Donald wrote:

> Hi,
>
> On Thu, Feb 21, 2013 at 9:49 AM, Peter Donald 
> wrote:
> > On Wed, Feb 20, 2013 at 3:47 PM, Antoine Toulme 
> wrote:
> >> +1 for the release, thanks for the hard work!
> >
> > Great. So I have kicked off the start of the release but it looks like
> > we can't update the website through the old mechanisms. So I have
> > started the process of getting it into svnpubsub but it may take a day
> > or two to get fully released.
>
> So the latest release has finally gone out and the website updated.
> Unfortunately it was released with a break to the TestNG test
> infrastructure. Do you think it is doing another quick release to fix
> this or should be just leave it to accumulate changes until the next
> release roles round?
>
>
> --
> Cheers,
>
> Peter Donald
>


Re: [VOTE] Buildr 1.4.10 release

2013-03-13 Thread Peter Donald
Hi,

On Thu, Mar 14, 2013 at 10:16 AM, Alex Boisvert  wrote:
> Is there a Jira for the TestNG issue?  (Or is it already fixed?)

It is already fixed.

> I believe it's worth pushing a release to fix a non-trivial regression, yes.

Ok. WIll kick start a release over the weekend and try to get the fix
out there. If anyone else has time before then - feel free to press
the go button.

-- 
Cheers,

Peter Donald