Re: [VOTE] Buildr 1.4.3 release

2010-10-14 Thread Peter Donald
+1

Great work on closing out those last remaining issues!

On Thu, Oct 14, 2010 at 4:24 PM, Alex Boisvert  wrote:
> We're voting on the source distributions available here:
> http://people.apache.org/~boisvert/buildr/1.4.3/dist/
>
> Specifically:
> http://people.apache.org/~boisvert/buildr/1.4.3/dist/buildr-1.4.3.tgz
> http://people.apache.org/~boisvert/buildr/1.4.3/dist/buildr-1.4.3.zip
>
> The documentation generated for this release is available here:
> http://people.apache.org/~boisvert/buildr/1.4.3/site/
> http://people.apache.org/~boisvert/buildr/1.4.3/site/buildr.pdf
>
> The official specification against which this release was tested:
> http://people.apache.org/~boisvert/buildr/1.4.3/site/specs.html
>
> Test coverage report:
> http://people.apache.org/~boisvert/buildr/1.4.3/site/coverage/index.html
>
>
> The following changes were made since 1.4.2:
>
>  * Added:  BUILDR-514 New 'run' local task.
> http://buildr.apache.org/more_stuff.html#run
>  * Added:  BUILDR-518 Load _buildr.rb or .buildr.rb from same directory as
> Buildfile
>            if they exist (Peter Donald)
>  * Added:  BUILDR-519 Load repositories.release_to from build settings
> (Peter Donald)
>  * Fixed:  BUILDR-520 Scaladoc 2.8 no longer support -windowtitle, use
> -doc-title instead.
>  * Fixed:  BUILDR-512 Buildr::Util.ruby invokes non existent method (Peter
> Donald)
>  * Fixed:  BUILDR-513 --trace fails with NoMethodError : undefined method
>            `include?' for nil:NilClass
>  * Fixed:  BUILDR-515 -update-snapshot doesn't work as expected
>  * Fixed:  BUILDR-517 package(:jar).include(directory, :as=>"foo") produces
> a corrupted jar
>  * Fixed:  BUILDR-524 Optimized and more robust reading of jar MANIFEST.MF
> (Hugues Malphettes)
>  * Fixed:  BUILDR-525 Documentation refers to repositories.upload_to rather
> than
>            repositories.release_to (Peter Donald)
>  * Fixed:  BUILDR-526 Gracefully handle h2 sections with no id in
> documentation (Peter Donald)
>  * Fixed:  BUILDR-527 package(:war) if libs passed are files (instead of
> artifacts)
>  * Fixed:  BUILDR-528 Stop using deprecated method
> Gem::Dependency.version_requirements correctly (Peter Donald)
>  * Fixed:  BUILDR-529 Stop using gem name "foo" in tests as it is the name
> of an actual gem (Peter Donald)
>  * Fixed:  BUILDR-531 Improve error message when build requires gem that
> can't be found in local/remote
>            gem repositories (Peter Donald)
>  * Fixed:  BUILDR-532 package_as_source does not package resources (Tammo
> van Lessen)
>  * Fixed:  BUILDR-534 package_with_sources does not package source
> artifacts if no sources but resources exist.
>            (Tammo Van Lessen)
>  * Fixed:  BUILDR-535 Failing "checks" produce no meaningful errors  on
> JRuby
>  * Fixed:  JavaRebel was previously not correctly detected.
>



-- 
Cheers,

Peter Donald


Re: [VOTE] Buildr 1.4.3 release

2010-10-14 Thread Daniel Spiewak
+1  Congratulations to all who worked hard on this release!

Daniel

On Oct 14, 2010, at 12:25 AM, "Alex Boisvert"  wrote:

> We're voting on the source distributions available here:
> http://people.apache.org/~boisvert/buildr/1.4.3/dist/
> 
> Specifically:
> http://people.apache.org/~boisvert/buildr/1.4.3/dist/buildr-1.4.3.tgz
> http://people.apache.org/~boisvert/buildr/1.4.3/dist/buildr-1.4.3.zip
> 
> The documentation generated for this release is available here:
> http://people.apache.org/~boisvert/buildr/1.4.3/site/
> http://people.apache.org/~boisvert/buildr/1.4.3/site/buildr.pdf
> 
> The official specification against which this release was tested:
> http://people.apache.org/~boisvert/buildr/1.4.3/site/specs.html
> 
> Test coverage report:
> http://people.apache.org/~boisvert/buildr/1.4.3/site/coverage/index.html
> 
> 
> The following changes were made since 1.4.2:
> 
>  * Added:  BUILDR-514 New 'run' local task.
> http://buildr.apache.org/more_stuff.html#run
>  * Added:  BUILDR-518 Load _buildr.rb or .buildr.rb from same directory as
> Buildfile
>if they exist (Peter Donald)
>  * Added:  BUILDR-519 Load repositories.release_to from build settings
> (Peter Donald)
>  * Fixed:  BUILDR-520 Scaladoc 2.8 no longer support -windowtitle, use
> -doc-title instead.
>  * Fixed:  BUILDR-512 Buildr::Util.ruby invokes non existent method (Peter
> Donald)
>  * Fixed:  BUILDR-513 --trace fails with NoMethodError : undefined method
>`include?' for nil:NilClass
>  * Fixed:  BUILDR-515 -update-snapshot doesn't work as expected
>  * Fixed:  BUILDR-517 package(:jar).include(directory, :as=>"foo") produces
> a corrupted jar
>  * Fixed:  BUILDR-524 Optimized and more robust reading of jar MANIFEST.MF
> (Hugues Malphettes)
>  * Fixed:  BUILDR-525 Documentation refers to repositories.upload_to rather
> than
>repositories.release_to (Peter Donald)
>  * Fixed:  BUILDR-526 Gracefully handle h2 sections with no id in
> documentation (Peter Donald)
>  * Fixed:  BUILDR-527 package(:war) if libs passed are files (instead of
> artifacts)
>  * Fixed:  BUILDR-528 Stop using deprecated method
> Gem::Dependency.version_requirements correctly (Peter Donald)
>  * Fixed:  BUILDR-529 Stop using gem name "foo" in tests as it is the name
> of an actual gem (Peter Donald)
>  * Fixed:  BUILDR-531 Improve error message when build requires gem that
> can't be found in local/remote
>gem repositories (Peter Donald)
>  * Fixed:  BUILDR-532 package_as_source does not package resources (Tammo
> van Lessen)
>  * Fixed:  BUILDR-534 package_with_sources does not package source
> artifacts if no sources but resources exist.
>(Tammo Van Lessen)
>  * Fixed:  BUILDR-535 Failing "checks" produce no meaningful errors  on
> JRuby
>  * Fixed:  JavaRebel was previously not correctly detected.
We're voting on the source distributions available here:
http://people.apache.org/~boisvert/buildr/1.4.3/dist/

