You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@buildr.apache.org by Antoine Toulme <an...@toulme.name> on 2017/09/24 22:03:02 UTC

[VOTE] Buildr 1.5.4 release

We're voting on the source distributions available here:
https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/

Specifically:
https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/buildr-1.5.4.tgz
https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/buildr-1.5.4.zip

The documentation generated for this release is available here:
https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/
https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/buildr.pdf

The following changes were made since 1.5.3:

  * Added: BUILDR-732 - Support bnd version 2.1.0 or more. Submitted By Eric Bruneton.
  * Added: Support to compiling Kotlin
  * Fixed: Remove section on development builds in the Contributing section.
  * Added: New way to concatenate file contents when merging several archives together.
  * Added: New way to transform file contents when merging several archives together.
  * Fixed: Removed .class files from being checked in.
  * Added: Support both Jetty 6 and Jetty 9 as addons. Added integration tests to cover their use.

Re: [VOTE] Buildr 1.5.4 release -- CANCELED

Posted by Peter Donald <pe...@realityforge.org>.
Great.

I just pushed a couple of fixes for bugs/unintended features that we have
noticed in the meantime ;)

On Sun, Nov 19, 2017 at 7:19 PM, Antoine Toulme <an...@toulme.name> wrote:

> Allright, sorry for taking my sweet time on this.
>
> I’ll get a new RC rolling over Thanksgiving.
>
> Cheers,
>
> Antoine
>
> > On Sep 27, 2017, at 9:26 PM, Antoine Toulme <an...@toulme.name> wrote:
> >
> > I’ll look and restart a vote then. Thanks!
> >
> >> On Sep 27, 2017, at 9:16 PM, Peter Donald <pe...@realityforge.org>
> wrote:
> >>
> >> Actually looked like an easy fix so I committed it to master.
> >>
> >> On Thu, Sep 28, 2017 at 1:48 PM, Peter Donald <pe...@realityforge.org>
> >> wrote:
> >>
> >>> Actually I have just found a bug. I am not sure if this is a
> regression or
> >>> an existing bug. I will have a look at it later tonight, if you could
> hold
> >>> off releasing a little longer I can explore what the issue is.
> >>>
> >>> Largely it is if we define a package and a classifier of same package
> that
> >>> is not :javadoc or :sources, the pom generated seems to be attached to
> the
> >>> last artifact rather than the one with no classifier. Should be easy
> to fix.
> >>>
> >>> FWIW a reproduction would be something like
> >>>
> >>> package(:jar)
> >>> package(:jar, :classifier => :gwt)
> >>>
> >>> will produce a pom named "myartifact-2.0-gwt.pom" rather than
> >>> "myartifact-2.0.pom"
> >>>
> >>>
> >>> On Tue, Sep 26, 2017 at 8:19 AM, Peter Donald <pe...@realityforge.org>
> >>> wrote:
> >>>
> >>>> +1
> >>>>
> >>>>
> >>>> Ran the MRI variant through all our ci builds
> >>>>
> >>>> On Mon, Sep 25, 2017 at 8:06 AM, Alex Boisvert <
> alex.boisvert@gmail.com>
> >>>> wrote:
> >>>>
> >>>>> +1 (not tested)
> >>>>>
> >>>>> On Sep 24, 2017 3:02 PM, "Antoine Toulme" <an...@toulme.name>
> wrote:
> >>>>>
> >>>>>> +1
> >>>>>>
> >>>>>>> On Sep 24, 2017, at 3:03 PM, Antoine Toulme <an...@toulme.name>
> >>>>> wrote:
> >>>>>>>
> >>>>>>> We're voting on the source distributions available here:
> >>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
> >>>>>>>
> >>>>>>> Specifically:
> >>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
> >>>>>> buildr-1.5.4.tgz
> >>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
> >>>>>> buildr-1.5.4.zip
> >>>>>>>
> >>>>>>> The documentation generated for this release is available here:
> >>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/
> >>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/
> buildr.pdf
> >>>>>>>
> >>>>>>> The following changes were made since 1.5.3:
> >>>>>>>
> >>>>>>> * Added: BUILDR-732 - Support bnd version 2.1.0 or more. Submitted
> >>>>> By
> >>>>>> Eric Bruneton.
> >>>>>>> * Added: Support to compiling Kotlin
> >>>>>>> * Fixed: Remove section on development builds in the Contributing
> >>>>>> section.
> >>>>>>> * Added: New way to concatenate file contents when merging several
> >>>>>> archives together.
> >>>>>>> * Added: New way to transform file contents when merging several
> >>>>>> archives together.
> >>>>>>> * Fixed: Removed .class files from being checked in.
> >>>>>>> * Added: Support both Jetty 6 and Jetty 9 as addons. Added
> >>>>> integration
> >>>>>> tests to cover their use.
> >>>>>>
> >>>>>>
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Cheers,
> >>>>
> >>>> Peter Donald
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> Cheers,
> >>>
> >>> Peter Donald
> >>>
> >>
> >>
> >>
> >> --
> >> Cheers,
> >>
> >> Peter Donald
> >
>
>


