You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@buildr.apache.org by Peter Donald <pe...@realityforge.org> on 2012/10/27 12:09:38 UTC

[VOTE] Buildr 1.4.8 release

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

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

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

The following changes were made since 1.4.7:

  * Change: Revert to importing non-verbose FileUtils utility methods
to match buildr 1.4.6 release and earlier.
  * Added:  Experimental support for jacoco code coverage tool.
  * Fixed:  BUILDR-655 - Support JDK1.7 under OSX
  * Change: Updated dependency versions;
            - builder (3.1.3)
            - highline (1.6.15)
            - rubyforge (2.0.4)
            - net-ssh (2.6.0)
            - hoe (3.1.0)
            - rjb (1.4.2)
            - rdoc (3.12)
            - xml-simple (1.1.1)
            - rspec-expectations (2.11.3)
            - rspec-mocks (2.11.3)
            - rspec-core (2.11.1)
            - rspec (2.11.0)
            - rubyzip (0.9.9)
  * Added:  BUILDR-652 Generate buildfile from Eclipse workspace.
(Niklaus Giger)
  * Fixed:  BUILDR-627 Support explicitly listed source files in
buildr cc task. (Christopher Tiwald)
  * Fixed:  BUILDR-606 Transitive artifact resolution should not
include artifacts in 'provided' scope in poms to
            match maven behaviour. (Julio Arias)
  * Change: BUILDR-640 Enable building jekyll and rdoc under more
rubies. (Niklaus Giger)
  * Change: Mark Buildr:Bnd.remote_repository as deprecated as
dependencies appear in maven central.
  * Added:  BUILDR-654 Add the ability to configure the version of BND
used by bnd addon. (Niklaus Giger)
  * Added:  Create the git_auto_version addon that automatically
specifies a version for a git project based
            on git describe.
  * Added:  Integrate with Zinc (incremental compilation wrapper for
scalac 2.9+)
  * Change: Default to Scala 2.9.2, ScalaTest 1.8, Scala Specs2 1.11,
            ScalaCheck 1.10.0.
  * Change: Scala artifact repository changed to
            http://oss.sonatype.org/content/repositories/releases
  * Added:  BUILDR-645 Support Mercurial as a version control system (Tan Quach)
  * Fixed:  BUILDR-646 TGZ files do not keep their permissions when extracted
            via Buildr::Unzip#extract
  * Added:  Add add_exploded_ear_artifact and
add_exploded_ejb_artifact to the idea project extension.
  * Change: Default to using Checkstyle 5.5 in the checkstyle addon.
  * Fixed:  Fix the add_exploded_war_artifact method on the idea
project by adding in missing method
            `partition_dependencies`.
  * Fixed:  Fix the extension of the gwt plugin so that it can be
required as an addon.
  * Fixed:  Fix the undefined default_web_xml variable in the
add_web_facet method on the idea project.

-- 
Cheers,

Peter Donald

Re: [VOTE] Buildr 1.4.8 release

Posted by Peter Donald <pe...@realityforge.org>.
The vote passed with 4 +1's (3 binding) and no -1.

Pushing the release to the mirrors ...


On Sat, Nov 3, 2012 at 11:14 AM, Antoine Toulme <an...@lunar-ocean.com>wrote:

> Here is my +1 (binding). Thanks for the hard work Peter!
>
> On Thu, Nov 1, 2012 at 6:13 AM, Tammo van Lessen <tvanlessen@gmail.com
> >wrote:
>
> > Hi,
> >
> > awesome, this works like a charm. Thanks for fixing!
> >
> > I also noticed that
> > http://people.apache.org/~donaldp/buildr/1.4.8/site/ does not include
> > the updated changelog.
> >
> > Looking forward to the new release, a (non-binding) +1 from me.
> >
> > Thanks for your work!
> >   Tammo
> >
> > On Thu, Nov 1, 2012 at 1:34 PM, Peter Donald <pe...@realityforge.org>
> > wrote:
> > > Hi,
> > >
> > > It looks like the easiest option is to downgrade the library across the
> > > board until we can fix it on windows. So I have made the change and
> > > re-upped the release.
> > >
> > >
> > >
> > > On Thu, Nov 1, 2012 at 11:17 PM, Tammo van Lessen <
> tvanlessen@gmail.com
> > >wrote:
> > >
> > >> Hi Peter,
> > >>
> > >> thanks for fixing it. While the verbose fileutils output is gone now,
> > >> the buildr gem is still fetching, installing and requiring the *.15
> > >> version of highline under JRuby and thus still does not work as
> > >> expected. This is because $platform is 'java' on JRuby on Win7.
> > >> Perhaps you could use something like the following instead.
> > >>
> > >> require 'rbconfig'
> > >> /mswin|mingw/.match RbConfig::CONFIG['host_os']
> > >>
> > >> I didn't provide a patch for that because I'm not entirely sure where
> > >> this information should be used as well (there are other deps to be
> > >> only included on windows, but I'm not sure if they would work with
> > >> JRuby).
> > >>
> > >> Thanks,
> > >>   Tammo
> > >>
> > >>
> > >> On Thu, Nov 1, 2012 at 9:53 AM, Peter Donald <pe...@realityforge.org>
> > >> wrote:
> > >> > Hi,
> > >> >
> > >> > I identified and fixed the problems that you reported. Both are
> > >> > unfortunately in some of our dependencies. I have fixed the problems
> > are
> > >> > re-uploaded the release proposal. If you could try the current
> > version at
> > >> > [1] to verify the fixes, it would be much appreciated.
> > >> >
> > >> > [1] http://people.apache.org/~donaldp/buildr/1.4.8/dist/
> > >> >
> > >> > Thanks!
> > >> >
> > >> > Peter Donald
> > >> >
> > >> >
> > >> > On Thu, Nov 1, 2012 at 12:42 AM, Tammo van Lessen <
> > tvanlessen@gmail.com
> > >> >wrote:
> > >> >
> > >> >> Hi,
> > >> >>
> > >> >> I'm perhaps to late, I haven't seen the thread earlier. I just
> tried
> > >> >> the new build on win7 and discovered two issues:
> > >> >>
> > >> >> First, the verbosity level for FileUtils seems still odd:
> > >> >>
> > >> >> C:\Users\vanto\dev\buildr-test\multi-java>buildr --version
> > >> >> Buildr 1.4.8 (JRuby 1.6.8)
> > >> >>
> > >> >> C:\Users\vanto\dev\buildr-test\multi-java>buildr clean
> > >> >> (in C:/Users/vanto/dev/buildr-test/multi-java, development)
> > >> >> Cleaning multi-java
> > >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/target
> > >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
> > >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
> > >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/target
> > >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports
> > >> >> rm -rf
> > >> C:/Users/vanto/dev/buildr-test/multi-java/impl/target/test/classes
> > >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports/junit
> > >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/target
> > >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
> > >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
> > >> >> rm -rf reports/junit
> > >> >> Completed in 0.045s
> > >> >>
> > >> >> IMO these commands should not be logged.
> > >> >>
> > >> >> Second, when I run buildr in an empty directory, the prompt to
> create
> > >> >> a new buildfile has some issues:
> > >> >>
> > >> >> C:\Users\vanto\dev\buildr-talk>buildr
> > >> >> Ignored
> > >> >>
> > >> >> when I then hit enter, Buildr appends the following line:
> > >> >> Ambiguous choice.  Please choose one of ["1", "2", "3", "From
> eclipse
> > >> >> .project files", "From directory structure", "Cancel"].
> > >> >>
> > >> >> I'm testing with jruby 1.6.8 (ruby-1.8.7-p357) (2012-09-18 1772b40)
> > >> >> (Java HotSpot(TM) Client VM 1.7.0_03) [Windows 7-x86-java]
> > >> >>
> > >> >> I didn't find the time to look into these issues, perhaps you have
> > some
> > >> >> ideas?
> > >> >>
> > >> >> Thanks,
> > >> >>   Tammo
> > >> >>
> > >> >>
> > >>
> > >>
> > >>
> > >> --
> > >> Tammo van Lessen - http://www.taval.de
> > >>
> > >
> > >
> > >
> > > --
> > > Cheers,
> > >
> > > Peter Donald
> >
> >
> >
> > --
> > Tammo van Lessen - http://www.taval.de
> >
>



-- 
Cheers,

Peter Donald

Re: [VOTE] Buildr 1.4.8 release

Posted by Antoine Toulme <an...@lunar-ocean.com>.
Here is my +1 (binding). Thanks for the hard work Peter!

On Thu, Nov 1, 2012 at 6:13 AM, Tammo van Lessen <tv...@gmail.com>wrote:

> Hi,
>
> awesome, this works like a charm. Thanks for fixing!
>
> I also noticed that
> http://people.apache.org/~donaldp/buildr/1.4.8/site/ does not include
> the updated changelog.
>
> Looking forward to the new release, a (non-binding) +1 from me.
>
> Thanks for your work!
>   Tammo
>
> On Thu, Nov 1, 2012 at 1:34 PM, Peter Donald <pe...@realityforge.org>
> wrote:
> > Hi,
> >
> > It looks like the easiest option is to downgrade the library across the
> > board until we can fix it on windows. So I have made the change and
> > re-upped the release.
> >
> >
> >
> > On Thu, Nov 1, 2012 at 11:17 PM, Tammo van Lessen <tvanlessen@gmail.com
> >wrote:
> >
> >> Hi Peter,
> >>
> >> thanks for fixing it. While the verbose fileutils output is gone now,
> >> the buildr gem is still fetching, installing and requiring the *.15
> >> version of highline under JRuby and thus still does not work as
> >> expected. This is because $platform is 'java' on JRuby on Win7.
> >> Perhaps you could use something like the following instead.
> >>
> >> require 'rbconfig'
> >> /mswin|mingw/.match RbConfig::CONFIG['host_os']
> >>
> >> I didn't provide a patch for that because I'm not entirely sure where
> >> this information should be used as well (there are other deps to be
> >> only included on windows, but I'm not sure if they would work with
> >> JRuby).
> >>
> >> Thanks,
> >>   Tammo
> >>
> >>
> >> On Thu, Nov 1, 2012 at 9:53 AM, Peter Donald <pe...@realityforge.org>
> >> wrote:
> >> > Hi,
> >> >
> >> > I identified and fixed the problems that you reported. Both are
> >> > unfortunately in some of our dependencies. I have fixed the problems
> are
> >> > re-uploaded the release proposal. If you could try the current
> version at
> >> > [1] to verify the fixes, it would be much appreciated.
> >> >
> >> > [1] http://people.apache.org/~donaldp/buildr/1.4.8/dist/
> >> >
> >> > Thanks!
> >> >
> >> > Peter Donald
> >> >
> >> >
> >> > On Thu, Nov 1, 2012 at 12:42 AM, Tammo van Lessen <
> tvanlessen@gmail.com
> >> >wrote:
> >> >
> >> >> Hi,
> >> >>
> >> >> I'm perhaps to late, I haven't seen the thread earlier. I just tried
> >> >> the new build on win7 and discovered two issues:
> >> >>
> >> >> First, the verbosity level for FileUtils seems still odd:
> >> >>
> >> >> C:\Users\vanto\dev\buildr-test\multi-java>buildr --version
> >> >> Buildr 1.4.8 (JRuby 1.6.8)
> >> >>
> >> >> C:\Users\vanto\dev\buildr-test\multi-java>buildr clean
> >> >> (in C:/Users/vanto/dev/buildr-test/multi-java, development)
> >> >> Cleaning multi-java
> >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/target
> >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
> >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
> >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/target
> >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports
> >> >> rm -rf
> >> C:/Users/vanto/dev/buildr-test/multi-java/impl/target/test/classes
> >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports/junit
> >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/target
> >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
> >> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
> >> >> rm -rf reports/junit
> >> >> Completed in 0.045s
> >> >>
> >> >> IMO these commands should not be logged.
> >> >>
> >> >> Second, when I run buildr in an empty directory, the prompt to create
> >> >> a new buildfile has some issues:
> >> >>
> >> >> C:\Users\vanto\dev\buildr-talk>buildr
> >> >> Ignored
> >> >>
> >> >> when I then hit enter, Buildr appends the following line:
> >> >> Ambiguous choice.  Please choose one of ["1", "2", "3", "From eclipse
> >> >> .project files", "From directory structure", "Cancel"].
> >> >>
> >> >> I'm testing with jruby 1.6.8 (ruby-1.8.7-p357) (2012-09-18 1772b40)
> >> >> (Java HotSpot(TM) Client VM 1.7.0_03) [Windows 7-x86-java]
> >> >>
> >> >> I didn't find the time to look into these issues, perhaps you have
> some
> >> >> ideas?
> >> >>
> >> >> Thanks,
> >> >>   Tammo
> >> >>
> >> >>
> >>
> >>
> >>
> >> --
> >> Tammo van Lessen - http://www.taval.de
> >>
> >
> >
> >
> > --
> > Cheers,
> >
> > Peter Donald
>
>
>
> --
> Tammo van Lessen - http://www.taval.de
>

Re: [VOTE] Buildr 1.4.8 release

Posted by Tammo van Lessen <tv...@gmail.com>.
Hi,

awesome, this works like a charm. Thanks for fixing!

I also noticed that
http://people.apache.org/~donaldp/buildr/1.4.8/site/ does not include
the updated changelog.

Looking forward to the new release, a (non-binding) +1 from me.

Thanks for your work!
  Tammo

On Thu, Nov 1, 2012 at 1:34 PM, Peter Donald <pe...@realityforge.org> wrote:
> Hi,
>
> It looks like the easiest option is to downgrade the library across the
> board until we can fix it on windows. So I have made the change and
> re-upped the release.
>
>
>
> On Thu, Nov 1, 2012 at 11:17 PM, Tammo van Lessen <tv...@gmail.com>wrote:
>
>> Hi Peter,
>>
>> thanks for fixing it. While the verbose fileutils output is gone now,
>> the buildr gem is still fetching, installing and requiring the *.15
>> version of highline under JRuby and thus still does not work as
>> expected. This is because $platform is 'java' on JRuby on Win7.
>> Perhaps you could use something like the following instead.
>>
>> require 'rbconfig'
>> /mswin|mingw/.match RbConfig::CONFIG['host_os']
>>
>> I didn't provide a patch for that because I'm not entirely sure where
>> this information should be used as well (there are other deps to be
>> only included on windows, but I'm not sure if they would work with
>> JRuby).
>>
>> Thanks,
>>   Tammo
>>
>>
>> On Thu, Nov 1, 2012 at 9:53 AM, Peter Donald <pe...@realityforge.org>
>> wrote:
>> > Hi,
>> >
>> > I identified and fixed the problems that you reported. Both are
>> > unfortunately in some of our dependencies. I have fixed the problems are
>> > re-uploaded the release proposal. If you could try the current version at
>> > [1] to verify the fixes, it would be much appreciated.
>> >
>> > [1] http://people.apache.org/~donaldp/buildr/1.4.8/dist/
>> >
>> > Thanks!
>> >
>> > Peter Donald
>> >
>> >
>> > On Thu, Nov 1, 2012 at 12:42 AM, Tammo van Lessen <tvanlessen@gmail.com
>> >wrote:
>> >
>> >> Hi,
>> >>
>> >> I'm perhaps to late, I haven't seen the thread earlier. I just tried
>> >> the new build on win7 and discovered two issues:
>> >>
>> >> First, the verbosity level for FileUtils seems still odd:
>> >>
>> >> C:\Users\vanto\dev\buildr-test\multi-java>buildr --version
>> >> Buildr 1.4.8 (JRuby 1.6.8)
>> >>
>> >> C:\Users\vanto\dev\buildr-test\multi-java>buildr clean
>> >> (in C:/Users/vanto/dev/buildr-test/multi-java, development)
>> >> Cleaning multi-java
>> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/target
>> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
>> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
>> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/target
>> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports
>> >> rm -rf
>> C:/Users/vanto/dev/buildr-test/multi-java/impl/target/test/classes
>> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports/junit
>> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/target
>> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
>> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
>> >> rm -rf reports/junit
>> >> Completed in 0.045s
>> >>
>> >> IMO these commands should not be logged.
>> >>
>> >> Second, when I run buildr in an empty directory, the prompt to create
>> >> a new buildfile has some issues:
>> >>
>> >> C:\Users\vanto\dev\buildr-talk>buildr
>> >> Ignored
>> >>
>> >> when I then hit enter, Buildr appends the following line:
>> >> Ambiguous choice.  Please choose one of ["1", "2", "3", "From eclipse
>> >> .project files", "From directory structure", "Cancel"].
>> >>
>> >> I'm testing with jruby 1.6.8 (ruby-1.8.7-p357) (2012-09-18 1772b40)
>> >> (Java HotSpot(TM) Client VM 1.7.0_03) [Windows 7-x86-java]
>> >>
>> >> I didn't find the time to look into these issues, perhaps you have some
>> >> ideas?
>> >>
>> >> Thanks,
>> >>   Tammo
>> >>
>> >>
>>
>>
>>
>> --
>> Tammo van Lessen - http://www.taval.de
>>
>
>
>
> --
> Cheers,
>
> Peter Donald



-- 
Tammo van Lessen - http://www.taval.de

Re: [VOTE] Buildr 1.4.8 release

Posted by Peter Donald <pe...@realityforge.org>.
Hi,

It looks like the easiest option is to downgrade the library across the
board until we can fix it on windows. So I have made the change and
re-upped the release.



On Thu, Nov 1, 2012 at 11:17 PM, Tammo van Lessen <tv...@gmail.com>wrote:

> Hi Peter,
>
> thanks for fixing it. While the verbose fileutils output is gone now,
> the buildr gem is still fetching, installing and requiring the *.15
> version of highline under JRuby and thus still does not work as
> expected. This is because $platform is 'java' on JRuby on Win7.
> Perhaps you could use something like the following instead.
>
> require 'rbconfig'
> /mswin|mingw/.match RbConfig::CONFIG['host_os']
>
> I didn't provide a patch for that because I'm not entirely sure where
> this information should be used as well (there are other deps to be
> only included on windows, but I'm not sure if they would work with
> JRuby).
>
> Thanks,
>   Tammo
>
>
> On Thu, Nov 1, 2012 at 9:53 AM, Peter Donald <pe...@realityforge.org>
> wrote:
> > Hi,
> >
> > I identified and fixed the problems that you reported. Both are
> > unfortunately in some of our dependencies. I have fixed the problems are
> > re-uploaded the release proposal. If you could try the current version at
> > [1] to verify the fixes, it would be much appreciated.
> >
> > [1] http://people.apache.org/~donaldp/buildr/1.4.8/dist/
> >
> > Thanks!
> >
> > Peter Donald
> >
> >
> > On Thu, Nov 1, 2012 at 12:42 AM, Tammo van Lessen <tvanlessen@gmail.com
> >wrote:
> >
> >> Hi,
> >>
> >> I'm perhaps to late, I haven't seen the thread earlier. I just tried
> >> the new build on win7 and discovered two issues:
> >>
> >> First, the verbosity level for FileUtils seems still odd:
> >>
> >> C:\Users\vanto\dev\buildr-test\multi-java>buildr --version
> >> Buildr 1.4.8 (JRuby 1.6.8)
> >>
> >> C:\Users\vanto\dev\buildr-test\multi-java>buildr clean
> >> (in C:/Users/vanto/dev/buildr-test/multi-java, development)
> >> Cleaning multi-java
> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/target
> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/target
> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports
> >> rm -rf
> C:/Users/vanto/dev/buildr-test/multi-java/impl/target/test/classes
> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports/junit
> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/target
> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
> >> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
> >> rm -rf reports/junit
> >> Completed in 0.045s
> >>
> >> IMO these commands should not be logged.
> >>
> >> Second, when I run buildr in an empty directory, the prompt to create
> >> a new buildfile has some issues:
> >>
> >> C:\Users\vanto\dev\buildr-talk>buildr
> >> Ignored
> >>
> >> when I then hit enter, Buildr appends the following line:
> >> Ambiguous choice.  Please choose one of ["1", "2", "3", "From eclipse
> >> .project files", "From directory structure", "Cancel"].
> >>
> >> I'm testing with jruby 1.6.8 (ruby-1.8.7-p357) (2012-09-18 1772b40)
> >> (Java HotSpot(TM) Client VM 1.7.0_03) [Windows 7-x86-java]
> >>
> >> I didn't find the time to look into these issues, perhaps you have some
> >> ideas?
> >>
> >> Thanks,
> >>   Tammo
> >>
> >>
>
>
>
> --
> Tammo van Lessen - http://www.taval.de
>



-- 
Cheers,

Peter Donald

Re: [VOTE] Buildr 1.4.8 release

Posted by Tammo van Lessen <tv...@gmail.com>.
Hi Peter,

thanks for fixing it. While the verbose fileutils output is gone now,
the buildr gem is still fetching, installing and requiring the *.15
version of highline under JRuby and thus still does not work as
expected. This is because $platform is 'java' on JRuby on Win7.
Perhaps you could use something like the following instead.

require 'rbconfig'
/mswin|mingw/.match RbConfig::CONFIG['host_os']

I didn't provide a patch for that because I'm not entirely sure where
this information should be used as well (there are other deps to be
only included on windows, but I'm not sure if they would work with
JRuby).

Thanks,
  Tammo


On Thu, Nov 1, 2012 at 9:53 AM, Peter Donald <pe...@realityforge.org> wrote:
> Hi,
>
> I identified and fixed the problems that you reported. Both are
> unfortunately in some of our dependencies. I have fixed the problems are
> re-uploaded the release proposal. If you could try the current version at
> [1] to verify the fixes, it would be much appreciated.
>
> [1] http://people.apache.org/~donaldp/buildr/1.4.8/dist/
>
> Thanks!
>
> Peter Donald
>
>
> On Thu, Nov 1, 2012 at 12:42 AM, Tammo van Lessen <tv...@gmail.com>wrote:
>
>> Hi,
>>
>> I'm perhaps to late, I haven't seen the thread earlier. I just tried
>> the new build on win7 and discovered two issues:
>>
>> First, the verbosity level for FileUtils seems still odd:
>>
>> C:\Users\vanto\dev\buildr-test\multi-java>buildr --version
>> Buildr 1.4.8 (JRuby 1.6.8)
>>
>> C:\Users\vanto\dev\buildr-test\multi-java>buildr clean
>> (in C:/Users/vanto/dev/buildr-test/multi-java, development)
>> Cleaning multi-java
>> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/target
>> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
>> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
>> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/target
>> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports
>> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/target/test/classes
>> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports/junit
>> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/target
>> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
>> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
>> rm -rf reports/junit
>> Completed in 0.045s
>>
>> IMO these commands should not be logged.
>>
>> Second, when I run buildr in an empty directory, the prompt to create
>> a new buildfile has some issues:
>>
>> C:\Users\vanto\dev\buildr-talk>buildr
>> Ignored
>>
>> when I then hit enter, Buildr appends the following line:
>> Ambiguous choice.  Please choose one of ["1", "2", "3", "From eclipse
>> .project files", "From directory structure", "Cancel"].
>>
>> I'm testing with jruby 1.6.8 (ruby-1.8.7-p357) (2012-09-18 1772b40)
>> (Java HotSpot(TM) Client VM 1.7.0_03) [Windows 7-x86-java]
>>
>> I didn't find the time to look into these issues, perhaps you have some
>> ideas?
>>
>> Thanks,
>>   Tammo
>>
>>



-- 
Tammo van Lessen - http://www.taval.de

Re: [VOTE] Buildr 1.4.8 release

Posted by Peter Donald <pe...@realityforge.org>.
Hi,

I identified and fixed the problems that you reported. Both are
unfortunately in some of our dependencies. I have fixed the problems are
re-uploaded the release proposal. If you could try the current version at
[1] to verify the fixes, it would be much appreciated.

[1] http://people.apache.org/~donaldp/buildr/1.4.8/dist/

Thanks!

Peter Donald


On Thu, Nov 1, 2012 at 12:42 AM, Tammo van Lessen <tv...@gmail.com>wrote:

> Hi,
>
> I'm perhaps to late, I haven't seen the thread earlier. I just tried
> the new build on win7 and discovered two issues:
>
> First, the verbosity level for FileUtils seems still odd:
>
> C:\Users\vanto\dev\buildr-test\multi-java>buildr --version
> Buildr 1.4.8 (JRuby 1.6.8)
>
> C:\Users\vanto\dev\buildr-test\multi-java>buildr clean
> (in C:/Users/vanto/dev/buildr-test/multi-java, development)
> Cleaning multi-java
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/target
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/target
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/target/test/classes
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports/junit
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/target
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
> rm -rf reports/junit
> Completed in 0.045s
>
> IMO these commands should not be logged.
>
> Second, when I run buildr in an empty directory, the prompt to create
> a new buildfile has some issues:
>
> C:\Users\vanto\dev\buildr-talk>buildr
> Ignored
>
> when I then hit enter, Buildr appends the following line:
> Ambiguous choice.  Please choose one of ["1", "2", "3", "From eclipse
> .project files", "From directory structure", "Cancel"].
>
> I'm testing with jruby 1.6.8 (ruby-1.8.7-p357) (2012-09-18 1772b40)
> (Java HotSpot(TM) Client VM 1.7.0_03) [Windows 7-x86-java]
>
> I didn't find the time to look into these issues, perhaps you have some
> ideas?
>
> Thanks,
>   Tammo
>
>

Re: [VOTE] Buildr 1.4.8 release

Posted by Peter Donald <pe...@realityforge.org>.
Hi,

I can't seem to reproduce either of these under OSX/Linux so I will
have a look later today when I get to a widows box.

Thanks for the heads up!

On Thu, Nov 1, 2012 at 12:42 AM, Tammo van Lessen <tv...@gmail.com> wrote:
> Hi,
>
> I'm perhaps to late, I haven't seen the thread earlier. I just tried
> the new build on win7 and discovered two issues:
>
> First, the verbosity level for FileUtils seems still odd:
>
> C:\Users\vanto\dev\buildr-test\multi-java>buildr --version
> Buildr 1.4.8 (JRuby 1.6.8)
>
> C:\Users\vanto\dev\buildr-test\multi-java>buildr clean
> (in C:/Users/vanto/dev/buildr-test/multi-java, development)
> Cleaning multi-java
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/target
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/target
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/target/test/classes
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports/junit
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/target
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
> rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
> rm -rf reports/junit
> Completed in 0.045s
>
> IMO these commands should not be logged.
>
> Second, when I run buildr in an empty directory, the prompt to create
> a new buildfile has some issues:
>
> C:\Users\vanto\dev\buildr-talk>buildr
> Ignored
>
> when I then hit enter, Buildr appends the following line:
> Ambiguous choice.  Please choose one of ["1", "2", "3", "From eclipse
> .project files", "From directory structure", "Cancel"].
>
> I'm testing with jruby 1.6.8 (ruby-1.8.7-p357) (2012-09-18 1772b40)
> (Java HotSpot(TM) Client VM 1.7.0_03) [Windows 7-x86-java]
>
> I didn't find the time to look into these issues, perhaps you have some ideas?
>
> Thanks,
>   Tammo
>
> On Mon, Oct 29, 2012 at 6:03 AM, Alex Boisvert <al...@gmail.com> wrote:
>> Confirmed fixed.  Tested on Linux (Ubuntu 12.04) and OSX 10.6 (Snow
>> Leopard).
>>
>> +1 for release.
>>
>> alex
>>
>> On Sat, Oct 27, 2012 at 2:52 PM, Peter Donald <pe...@realityforge.org>wrote:
>>
>>> Hi,
>>>
>>> Okay. Fixed and the fixed version has been re-uploaded to
>>> http://people.apache.org/~donaldp/buildr/1.4.8/dist/
>>>
>>> It turns out we follow different rules regarding the "verbose" flag
>>> than rake. (Essentially we treat it as a tri-state where unset means
>>> verbose buildr tasks but non verbose file tasks)
>>>
>>> On Sun, Oct 28, 2012 at 2:10 AM, Alex Boisvert <al...@gmail.com>
>>> wrote:
>>> > Hi Peter,
>>> >
>>> > There seems to be a minor issue with output... we're missing task output,
>>> > e.g.,
>>> >
>>> > $ buildr _1.4.7_ clean
>>> > (in /home/boisvert/tmp/buildr-example, development)
>>> > Cleaning buildr-example
>>> > Completed in 0.008s
>>> >
>>> > $ buildr _1.4.8_ clean
>>> > (in /home/boisvert/tmp/buildr-example, development)
>>> >
>>> > $
>>> >
>>> > On Sat, Oct 27, 2012 at 3:09 AM, Peter Donald <peter@realityforge.org
>>> >wrote:
>>> >
>>> >> We're voting on the source distributions available here:
>>> >> http://people.apache.org/~donaldp/buildr/1.4.8/dist/
>>> >>
>>> >> Specifically:
>>> >> http://people.apache.org/~donaldp/buildr/1.4.8/dist/buildr-1.4.8.tgz
>>> >> http://people.apache.org/~donaldp/buildr/1.4.8/dist/buildr-1.4.8.zip
>>> >>
>>> >> The documentation generated for this release is available here:
>>> >> http://people.apache.org/~donaldp/buildr/1.4.8/site/
>>> >> http://people.apache.org/~donaldp/buildr/1.4.8/site/buildr.pdf
>>> >>
>>> >> The following changes were made since 1.4.7:
>>> >>
>>> >>   * Change: Revert to importing non-verbose FileUtils utility methods
>>> >> to match buildr 1.4.6 release and earlier.
>>> >>   * Added:  Experimental support for jacoco code coverage tool.
>>> >>   * Fixed:  BUILDR-655 - Support JDK1.7 under OSX
>>> >>   * Change: Updated dependency versions;
>>> >>             - builder (3.1.3)
>>> >>             - highline (1.6.15)
>>> >>             - rubyforge (2.0.4)
>>> >>             - net-ssh (2.6.0)
>>> >>             - hoe (3.1.0)
>>> >>             - rjb (1.4.2)
>>> >>             - rdoc (3.12)
>>> >>             - xml-simple (1.1.1)
>>> >>             - rspec-expectations (2.11.3)
>>> >>             - rspec-mocks (2.11.3)
>>> >>             - rspec-core (2.11.1)
>>> >>             - rspec (2.11.0)
>>> >>             - rubyzip (0.9.9)
>>> >>   * Added:  BUILDR-652 Generate buildfile from Eclipse workspace.
>>> >> (Niklaus Giger)
>>> >>   * Fixed:  BUILDR-627 Support explicitly listed source files in
>>> >> buildr cc task. (Christopher Tiwald)
>>> >>   * Fixed:  BUILDR-606 Transitive artifact resolution should not
>>> >> include artifacts in 'provided' scope in poms to
>>> >>             match maven behaviour. (Julio Arias)
>>> >>   * Change: BUILDR-640 Enable building jekyll and rdoc under more
>>> >> rubies. (Niklaus Giger)
>>> >>   * Change: Mark Buildr:Bnd.remote_repository as deprecated as
>>> >> dependencies appear in maven central.
>>> >>   * Added:  BUILDR-654 Add the ability to configure the version of BND
>>> >> used by bnd addon. (Niklaus Giger)
>>> >>   * Added:  Create the git_auto_version addon that automatically
>>> >> specifies a version for a git project based
>>> >>             on git describe.
>>> >>   * Added:  Integrate with Zinc (incremental compilation wrapper for
>>> >> scalac 2.9+)
>>> >>   * Change: Default to Scala 2.9.2, ScalaTest 1.8, Scala Specs2 1.11,
>>> >>             ScalaCheck 1.10.0.
>>> >>   * Change: Scala artifact repository changed to
>>> >>             http://oss.sonatype.org/content/repositories/releases
>>> >>   * Added:  BUILDR-645 Support Mercurial as a version control system
>>> (Tan
>>> >> Quach)
>>> >>   * Fixed:  BUILDR-646 TGZ files do not keep their permissions when
>>> >> extracted
>>> >>             via Buildr::Unzip#extract
>>> >>   * Added:  Add add_exploded_ear_artifact and
>>> >> add_exploded_ejb_artifact to the idea project extension.
>>> >>   * Change: Default to using Checkstyle 5.5 in the checkstyle addon.
>>> >>   * Fixed:  Fix the add_exploded_war_artifact method on the idea
>>> >> project by adding in missing method
>>> >>             `partition_dependencies`.
>>> >>   * Fixed:  Fix the extension of the gwt plugin so that it can be
>>> >> required as an addon.
>>> >>   * Fixed:  Fix the undefined default_web_xml variable in the
>>> >> add_web_facet method on the idea project.
>>> >>
>>> >> --
>>> >> Cheers,
>>> >>
>>> >> Peter Donald
>>> >>
>>>
>>>
>>>
>>> --
>>> Cheers,
>>>
>>> Peter Donald
>>>
>
>
>
> --
> Tammo van Lessen - http://www.taval.de



-- 
Cheers,

Peter Donald

Re: [VOTE] Buildr 1.4.8 release

Posted by Tammo van Lessen <tv...@gmail.com>.
Hi,

I'm perhaps to late, I haven't seen the thread earlier. I just tried
the new build on win7 and discovered two issues:

First, the verbosity level for FileUtils seems still odd:

C:\Users\vanto\dev\buildr-test\multi-java>buildr --version
Buildr 1.4.8 (JRuby 1.6.8)

C:\Users\vanto\dev\buildr-test\multi-java>buildr clean
(in C:/Users/vanto/dev/buildr-test/multi-java, development)
Cleaning multi-java
rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/target
rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
rm -rf C:/Users/vanto/dev/buildr-test/multi-java/api/reports
rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/target
rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports
rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/target/test/classes
rm -rf C:/Users/vanto/dev/buildr-test/multi-java/impl/reports/junit
rm -rf C:/Users/vanto/dev/buildr-test/multi-java/target
rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
rm -rf C:/Users/vanto/dev/buildr-test/multi-java/reports
rm -rf reports/junit
Completed in 0.045s

IMO these commands should not be logged.

Second, when I run buildr in an empty directory, the prompt to create
a new buildfile has some issues:

C:\Users\vanto\dev\buildr-talk>buildr
Ignored

when I then hit enter, Buildr appends the following line:
Ambiguous choice.  Please choose one of ["1", "2", "3", "From eclipse
.project files", "From directory structure", "Cancel"].

I'm testing with jruby 1.6.8 (ruby-1.8.7-p357) (2012-09-18 1772b40)
(Java HotSpot(TM) Client VM 1.7.0_03) [Windows 7-x86-java]

I didn't find the time to look into these issues, perhaps you have some ideas?

Thanks,
  Tammo

On Mon, Oct 29, 2012 at 6:03 AM, Alex Boisvert <al...@gmail.com> wrote:
> Confirmed fixed.  Tested on Linux (Ubuntu 12.04) and OSX 10.6 (Snow
> Leopard).
>
> +1 for release.
>
> alex
>
> On Sat, Oct 27, 2012 at 2:52 PM, Peter Donald <pe...@realityforge.org>wrote:
>
>> Hi,
>>
>> Okay. Fixed and the fixed version has been re-uploaded to
>> http://people.apache.org/~donaldp/buildr/1.4.8/dist/
>>
>> It turns out we follow different rules regarding the "verbose" flag
>> than rake. (Essentially we treat it as a tri-state where unset means
>> verbose buildr tasks but non verbose file tasks)
>>
>> On Sun, Oct 28, 2012 at 2:10 AM, Alex Boisvert <al...@gmail.com>
>> wrote:
>> > Hi Peter,
>> >
>> > There seems to be a minor issue with output... we're missing task output,
>> > e.g.,
>> >
>> > $ buildr _1.4.7_ clean
>> > (in /home/boisvert/tmp/buildr-example, development)
>> > Cleaning buildr-example
>> > Completed in 0.008s
>> >
>> > $ buildr _1.4.8_ clean
>> > (in /home/boisvert/tmp/buildr-example, development)
>> >
>> > $
>> >
>> > On Sat, Oct 27, 2012 at 3:09 AM, Peter Donald <peter@realityforge.org
>> >wrote:
>> >
>> >> We're voting on the source distributions available here:
>> >> http://people.apache.org/~donaldp/buildr/1.4.8/dist/
>> >>
>> >> Specifically:
>> >> http://people.apache.org/~donaldp/buildr/1.4.8/dist/buildr-1.4.8.tgz
>> >> http://people.apache.org/~donaldp/buildr/1.4.8/dist/buildr-1.4.8.zip
>> >>
>> >> The documentation generated for this release is available here:
>> >> http://people.apache.org/~donaldp/buildr/1.4.8/site/
>> >> http://people.apache.org/~donaldp/buildr/1.4.8/site/buildr.pdf
>> >>
>> >> The following changes were made since 1.4.7:
>> >>
>> >>   * Change: Revert to importing non-verbose FileUtils utility methods
>> >> to match buildr 1.4.6 release and earlier.
>> >>   * Added:  Experimental support for jacoco code coverage tool.
>> >>   * Fixed:  BUILDR-655 - Support JDK1.7 under OSX
>> >>   * Change: Updated dependency versions;
>> >>             - builder (3.1.3)
>> >>             - highline (1.6.15)
>> >>             - rubyforge (2.0.4)
>> >>             - net-ssh (2.6.0)
>> >>             - hoe (3.1.0)
>> >>             - rjb (1.4.2)
>> >>             - rdoc (3.12)
>> >>             - xml-simple (1.1.1)
>> >>             - rspec-expectations (2.11.3)
>> >>             - rspec-mocks (2.11.3)
>> >>             - rspec-core (2.11.1)
>> >>             - rspec (2.11.0)
>> >>             - rubyzip (0.9.9)
>> >>   * Added:  BUILDR-652 Generate buildfile from Eclipse workspace.
>> >> (Niklaus Giger)
>> >>   * Fixed:  BUILDR-627 Support explicitly listed source files in
>> >> buildr cc task. (Christopher Tiwald)
>> >>   * Fixed:  BUILDR-606 Transitive artifact resolution should not
>> >> include artifacts in 'provided' scope in poms to
>> >>             match maven behaviour. (Julio Arias)
>> >>   * Change: BUILDR-640 Enable building jekyll and rdoc under more
>> >> rubies. (Niklaus Giger)
>> >>   * Change: Mark Buildr:Bnd.remote_repository as deprecated as
>> >> dependencies appear in maven central.
>> >>   * Added:  BUILDR-654 Add the ability to configure the version of BND
>> >> used by bnd addon. (Niklaus Giger)
>> >>   * Added:  Create the git_auto_version addon that automatically
>> >> specifies a version for a git project based
>> >>             on git describe.
>> >>   * Added:  Integrate with Zinc (incremental compilation wrapper for
>> >> scalac 2.9+)
>> >>   * Change: Default to Scala 2.9.2, ScalaTest 1.8, Scala Specs2 1.11,
>> >>             ScalaCheck 1.10.0.
>> >>   * Change: Scala artifact repository changed to
>> >>             http://oss.sonatype.org/content/repositories/releases
>> >>   * Added:  BUILDR-645 Support Mercurial as a version control system
>> (Tan
>> >> Quach)
>> >>   * Fixed:  BUILDR-646 TGZ files do not keep their permissions when
>> >> extracted
>> >>             via Buildr::Unzip#extract
>> >>   * Added:  Add add_exploded_ear_artifact and
>> >> add_exploded_ejb_artifact to the idea project extension.
>> >>   * Change: Default to using Checkstyle 5.5 in the checkstyle addon.
>> >>   * Fixed:  Fix the add_exploded_war_artifact method on the idea
>> >> project by adding in missing method
>> >>             `partition_dependencies`.
>> >>   * Fixed:  Fix the extension of the gwt plugin so that it can be
>> >> required as an addon.
>> >>   * Fixed:  Fix the undefined default_web_xml variable in the
>> >> add_web_facet method on the idea project.
>> >>
>> >> --
>> >> Cheers,
>> >>
>> >> Peter Donald
>> >>
>>
>>
>>
>> --
>> Cheers,
>>
>> Peter Donald
>>



-- 
Tammo van Lessen - http://www.taval.de

Re: [VOTE] Buildr 1.4.8 release

Posted by Alex Boisvert <al...@gmail.com>.
Confirmed fixed.  Tested on Linux (Ubuntu 12.04) and OSX 10.6 (Snow
Leopard).

+1 for release.

alex

On Sat, Oct 27, 2012 at 2:52 PM, Peter Donald <pe...@realityforge.org>wrote:

> Hi,
>
> Okay. Fixed and the fixed version has been re-uploaded to
> http://people.apache.org/~donaldp/buildr/1.4.8/dist/
>
> It turns out we follow different rules regarding the "verbose" flag
> than rake. (Essentially we treat it as a tri-state where unset means
> verbose buildr tasks but non verbose file tasks)
>
> On Sun, Oct 28, 2012 at 2:10 AM, Alex Boisvert <al...@gmail.com>
> wrote:
> > Hi Peter,
> >
> > There seems to be a minor issue with output... we're missing task output,
> > e.g.,
> >
> > $ buildr _1.4.7_ clean
> > (in /home/boisvert/tmp/buildr-example, development)
> > Cleaning buildr-example
> > Completed in 0.008s
> >
> > $ buildr _1.4.8_ clean
> > (in /home/boisvert/tmp/buildr-example, development)
> >
> > $
> >
> > On Sat, Oct 27, 2012 at 3:09 AM, Peter Donald <peter@realityforge.org
> >wrote:
> >
> >> We're voting on the source distributions available here:
> >> http://people.apache.org/~donaldp/buildr/1.4.8/dist/
> >>
> >> Specifically:
> >> http://people.apache.org/~donaldp/buildr/1.4.8/dist/buildr-1.4.8.tgz
> >> http://people.apache.org/~donaldp/buildr/1.4.8/dist/buildr-1.4.8.zip
> >>
> >> The documentation generated for this release is available here:
> >> http://people.apache.org/~donaldp/buildr/1.4.8/site/
> >> http://people.apache.org/~donaldp/buildr/1.4.8/site/buildr.pdf
> >>
> >> The following changes were made since 1.4.7:
> >>
> >>   * Change: Revert to importing non-verbose FileUtils utility methods
> >> to match buildr 1.4.6 release and earlier.
> >>   * Added:  Experimental support for jacoco code coverage tool.
> >>   * Fixed:  BUILDR-655 - Support JDK1.7 under OSX
> >>   * Change: Updated dependency versions;
> >>             - builder (3.1.3)
> >>             - highline (1.6.15)
> >>             - rubyforge (2.0.4)
> >>             - net-ssh (2.6.0)
> >>             - hoe (3.1.0)
> >>             - rjb (1.4.2)
> >>             - rdoc (3.12)
> >>             - xml-simple (1.1.1)
> >>             - rspec-expectations (2.11.3)
> >>             - rspec-mocks (2.11.3)
> >>             - rspec-core (2.11.1)
> >>             - rspec (2.11.0)
> >>             - rubyzip (0.9.9)
> >>   * Added:  BUILDR-652 Generate buildfile from Eclipse workspace.
> >> (Niklaus Giger)
> >>   * Fixed:  BUILDR-627 Support explicitly listed source files in
> >> buildr cc task. (Christopher Tiwald)
> >>   * Fixed:  BUILDR-606 Transitive artifact resolution should not
> >> include artifacts in 'provided' scope in poms to
> >>             match maven behaviour. (Julio Arias)
> >>   * Change: BUILDR-640 Enable building jekyll and rdoc under more
> >> rubies. (Niklaus Giger)
> >>   * Change: Mark Buildr:Bnd.remote_repository as deprecated as
> >> dependencies appear in maven central.
> >>   * Added:  BUILDR-654 Add the ability to configure the version of BND
> >> used by bnd addon. (Niklaus Giger)
> >>   * Added:  Create the git_auto_version addon that automatically
> >> specifies a version for a git project based
> >>             on git describe.
> >>   * Added:  Integrate with Zinc (incremental compilation wrapper for
> >> scalac 2.9+)
> >>   * Change: Default to Scala 2.9.2, ScalaTest 1.8, Scala Specs2 1.11,
> >>             ScalaCheck 1.10.0.
> >>   * Change: Scala artifact repository changed to
> >>             http://oss.sonatype.org/content/repositories/releases
> >>   * Added:  BUILDR-645 Support Mercurial as a version control system
> (Tan
> >> Quach)
> >>   * Fixed:  BUILDR-646 TGZ files do not keep their permissions when
> >> extracted
> >>             via Buildr::Unzip#extract
> >>   * Added:  Add add_exploded_ear_artifact and
> >> add_exploded_ejb_artifact to the idea project extension.
> >>   * Change: Default to using Checkstyle 5.5 in the checkstyle addon.
> >>   * Fixed:  Fix the add_exploded_war_artifact method on the idea
> >> project by adding in missing method
> >>             `partition_dependencies`.
> >>   * Fixed:  Fix the extension of the gwt plugin so that it can be
> >> required as an addon.
> >>   * Fixed:  Fix the undefined default_web_xml variable in the
> >> add_web_facet method on the idea project.
> >>
> >> --
> >> Cheers,
> >>
> >> Peter Donald
> >>
>
>
>
> --
> Cheers,
>
> Peter Donald
>

Re: [VOTE] Buildr 1.4.8 release

Posted by Peter Donald <pe...@realityforge.org>.
Hi,

Okay. Fixed and the fixed version has been re-uploaded to
http://people.apache.org/~donaldp/buildr/1.4.8/dist/

It turns out we follow different rules regarding the "verbose" flag
than rake. (Essentially we treat it as a tri-state where unset means
verbose buildr tasks but non verbose file tasks)

On Sun, Oct 28, 2012 at 2:10 AM, Alex Boisvert <al...@gmail.com> wrote:
> Hi Peter,
>
> There seems to be a minor issue with output... we're missing task output,
> e.g.,
>
> $ buildr _1.4.7_ clean
> (in /home/boisvert/tmp/buildr-example, development)
> Cleaning buildr-example
> Completed in 0.008s
>
> $ buildr _1.4.8_ clean
> (in /home/boisvert/tmp/buildr-example, development)
>
> $
>
> On Sat, Oct 27, 2012 at 3: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.8/dist/
>>
>> Specifically:
>> http://people.apache.org/~donaldp/buildr/1.4.8/dist/buildr-1.4.8.tgz
>> http://people.apache.org/~donaldp/buildr/1.4.8/dist/buildr-1.4.8.zip
>>
>> The documentation generated for this release is available here:
>> http://people.apache.org/~donaldp/buildr/1.4.8/site/
>> http://people.apache.org/~donaldp/buildr/1.4.8/site/buildr.pdf
>>
>> The following changes were made since 1.4.7:
>>
>>   * Change: Revert to importing non-verbose FileUtils utility methods
>> to match buildr 1.4.6 release and earlier.
>>   * Added:  Experimental support for jacoco code coverage tool.
>>   * Fixed:  BUILDR-655 - Support JDK1.7 under OSX
>>   * Change: Updated dependency versions;
>>             - builder (3.1.3)
>>             - highline (1.6.15)
>>             - rubyforge (2.0.4)
>>             - net-ssh (2.6.0)
>>             - hoe (3.1.0)
>>             - rjb (1.4.2)
>>             - rdoc (3.12)
>>             - xml-simple (1.1.1)
>>             - rspec-expectations (2.11.3)
>>             - rspec-mocks (2.11.3)
>>             - rspec-core (2.11.1)
>>             - rspec (2.11.0)
>>             - rubyzip (0.9.9)
>>   * Added:  BUILDR-652 Generate buildfile from Eclipse workspace.
>> (Niklaus Giger)
>>   * Fixed:  BUILDR-627 Support explicitly listed source files in
>> buildr cc task. (Christopher Tiwald)
>>   * Fixed:  BUILDR-606 Transitive artifact resolution should not
>> include artifacts in 'provided' scope in poms to
>>             match maven behaviour. (Julio Arias)
>>   * Change: BUILDR-640 Enable building jekyll and rdoc under more
>> rubies. (Niklaus Giger)
>>   * Change: Mark Buildr:Bnd.remote_repository as deprecated as
>> dependencies appear in maven central.
>>   * Added:  BUILDR-654 Add the ability to configure the version of BND
>> used by bnd addon. (Niklaus Giger)
>>   * Added:  Create the git_auto_version addon that automatically
>> specifies a version for a git project based
>>             on git describe.
>>   * Added:  Integrate with Zinc (incremental compilation wrapper for
>> scalac 2.9+)
>>   * Change: Default to Scala 2.9.2, ScalaTest 1.8, Scala Specs2 1.11,
>>             ScalaCheck 1.10.0.
>>   * Change: Scala artifact repository changed to
>>             http://oss.sonatype.org/content/repositories/releases
>>   * Added:  BUILDR-645 Support Mercurial as a version control system (Tan
>> Quach)
>>   * Fixed:  BUILDR-646 TGZ files do not keep their permissions when
>> extracted
>>             via Buildr::Unzip#extract
>>   * Added:  Add add_exploded_ear_artifact and
>> add_exploded_ejb_artifact to the idea project extension.
>>   * Change: Default to using Checkstyle 5.5 in the checkstyle addon.
>>   * Fixed:  Fix the add_exploded_war_artifact method on the idea
>> project by adding in missing method
>>             `partition_dependencies`.
>>   * Fixed:  Fix the extension of the gwt plugin so that it can be
>> required as an addon.
>>   * Fixed:  Fix the undefined default_web_xml variable in the
>> add_web_facet method on the idea project.
>>
>> --
>> Cheers,
>>
>> Peter Donald
>>



-- 
Cheers,

Peter Donald

Re: [VOTE] Buildr 1.4.8 release

Posted by Alex Boisvert <al...@gmail.com>.
Hi Peter,

There seems to be a minor issue with output... we're missing task output,
e.g.,

$ buildr _1.4.7_ clean
(in /home/boisvert/tmp/buildr-example, development)
Cleaning buildr-example
Completed in 0.008s

$ buildr _1.4.8_ clean
(in /home/boisvert/tmp/buildr-example, development)

$

On Sat, Oct 27, 2012 at 3: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.8/dist/
>
> Specifically:
> http://people.apache.org/~donaldp/buildr/1.4.8/dist/buildr-1.4.8.tgz
> http://people.apache.org/~donaldp/buildr/1.4.8/dist/buildr-1.4.8.zip
>
> The documentation generated for this release is available here:
> http://people.apache.org/~donaldp/buildr/1.4.8/site/
> http://people.apache.org/~donaldp/buildr/1.4.8/site/buildr.pdf
>
> The following changes were made since 1.4.7:
>
>   * Change: Revert to importing non-verbose FileUtils utility methods
> to match buildr 1.4.6 release and earlier.
>   * Added:  Experimental support for jacoco code coverage tool.
>   * Fixed:  BUILDR-655 - Support JDK1.7 under OSX
>   * Change: Updated dependency versions;
>             - builder (3.1.3)
>             - highline (1.6.15)
>             - rubyforge (2.0.4)
>             - net-ssh (2.6.0)
>             - hoe (3.1.0)
>             - rjb (1.4.2)
>             - rdoc (3.12)
>             - xml-simple (1.1.1)
>             - rspec-expectations (2.11.3)
>             - rspec-mocks (2.11.3)
>             - rspec-core (2.11.1)
>             - rspec (2.11.0)
>             - rubyzip (0.9.9)
>   * Added:  BUILDR-652 Generate buildfile from Eclipse workspace.
> (Niklaus Giger)
>   * Fixed:  BUILDR-627 Support explicitly listed source files in
> buildr cc task. (Christopher Tiwald)
>   * Fixed:  BUILDR-606 Transitive artifact resolution should not
> include artifacts in 'provided' scope in poms to
>             match maven behaviour. (Julio Arias)
>   * Change: BUILDR-640 Enable building jekyll and rdoc under more
> rubies. (Niklaus Giger)
>   * Change: Mark Buildr:Bnd.remote_repository as deprecated as
> dependencies appear in maven central.
>   * Added:  BUILDR-654 Add the ability to configure the version of BND
> used by bnd addon. (Niklaus Giger)
>   * Added:  Create the git_auto_version addon that automatically
> specifies a version for a git project based
>             on git describe.
>   * Added:  Integrate with Zinc (incremental compilation wrapper for
> scalac 2.9+)
>   * Change: Default to Scala 2.9.2, ScalaTest 1.8, Scala Specs2 1.11,
>             ScalaCheck 1.10.0.
>   * Change: Scala artifact repository changed to
>             http://oss.sonatype.org/content/repositories/releases
>   * Added:  BUILDR-645 Support Mercurial as a version control system (Tan
> Quach)
>   * Fixed:  BUILDR-646 TGZ files do not keep their permissions when
> extracted
>             via Buildr::Unzip#extract
>   * Added:  Add add_exploded_ear_artifact and
> add_exploded_ejb_artifact to the idea project extension.
>   * Change: Default to using Checkstyle 5.5 in the checkstyle addon.
>   * Fixed:  Fix the add_exploded_war_artifact method on the idea
> project by adding in missing method
>             `partition_dependencies`.
>   * Fixed:  Fix the extension of the gwt plugin so that it can be
> required as an addon.
>   * Fixed:  Fix the undefined default_web_xml variable in the
> add_web_facet method on the idea project.
>
> --
> Cheers,
>
> Peter Donald
>