Specifically:
http://people.apache.org/~boisvert/buildr/1.4.3/dist/buildr-1.4.3.tgz
http://people.apache.org/~boisvert/buildr/1.4.3/dist/buildr-1.4.3.zip

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

The official specification against which this release was tested:
http://people.apache.org/~boisvert/buildr/1.4.3/site/specs.html

Test coverage report:
http://people.apache.org/~boisvert/buildr/1.4.3/site/coverage/index.html


The following changes were made since 1.4.2:

  * Added:  BUILDR-514 New 'run' local task.
http://buildr.apache.org/more_stuff.html#run
  * Added:  BUILDR-518 Load _buildr.rb or .buildr.rb from same directory as
Buildfile
if they exist (Peter Donald)
  * Added:  BUILDR-519 Load repositories.release_to from build settings
(Peter Donald)
  * Fixed:  BUILDR-520 Scaladoc 2.8 no longer support -windowtitle, use
-doc-title instead.
  * Fixed:  BUILDR-512 Buildr::Util.ruby invokes non existent method (Peter
Donald)
  * Fixed:  BUILDR-513 --trace fails with NoMethodError : undefined method
`include?' for nil:NilClass
  * Fixed:  BUILDR-515 -update-snapshot doesn't work as expected
  * Fixed:  BUILDR-517 package(:jar).include(directory, :as=>"foo") produces
a corrupted jar
  * Fixed:  BUILDR-524 Optimized and more robust reading of jar MANIFEST.MF
(Hugues Malphettes)
  * Fixed:  BUILDR-525 Documentation refers to repositories.upload_to rather
than
repositories.release_to (Peter Donald)
  * Fixed:  BUILDR-526 Gracefully handle h2 sections with no id in
documentation (Peter Donald)
  * Fixed:  BUILDR-527 package(:war) if libs passed are files (instead of
artifacts)
  * Fixed:  BUILDR-528 Stop using deprecated method
Gem::Dependency.version_requirements correctly (Peter Donald)
  * Fixed:  BUILDR-529 Stop using gem name "foo" in tests as it is the name
of an actual gem (Peter Donald)
  * Fixed:  BUILDR-531 Improve error mess

New PMC member: Antoine Toulme

2010-10-14 Thread Alex Boisvert
Builders,

I'm happy to announce that Antoine Toulme has been elected a PMC member for
the project.  Antoine has become a strong evangelist and since joining as
committer in March has handled our last two releases.  It's good to get some
fresh blood and vigor in the PMC.

What the %...@#! is a PMC member?  The project management committee consist of
people who have shown a long-term commitment to the project, have engaged in
activities beyond technical contribution and have respected
opinions/positions and merit within the context of the project .   Most
notably the PMC elects new committers and is the deciding voice when
conflicts or difficult situations arise.

FYI, our PMC currently includes:

   - Alex Boisvert (Chair)
   - Assaf Arkin (Original author of Buildr)
   - Mathieu Riou (Early contributor & mentor during incubation)
   - Victor Hugo Borja (4th committer)
   - Antoine Contal (5th committer, aka Lacton)
   - Antoine Toulme (7th committer)

Committers who are not in the PMC currently include Daniel Spiewak (6th) and
Peter Donald (8th).

And finally back to Antoine, I'd personally like to say: Thanks for all your
help!  It's edifying to work with you.

alex