-- 
Cheers,

Peter Donald

Re: [VOTE] Buildr 1.5.4 release -- CANCELED

Posted by Antoine Toulme <an...@toulme.name>.
Allright, sorry for taking my sweet time on this.

I’ll get a new RC rolling over Thanksgiving.

Cheers,

Antoine

> On Sep 27, 2017, at 9:26 PM, Antoine Toulme <an...@toulme.name> wrote:
> 
> I’ll look and restart a vote then. Thanks!
> 
>> On Sep 27, 2017, at 9:16 PM, Peter Donald <pe...@realityforge.org> wrote:
>> 
>> Actually looked like an easy fix so I committed it to master.
>> 
>> On Thu, Sep 28, 2017 at 1:48 PM, Peter Donald <pe...@realityforge.org>
>> wrote:
>> 
>>> Actually I have just found a bug. I am not sure if this is a regression or
>>> an existing bug. I will have a look at it later tonight, if you could hold
>>> off releasing a little longer I can explore what the issue is.
>>> 
>>> Largely it is if we define a package and a classifier of same package that
>>> is not :javadoc or :sources, the pom generated seems to be attached to the
>>> last artifact rather than the one with no classifier. Should be easy to fix.
>>> 
>>> FWIW a reproduction would be something like
>>> 
>>> package(:jar)
>>> package(:jar, :classifier => :gwt)
>>> 
>>> will produce a pom named "myartifact-2.0-gwt.pom" rather than
>>> "myartifact-2.0.pom"
>>> 
>>> 
>>> On Tue, Sep 26, 2017 at 8:19 AM, Peter Donald <pe...@realityforge.org>
>>> wrote:
>>> 
>>>> +1
>>>> 
>>>> 
>>>> Ran the MRI variant through all our ci builds
>>>> 
>>>> On Mon, Sep 25, 2017 at 8:06 AM, Alex Boisvert <al...@gmail.com>
>>>> wrote:
>>>> 
>>>>> +1 (not tested)
>>>>> 
>>>>> On Sep 24, 2017 3:02 PM, "Antoine Toulme" <an...@toulme.name> wrote:
>>>>> 
>>>>>> +1
>>>>>> 
>>>>>>> On Sep 24, 2017, at 3:03 PM, Antoine Toulme <an...@toulme.name>
>>>>> wrote:
>>>>>>> 
>>>>>>> We're voting on the source distributions available here:
>>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
>>>>>>> 
>>>>>>> Specifically:
>>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
>>>>>> buildr-1.5.4.tgz
>>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
>>>>>> buildr-1.5.4.zip
>>>>>>> 
>>>>>>> The documentation generated for this release is available here:
>>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/
>>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/buildr.pdf
>>>>>>> 
>>>>>>> The following changes were made since 1.5.3:
>>>>>>> 
>>>>>>> * Added: BUILDR-732 - Support bnd version 2.1.0 or more. Submitted
>>>>> By
>>>>>> Eric Bruneton.
>>>>>>> * Added: Support to compiling Kotlin
>>>>>>> * Fixed: Remove section on development builds in the Contributing
>>>>>> section.
>>>>>>> * Added: New way to concatenate file contents when merging several
>>>>>> archives together.
>>>>>>> * Added: New way to transform file contents when merging several
>>>>>> archives together.
>>>>>>> * Fixed: Removed .class files from being checked in.
>>>>>>> * Added: Support both Jetty 6 and Jetty 9 as addons. Added
>>>>> integration
>>>>>> tests to cover their use.
>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>>> 
>>>> 
>>>> --
>>>> Cheers,
>>>> 
>>>> Peter Donald
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> Cheers,
>>> 
>>> Peter Donald
>>> 
>> 
>> 
>> 
>> --
>> Cheers,
>> 
>> Peter Donald
> 


