Re: [all] Commons Parent - detach src/bin artifacts?

2016-01-05 Thread sebb
On 5 January 2016 at 21:30, Luc Maisonobe wrote: > Le 05/01/2016 22:26, Emmanuel Bourg a écrit : >> Le 5/01/2016 21:42, Phil Steitz a écrit : >> >>> Can you add file specs at the end to specify the .asc.md5 and >>> other cruft >> >> I didn't see any .asc.md5 file when releasing JEXL, I guess this

Re: [all] Commons Parent - detach src/bin artifacts?

2016-01-05 Thread sebb
On 5 January 2016 at 20:42, Phil Steitz wrote: > On 1/5/16 1:24 PM, sebb wrote: >> On 5 January 2016 at 17:56, Phil Steitz wrote: >>> On 1/5/16 10:14 AM, sebb wrote: An alternative approach might be to leave the POM as is, and create a separate script to download the source/binary bundl

Re: [VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Emmanuel Bourg
Le 5/01/2016 17:42, Gary Gregory a écrit : > That's an issue I've seen with Java 8, should be OK with Java 7. I got the same issue with JEXL 3.0. I worked around it by downgrading the findbugs plugin to the version 3.0.0. Emmanuel Bourg -

Re: [all] Commons Parent - detach src/bin artifacts?

2016-01-05 Thread Luc Maisonobe
Le 05/01/2016 22:26, Emmanuel Bourg a écrit : > Le 5/01/2016 21:42, Phil Steitz a écrit : > >> Can you add file specs at the end to specify the .asc.md5 and >> other cruft > > I didn't see any .asc.md5 file when releasing JEXL, I guess this issue > has been solved now? I noticed the same thing w

Re: [all] Commons Parent - detach src/bin artifacts?

2016-01-05 Thread Emmanuel Bourg
Le 5/01/2016 21:42, Phil Steitz a écrit : > Can you add file specs at the end to specify the .asc.md5 and > other cruft I didn't see any .asc.md5 file when releasing JEXL, I guess this issue has been solved now? Emmanuel Bourg ---

Re: [all] Commons Parent - detach src/bin artifacts?

2016-01-05 Thread Phil Steitz
On 1/5/16 1:24 PM, sebb wrote: > On 5 January 2016 at 17:56, Phil Steitz wrote: >> On 1/5/16 10:14 AM, sebb wrote: >>> An alternative approach might be to leave the POM as is, and create a >>> separate script to download the source/binary bundles from Nexus to >>> the dist/dev area, and then delet

Re: [math] Java 8 RealVector Functional Design

2016-01-05 Thread Ole Ersoy
Hi, This is part 2 to the below. So initially I was thinking about having a Vector with map, reduce, etc. operations on it. The map function would handle the mapping of two vectors to a third (Actually just mapping one vector onto another). The reduce function would reduce either the vector

[RESULT][VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Luc Maisonobe
Le 02/01/2016 21:15, Luc Maisonobe a écrit : > This is a [VOTE] for releasing Apache Commons Math 3.6 from release > candidate 2. This vote has PASSED, with the following votes: +1: - Phil Steitz (binding) - Thomas Neidhart - Gilles Sadowski (binding) - Luc Maisonobe (binding) and no o

Re: [all] Commons Parent - detach src/bin artifacts?

2016-01-05 Thread sebb
On 5 January 2016 at 17:56, Phil Steitz wrote: > On 1/5/16 10:14 AM, sebb wrote: >> An alternative approach might be to leave the POM as is, and create a >> separate script to download the source/binary bundles from Nexus to >> the dist/dev area, and then delete them from Nexus. > > Seems roundabo

Re: [VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Luc Maisonobe
Le 05/01/2016 19:59, Gilles a écrit : > On Sat, 2 Jan 2016 21:15:32 +0100, Luc Maisonobe wrote: >> This is a [VOTE] for releasing Apache Commons Math 3.6 from release >> candidate 2. >> >> Tag name: >> MATH_3_6_RC2 (signature can be checked from git using 'git tag -v') >> >> Tag URL: >> >> >>

Re: [VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Luc Maisonobe
Le 05/01/2016 19:58, Gilles a écrit : > On Tue, 5 Jan 2016 17:48:59 +0100, Luc Maisonobe wrote: >> Le 05/01/2016 17:42, Gary Gregory a écrit : >>> On Tue, Jan 5, 2016 at 7:51 AM, Gilles >>> wrote: >>> Hi Luc. On Tue, 5 Jan 2016 09:44:09 +0100, Luc Maisonobe wrote: > Hi all,

Re: [VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Gilles
On Sat, 2 Jan 2016 21:15:32 +0100, Luc Maisonobe wrote: This is a [VOTE] for releasing Apache Commons Math 3.6 from release candidate 2. Tag name: MATH_3_6_RC2 (signature can be checked from git using 'git tag -v') Tag URL:

Re: [VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Gilles
On Tue, 5 Jan 2016 17:48:59 +0100, Luc Maisonobe wrote: Le 05/01/2016 17:42, Gary Gregory a écrit : On Tue, Jan 5, 2016 at 7:51 AM, Gilles wrote: Hi Luc. On Tue, 5 Jan 2016 09:44:09 +0100, Luc Maisonobe wrote: Hi all, Please remind this vote will close in less than 12 hours. Only 2 votes

Re: [all] Commons Parent - detach src/bin artifacts?

2016-01-05 Thread Emmanuel Bourg
Le 5/01/2016 18:56, Phil Steitz a écrit : > That could probably be scripted in maven somehow, like it is rigged > for the site build. I'm experimenting with this idea currently. I use the antrun plugin to create a target/dist.apache.org directory with the bin/src archives and the release notes re

Re: [all] Commons Parent - detach src/bin artifacts?

2016-01-05 Thread Phil Steitz
On 1/5/16 10:14 AM, sebb wrote: > An alternative approach might be to leave the POM as is, and create a > separate script to download the source/binary bundles from Nexus to > the dist/dev area, and then delete them from Nexus. Seems roundabout to me. As RM, I prefer to just commit artifacts that

Re: [all] Commons Parent - detach src/bin artifacts?

2016-01-05 Thread sebb
An alternative approach might be to leave the POM as is, and create a separate script to download the source/binary bundles from Nexus to the dist/dev area, and then delete them from Nexus. On 22 December 2015 at 08:39, Pascal Schumacher wrote: > Thanks for the explanation and sorry for the noise

Re: [VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Luc Maisonobe
Le 05/01/2016 17:07, Thomas Neidhart a écrit : > On 01/02/2016 09:15 PM, Luc Maisonobe wrote: >> This is a [VOTE] for releasing Apache Commons Math 3.6 from release >> candidate 2. >> >> Tag name: >> MATH_3_6_RC2 (signature can be checked from git using 'git tag -v') >> >> Tag URL: >> >>

Re: [RESULT][VOTE] Release JEXL 3.0 based on RC2

2016-01-05 Thread sebb
On 21 December 2015 at 22:53, Emmanuel Bourg wrote: > The following votes were received: > > +1 > Matt Benson > Oliver Heger > Henri Biestro (emeritus) > Emmanuel Bourg > > +0 > Jörg Schaible > > -0 > Gary Gregory > > Henri went emeritus in 2012 but he is still active since he drove the > JEXL 3.0

Re: [VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Luc Maisonobe
Le 05/01/2016 17:42, Gary Gregory a écrit : > On Tue, Jan 5, 2016 at 7:51 AM, Gilles wrote: > >> Hi Luc. >> >> On Tue, 5 Jan 2016 09:44:09 +0100, Luc Maisonobe wrote: >> >>> Hi all, >>> >>> Please remind this vote will close in less than 12 hours. >>> Only 2 votes have been cast by now, we need a

Re: [VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Phil Steitz
On 1/5/16 9:42 AM, Gary Gregory wrote: > On Tue, Jan 5, 2016 at 7:51 AM, Gilles wrote: > >> Hi Luc. >> >> On Tue, 5 Jan 2016 09:44:09 +0100, Luc Maisonobe wrote: >> >>> Hi all, >>> >>> Please remind this vote will close in less than 12 hours. >>> Only 2 votes have been cast by now, we need at leas

Re: [VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Gary Gregory
On Tue, Jan 5, 2016 at 7:51 AM, Gilles wrote: > Hi Luc. > > On Tue, 5 Jan 2016 09:44:09 +0100, Luc Maisonobe wrote: > >> Hi all, >> >> Please remind this vote will close in less than 12 hours. >> Only 2 votes have been cast by now, we need at least 3 >> from PMC members for this to succeed. >> >

[math] Java 8 RealVector Functional Design

2016-01-05 Thread Ole Ersoy
Hi, I'm attempting a more minimalistic array vector design and just thought I'd float a partial API to see what you think. The below methods are both 'mapToSelf' by default. If the user wants a new vector, she should first clone the vector and then call the map method (vector.clone().map(...

Re: [VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Thomas Neidhart
On 01/02/2016 09:15 PM, Luc Maisonobe wrote: > This is a [VOTE] for releasing Apache Commons Math 3.6 from release > candidate 2. > > Tag name: > MATH_3_6_RC2 (signature can be checked from git using 'git tag -v') > > Tag URL: > >

Re: [VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Gilles
Hi Luc. On Tue, 5 Jan 2016 09:44:09 +0100, Luc Maisonobe wrote: Hi all, Please remind this vote will close in less than 12 hours. Only 2 votes have been cast by now, we need at least 3 from PMC members for this to succeed. [After cloning to a clean directory and "git checkout MATH_3_6_RC2".]

Re: [VOTE][RC2] Release Commons Math 3.6

2016-01-05 Thread Luc Maisonobe
Hi all, Please remind this vote will close in less than 12 hours. Only 2 votes have been cast by now, we need at least 3 from PMC members for this to succeed. best regards, Luc Le 02/01/2016 21:15, Luc Maisonobe a écrit : > This is a [VOTE] for releasing Apache Commons Math 3.6 from release > ca