Re: [VOTE] Buildr 1.5.4 release -- CANCELED

Posted by Antoine Toulme <an...@toulme.name>.
I’ll look and restart a vote then. Thanks!

> On Sep 27, 2017, at 9:16 PM, Peter Donald <pe...@realityforge.org> wrote:
> 
> Actually looked like an easy fix so I committed it to master.
> 
> On Thu, Sep 28, 2017 at 1:48 PM, Peter Donald <pe...@realityforge.org>
> wrote:
> 
>> Actually I have just found a bug. I am not sure if this is a regression or
>> an existing bug. I will have a look at it later tonight, if you could hold
>> off releasing a little longer I can explore what the issue is.
>> 
>> Largely it is if we define a package and a classifier of same package that
>> is not :javadoc or :sources, the pom generated seems to be attached to the
>> last artifact rather than the one with no classifier. Should be easy to fix.
>> 
>> FWIW a reproduction would be something like
>> 
>> package(:jar)
>> package(:jar, :classifier => :gwt)
>> 
>> will produce a pom named "myartifact-2.0-gwt.pom" rather than
>> "myartifact-2.0.pom"
>> 
>> 
>> On Tue, Sep 26, 2017 at 8:19 AM, Peter Donald <pe...@realityforge.org>
>> wrote:
>> 
>>> +1
>>> 
>>> 
>>> Ran the MRI variant through all our ci builds
>>> 
>>> On Mon, Sep 25, 2017 at 8:06 AM, Alex Boisvert <al...@gmail.com>
>>> wrote:
>>> 
>>>> +1 (not tested)
>>>> 
>>>> On Sep 24, 2017 3:02 PM, "Antoine Toulme" <an...@toulme.name> wrote:
>>>> 
>>>>> +1
>>>>> 
>>>>>> On Sep 24, 2017, at 3:03 PM, Antoine Toulme <an...@toulme.name>
>>>> wrote:
>>>>>> 
>>>>>> We're voting on the source distributions available here:
>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
>>>>>> 
>>>>>> Specifically:
>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
>>>>> buildr-1.5.4.tgz
>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
>>>>> buildr-1.5.4.zip
>>>>>> 
>>>>>> The documentation generated for this release is available here:
>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/
>>>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/buildr.pdf
>>>>>> 
>>>>>> The following changes were made since 1.5.3:
>>>>>> 
>>>>>> * Added: BUILDR-732 - Support bnd version 2.1.0 or more. Submitted
>>>> By
>>>>> Eric Bruneton.
>>>>>> * Added: Support to compiling Kotlin
>>>>>> * Fixed: Remove section on development builds in the Contributing
>>>>> section.
>>>>>> * Added: New way to concatenate file contents when merging several
>>>>> archives together.
>>>>>> * Added: New way to transform file contents when merging several
>>>>> archives together.
>>>>>> * Fixed: Removed .class files from being checked in.
>>>>>> * Added: Support both Jetty 6 and Jetty 9 as addons. Added
>>>> integration
>>>>> tests to cover their use.
>>>>> 
>>>>> 
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> Cheers,
>>> 
>>> Peter Donald
>>> 
>> 
>> 
>> 
>> --
>> Cheers,
>> 
>> Peter Donald
>> 
> 
> 
> 
> --
> Cheers,
> 
> Peter Donald


Re: [VOTE] Buildr 1.5.4 release

Posted by Peter Donald <pe...@realityforge.org>.
Actually looked like an easy fix so I committed it to master.

On Thu, Sep 28, 2017 at 1:48 PM, Peter Donald <pe...@realityforge.org>
wrote:

> Actually I have just found a bug. I am not sure if this is a regression or
> an existing bug. I will have a look at it later tonight, if you could hold
> off releasing a little longer I can explore what the issue is.
>
> Largely it is if we define a package and a classifier of same package that
> is not :javadoc or :sources, the pom generated seems to be attached to the
> last artifact rather than the one with no classifier. Should be easy to fix.
>
> FWIW a reproduction would be something like
>
> package(:jar)
> package(:jar, :classifier => :gwt)
>
> will produce a pom named "myartifact-2.0-gwt.pom" rather than
> "myartifact-2.0.pom"
>
>
> On Tue, Sep 26, 2017 at 8:19 AM, Peter Donald <pe...@realityforge.org>
> wrote:
>
>> +1
>>
>>
>> Ran the MRI variant through all our ci builds
>>
>> On Mon, Sep 25, 2017 at 8:06 AM, Alex Boisvert <al...@gmail.com>
>> wrote:
>>
>>> +1 (not tested)
>>>
>>> On Sep 24, 2017 3:02 PM, "Antoine Toulme" <an...@toulme.name> wrote:
>>>
>>> > +1
>>> >
>>> > > On Sep 24, 2017, at 3:03 PM, Antoine Toulme <an...@toulme.name>
>>> wrote:
>>> > >
>>> > > We're voting on the source distributions available here:
>>> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
>>> > >
>>> > > Specifically:
>>> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
>>> > buildr-1.5.4.tgz
>>> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
>>> > buildr-1.5.4.zip
>>> > >
>>> > > The documentation generated for this release is available here:
>>> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/
>>> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/buildr.pdf
>>> > >
>>> > > The following changes were made since 1.5.3:
>>> > >
>>> > >  * Added: BUILDR-732 - Support bnd version 2.1.0 or more. Submitted
>>> By
>>> > Eric Bruneton.
>>> > >  * Added: Support to compiling Kotlin
>>> > >  * Fixed: Remove section on development builds in the Contributing
>>> > section.
>>> > >  * Added: New way to concatenate file contents when merging several
>>> > archives together.
>>> > >  * Added: New way to transform file contents when merging several
>>> > archives together.
>>> > >  * Fixed: Removed .class files from being checked in.
>>> > >  * Added: Support both Jetty 6 and Jetty 9 as addons. Added
>>> integration
>>> > tests to cover their use.
>>> >
>>> >
>>>
>>
>>
>>
>> --
>> Cheers,
>>
>> Peter Donald
>>
>
>
>
> --
> Cheers,
>
> Peter Donald
>



-- 
Cheers,

Peter Donald

Re: [VOTE] Buildr 1.5.4 release

Posted by Peter Donald <pe...@realityforge.org>.
Actually I have just found a bug. I am not sure if this is a regression or
an existing bug. I will have a look at it later tonight, if you could hold
off releasing a little longer I can explore what the issue is.

Largely it is if we define a package and a classifier of same package that
is not :javadoc or :sources, the pom generated seems to be attached to the
last artifact rather than the one with no classifier. Should be easy to fix.

FWIW a reproduction would be something like

package(:jar)
package(:jar, :classifier => :gwt)

will produce a pom named "myartifact-2.0-gwt.pom" rather than
"myartifact-2.0.pom"


On Tue, Sep 26, 2017 at 8:19 AM, Peter Donald <pe...@realityforge.org>
wrote:

> +1
>
>
> Ran the MRI variant through all our ci builds
>
> On Mon, Sep 25, 2017 at 8:06 AM, Alex Boisvert <al...@gmail.com>
> wrote:
>
>> +1 (not tested)
>>
>> On Sep 24, 2017 3:02 PM, "Antoine Toulme" <an...@toulme.name> wrote:
>>
>> > +1
>> >
>> > > On Sep 24, 2017, at 3:03 PM, Antoine Toulme <an...@toulme.name>
>> wrote:
>> > >
>> > > We're voting on the source distributions available here:
>> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
>> > >
>> > > Specifically:
>> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
>> > buildr-1.5.4.tgz
>> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
>> > buildr-1.5.4.zip
>> > >
>> > > The documentation generated for this release is available here:
>> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/
>> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/buildr.pdf
>> > >
>> > > The following changes were made since 1.5.3:
>> > >
>> > >  * Added: BUILDR-732 - Support bnd version 2.1.0 or more. Submitted By
>> > Eric Bruneton.
>> > >  * Added: Support to compiling Kotlin
>> > >  * Fixed: Remove section on development builds in the Contributing
>> > section.
>> > >  * Added: New way to concatenate file contents when merging several
>> > archives together.
>> > >  * Added: New way to transform file contents when merging several
>> > archives together.
>> > >  * Fixed: Removed .class files from being checked in.
>> > >  * Added: Support both Jetty 6 and Jetty 9 as addons. Added
>> integration
>> > tests to cover their use.
>> >
>> >
>>
>
>
>
> --
> Cheers,
>
> Peter Donald
>



-- 
Cheers,

Peter Donald

Re: [VOTE] Buildr 1.5.4 release

Posted by Peter Donald <pe...@realityforge.org>.
+1


Ran the MRI variant through all our ci builds

On Mon, Sep 25, 2017 at 8:06 AM, Alex Boisvert <al...@gmail.com>
wrote:

> +1 (not tested)
>
> On Sep 24, 2017 3:02 PM, "Antoine Toulme" <an...@toulme.name> wrote:
>
> > +1
> >
> > > On Sep 24, 2017, at 3:03 PM, Antoine Toulme <an...@toulme.name>
> wrote:
> > >
> > > We're voting on the source distributions available here:
> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
> > >
> > > Specifically:
> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
> > buildr-1.5.4.tgz
> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
> > buildr-1.5.4.zip
> > >
> > > The documentation generated for this release is available here:
> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/
> > > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/buildr.pdf
> > >
> > > The following changes were made since 1.5.3:
> > >
> > >  * Added: BUILDR-732 - Support bnd version 2.1.0 or more. Submitted By
> > Eric Bruneton.
> > >  * Added: Support to compiling Kotlin
> > >  * Fixed: Remove section on development builds in the Contributing
> > section.
> > >  * Added: New way to concatenate file contents when merging several
> > archives together.
> > >  * Added: New way to transform file contents when merging several
> > archives together.
> > >  * Fixed: Removed .class files from being checked in.
> > >  * Added: Support both Jetty 6 and Jetty 9 as addons. Added integration
> > tests to cover their use.
> >
> >
>



-- 
Cheers,

Peter Donald

Re: [VOTE] Buildr 1.5.4 release

Posted by Alex Boisvert <al...@gmail.com>.
+1 (not tested)

On Sep 24, 2017 3:02 PM, "Antoine Toulme" <an...@toulme.name> wrote:

> +1
>
> > On Sep 24, 2017, at 3:03 PM, Antoine Toulme <an...@toulme.name> wrote:
> >
> > We're voting on the source distributions available here:
> > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
> >
> > Specifically:
> > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
> buildr-1.5.4.tgz
> > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
> buildr-1.5.4.zip
> >
> > The documentation generated for this release is available here:
> > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/
> > https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/buildr.pdf
> >
> > The following changes were made since 1.5.3:
> >
> >  * Added: BUILDR-732 - Support bnd version 2.1.0 or more. Submitted By
> Eric Bruneton.
> >  * Added: Support to compiling Kotlin
> >  * Fixed: Remove section on development builds in the Contributing
> section.
> >  * Added: New way to concatenate file contents when merging several
> archives together.
> >  * Added: New way to transform file contents when merging several
> archives together.
> >  * Fixed: Removed .class files from being checked in.
> >  * Added: Support both Jetty 6 and Jetty 9 as addons. Added integration
> tests to cover their use.
>
>

Re: [VOTE] Buildr 1.5.4 release

Posted by Antoine Toulme <an...@toulme.name>.
+1

> On Sep 24, 2017, at 3:03 PM, Antoine Toulme <an...@toulme.name> wrote:
> 
> We're voting on the source distributions available here:
> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/
> 
> Specifically:
> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/buildr-1.5.4.tgz
> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/dist/buildr-1.5.4.zip
> 
> The documentation generated for this release is available here:
> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/
> https://dist.apache.org/repos/dist/dev/buildr/1.5.4/site/buildr.pdf
> 
> The following changes were made since 1.5.3:
> 
>  * Added: BUILDR-732 - Support bnd version 2.1.0 or more. Submitted By Eric Bruneton.
>  * Added: Support to compiling Kotlin
>  * Fixed: Remove section on development builds in the Contributing section.
>  * Added: New way to concatenate file contents when merging several archives together.
>  * Added: New way to transform file contents when merging several archives together.
>  * Fixed: Removed .class files from being checked in.
>  * Added: Support both Jetty 6 and Jetty 9 as addons. Added integration tests to cover their use.