You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gilles Sadowski <gi...@harfang.homelinux.org> on 2012/03/04 20:22:59 UTC

[VOTE] Release Commons Math 3.0 (RC3)

Hi.

Please have a look at RC3. Thanks.


Tag:
  https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/

Site:
  http://people.apache.org/builds/commons/math/3.0/RC3/

Binaries:
  https://repository.apache.org/content/repositories/orgapachecommons-052/org/apache/commons/commons-math3/3.0/

[ ] +1 Release it.
[ ] +0 Go ahead; I don't care.
[ ] -0 There are a few minor glitches: ...
[ ] -1 No, do not release it because ...

This vote will close in 72 hours (2012-3-7 19:15 GMT).


Best regards,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Luc Maisonobe <Lu...@free.fr>.
Le 04/03/2012 20:22, Gilles Sadowski a écrit :
> Hi.
> 
> Please have a look at RC3. Thanks.
> 
> 
> Tag:
>   https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/
> 
> Site:
>   http://people.apache.org/builds/commons/math/3.0/RC3/
> 
> Binaries:
>   https://repository.apache.org/content/repositories/orgapachecommons-052/org/apache/commons/commons-math3/3.0/
> 
> [X] +1 Release it.

Good job, thank you for your efforts Gilles.

I have looked at the findbugs errors. Some are related to BOBYQA which
is explicitly stated as experimental in the release notes with some code
paths untested. The other ones are related to encoding but have been
there for years (older findbugs did not detect them). So both can be
considered acceptable for this release.

Luc

> [ ] +0 Go ahead; I don't care.
> [ ] -0 There are a few minor glitches: ...
> [ ] -1 No, do not release it because ...
> 
> This vote will close in 72 hours (2012-3-7 19:15 GMT).
> 
> 
> Best regards,
> Gilles
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by James Carman <ja...@carmanconsulting.com>.
On Mon, Mar 5, 2012 at 8:20 AM, Gary Gregory <ga...@gmail.com> wrote:
>
> You can say -DskipTests but I do not know of a way to skip Cobertura only.
> It's the trade off of getting this report, Maven runs the test again under
> Cobertura. I use Eclipse to run all the tests in a given project and use
> Maven when I want to see all of the reports.
>

Cobertura shouldn't be part of your "working" build.  Usually that's
only turned on in a CI environment or when you specifically enable a
plugin.  I use coverage in my IDE, but I don't turn it on in Maven by
default.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Mar 5, 2012 at 2:57 AM, Sébastien Brisard <sebastien.brisard@m4x.org
> wrote:

> Hi,
>
> >> How about adding a test coverage report (Cobertura) like a lot of other
> >> components do?
> >
> > There was one a long time ago. It was suppressed when we had concerns
> > about some GPL scripts used in the generated HTML reports. The concerns
> > have been solved later on but we failed to bring the reports back.
> >
> > It would be nice. Would this only mean adding a plugin in the pom ?
> >
> There is indeed a plugin which is developed independently from the
> main Cobertura project [1]. However, my experience is that Cobertura
> considerably slows down the unit tests, which might be a problem for
> us, as some of our tests can be quite involved numerically. While I
> would love to see a Cobertura report on CM3, I would also like to have
> a kind of -DskipCobertura flag. Does anyone know about this feature?
>

You can say -DskipTests but I do not know of a way to skip Cobertura only.
It's the trade off of getting this report, Maven runs the test again under
Cobertura. I use Eclipse to run all the tests in a given project and use
Maven when I want to see all of the reports.

Gary


> Best regards,
> Sébastien
>
> [1] mojo.codehaus.org/cobertura-maven-plugin/index.html
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Mar 5, 2012 at 12:28 PM, Gilles Sadowski <
gilles@harfang.homelinux.org> wrote:

> On Mon, Mar 05, 2012 at 04:40:52PM +0100, Emmanuel Bourg wrote:
> > Le 05/03/2012 08:57, Sébastien Brisard a écrit :
> >
> > >There is indeed a plugin which is developed independently from the
> > >main Cobertura project [1]. However, my experience is that Cobertura
> > >considerably slows down the unit tests, which might be a problem for
> > >us, as some of our tests can be quite involved numerically. While I
> > >would love to see a Cobertura report on CM3, I would also like to have
> > >a kind of -DskipCobertura flag. Does anyone know about this feature?
> >
> > Cobertura runs only during the "mvn site" phase, so it will not slow
> > down your usual "mvn test" operations.
>
> In fact, it would be nice to have an easy way ("-Dsomething=on|off", or
> some such) to run only a given report generator. [That would be useful when
> one is correcting the problems discovered by a particular code checker.]
>

It's on the wish list with patches:

http://jira.codehaus.org/browse/MNG-3321

Gary


>
>
> Regards,
> Gilles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Gilles Sadowski <gi...@harfang.homelinux.org>.
On Mon, Mar 05, 2012 at 04:40:52PM +0100, Emmanuel Bourg wrote:
> Le 05/03/2012 08:57, Sébastien Brisard a écrit :
> 
> >There is indeed a plugin which is developed independently from the
> >main Cobertura project [1]. However, my experience is that Cobertura
> >considerably slows down the unit tests, which might be a problem for
> >us, as some of our tests can be quite involved numerically. While I
> >would love to see a Cobertura report on CM3, I would also like to have
> >a kind of -DskipCobertura flag. Does anyone know about this feature?
> 
> Cobertura runs only during the "mvn site" phase, so it will not slow
> down your usual "mvn test" operations.

In fact, it would be nice to have an easy way ("-Dsomething=on|off", or
some such) to run only a given report generator. [That would be useful when
one is correcting the problems discovered by a particular code checker.]


Regards,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Emmanuel Bourg <eb...@apache.org>.
Le 05/03/2012 08:57, Sébastien Brisard a écrit :

> There is indeed a plugin which is developed independently from the
> main Cobertura project [1]. However, my experience is that Cobertura
> considerably slows down the unit tests, which might be a problem for
> us, as some of our tests can be quite involved numerically. While I
> would love to see a Cobertura report on CM3, I would also like to have
> a kind of -DskipCobertura flag. Does anyone know about this feature?

Cobertura runs only during the "mvn site" phase, so it will not slow 
down your usual "mvn test" operations.

Emmanuel Bourg


Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Sébastien Brisard <se...@m4x.org>.
Hi,

>> How about adding a test coverage report (Cobertura) like a lot of other
>> components do?
>
> There was one a long time ago. It was suppressed when we had concerns
> about some GPL scripts used in the generated HTML reports. The concerns
> have been solved later on but we failed to bring the reports back.
>
> It would be nice. Would this only mean adding a plugin in the pom ?
>
There is indeed a plugin which is developed independently from the
main Cobertura project [1]. However, my experience is that Cobertura
considerably slows down the unit tests, which might be a problem for
us, as some of our tests can be quite involved numerically. While I
would love to see a Cobertura report on CM3, I would also like to have
a kind of -DskipCobertura flag. Does anyone know about this feature?
Best regards,
Sébastien

[1] mojo.codehaus.org/cobertura-maven-plugin/index.html


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Luc Maisonobe <Lu...@free.fr>.
Hi Gary,

Le 05/03/2012 06:06, Gary Gregory a écrit :
> How about adding a test coverage report (Cobertura) like a lot of other
> components do?

There was one a long time ago. It was suppressed when we had concerns
about some GPL scripts used in the generated HTML reports. The concerns
have been solved later on but we failed to bring the reports back.

It would be nice. Would this only mean adding a plugin in the pom ?

Luc

> 
> Gary
> 
> On Sun, Mar 4, 2012 at 8:27 PM, Gary Gregory <ga...@gmail.com> wrote:
> 
>> On Sun, Mar 4, 2012 at 8:07 PM, sebb <se...@gmail.com> wrote:
>>
>>> On 4 March 2012 19:22, Gilles Sadowski <gi...@harfang.homelinux.org>
>>> wrote:
>>>> Hi.
>>>>
>>>> Please have a look at RC3. Thanks.
>>>>
>>>>
>>>> Tag:
>>>>
>>> https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/
>>>
>>> Which is Revision: 1296853
>>>
>>>> Site:
>>>>  http://people.apache.org/builds/commons/math/3.0/RC3/
>>>>
>>>> Binaries:
>>>>
>>> https://repository.apache.org/content/repositories/orgapachecommons-052/org/apache/commons/commons-math3/3.0/
>>>>
>>>> [ ] +1 Release it.
>>>> [ ] +0 Go ahead; I don't care.
>>>> [ ] -0 There are a few minor glitches: ...
>>>> [X] -1 No, do not release it because ...
>>>
>>> The code was not built from the tag.
>>>
>>> Implementation-Build: trunk@r1296822; 2012-03-04 19:43:05+0100
>>>
>>> Please ensure that the build is done from a fresh checkout of the tag.
>>>
>>
>> Yes, this is a critical step. Where in the Wiki should we mention this?
>> http://wiki.apache.org/commons/UsingNexus
>>
>> Gary
>>
>>>
>>>> This vote will close in 72 hours (2012-3-7 19:15 GMT).
>>>>
>>>>
>>>> Best regards,
>>>> Gilles
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Gary Gregory <ga...@gmail.com>.
How about adding a test coverage report (Cobertura) like a lot of other
components do?

Gary

On Sun, Mar 4, 2012 at 8:27 PM, Gary Gregory <ga...@gmail.com> wrote:

> On Sun, Mar 4, 2012 at 8:07 PM, sebb <se...@gmail.com> wrote:
>
>> On 4 March 2012 19:22, Gilles Sadowski <gi...@harfang.homelinux.org>
>> wrote:
>> > Hi.
>> >
>> > Please have a look at RC3. Thanks.
>> >
>> >
>> > Tag:
>> >
>> https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/
>>
>> Which is Revision: 1296853
>>
>> > Site:
>> >  http://people.apache.org/builds/commons/math/3.0/RC3/
>> >
>> > Binaries:
>> >
>> https://repository.apache.org/content/repositories/orgapachecommons-052/org/apache/commons/commons-math3/3.0/
>> >
>> > [ ] +1 Release it.
>> > [ ] +0 Go ahead; I don't care.
>> > [ ] -0 There are a few minor glitches: ...
>> > [X] -1 No, do not release it because ...
>>
>> The code was not built from the tag.
>>
>> Implementation-Build: trunk@r1296822; 2012-03-04 19:43:05+0100
>>
>> Please ensure that the build is done from a fresh checkout of the tag.
>>
>
> Yes, this is a critical step. Where in the Wiki should we mention this?
> http://wiki.apache.org/commons/UsingNexus
>
> Gary
>
>>
>> > This vote will close in 72 hours (2012-3-7 19:15 GMT).
>> >
>> >
>> > Best regards,
>> > Gilles
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> > For additional commands, e-mail: dev-help@commons.apache.org
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Gary Gregory <ga...@gmail.com>.
How about adding a test coverage report (Cobertura) like a lot of other
components do?

Gary

On Sun, Mar 4, 2012 at 8:27 PM, Gary Gregory <ga...@gmail.com> wrote:

> On Sun, Mar 4, 2012 at 8:07 PM, sebb <se...@gmail.com> wrote:
>
>> On 4 March 2012 19:22, Gilles Sadowski <gi...@harfang.homelinux.org>
>> wrote:
>> > Hi.
>> >
>> > Please have a look at RC3. Thanks.
>> >
>> >
>> > Tag:
>> >
>> https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/
>>
>> Which is Revision: 1296853
>>
>> > Site:
>> >  http://people.apache.org/builds/commons/math/3.0/RC3/
>> >
>> > Binaries:
>> >
>> https://repository.apache.org/content/repositories/orgapachecommons-052/org/apache/commons/commons-math3/3.0/
>> >
>> > [ ] +1 Release it.
>> > [ ] +0 Go ahead; I don't care.
>> > [ ] -0 There are a few minor glitches: ...
>> > [X] -1 No, do not release it because ...
>>
>> The code was not built from the tag.
>>
>> Implementation-Build: trunk@r1296822; 2012-03-04 19:43:05+0100
>>
>> Please ensure that the build is done from a fresh checkout of the tag.
>>
>
> Yes, this is a critical step. Where in the Wiki should we mention this?
> http://wiki.apache.org/commons/UsingNexus
>
> Gary
>
>>
>> > This vote will close in 72 hours (2012-3-7 19:15 GMT).
>> >
>> >
>> > Best regards,
>> > Gilles
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> > For additional commands, e-mail: dev-help@commons.apache.org
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Gary Gregory <ga...@gmail.com>.
On Sun, Mar 4, 2012 at 8:07 PM, sebb <se...@gmail.com> wrote:

> On 4 March 2012 19:22, Gilles Sadowski <gi...@harfang.homelinux.org>
> wrote:
> > Hi.
> >
> > Please have a look at RC3. Thanks.
> >
> >
> > Tag:
> >  https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/
>
> Which is Revision: 1296853
>
> > Site:
> >  http://people.apache.org/builds/commons/math/3.0/RC3/
> >
> > Binaries:
> >
> https://repository.apache.org/content/repositories/orgapachecommons-052/org/apache/commons/commons-math3/3.0/
> >
> > [ ] +1 Release it.
> > [ ] +0 Go ahead; I don't care.
> > [ ] -0 There are a few minor glitches: ...
> > [X] -1 No, do not release it because ...
>
> The code was not built from the tag.
>
> Implementation-Build: trunk@r1296822; 2012-03-04 19:43:05+0100
>
> Please ensure that the build is done from a fresh checkout of the tag.
>

Yes, this is a critical step. Where in the Wiki should we mention this?
http://wiki.apache.org/commons/UsingNexus

Gary

>
> > This vote will close in 72 hours (2012-3-7 19:15 GMT).
> >
> >
> > Best regards,
> > Gilles
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Gary Gregory <ga...@gmail.com>.
On Sun, Mar 4, 2012 at 8:07 PM, sebb <se...@gmail.com> wrote:

> On 4 March 2012 19:22, Gilles Sadowski <gi...@harfang.homelinux.org>
> wrote:
> > Hi.
> >
> > Please have a look at RC3. Thanks.
> >
> >
> > Tag:
> >  https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/
>
> Which is Revision: 1296853
>
> > Site:
> >  http://people.apache.org/builds/commons/math/3.0/RC3/
> >
> > Binaries:
> >
> https://repository.apache.org/content/repositories/orgapachecommons-052/org/apache/commons/commons-math3/3.0/
> >
> > [ ] +1 Release it.
> > [ ] +0 Go ahead; I don't care.
> > [ ] -0 There are a few minor glitches: ...
> > [X] -1 No, do not release it because ...
>
> The code was not built from the tag.
>
> Implementation-Build: trunk@r1296822; 2012-03-04 19:43:05+0100
>
> Please ensure that the build is done from a fresh checkout of the tag.
>

Yes, this is a critical step. Where in the Wiki should we mention this?
http://wiki.apache.org/commons/UsingNexus

Gary

>
> > This vote will close in 72 hours (2012-3-7 19:15 GMT).
> >
> >
> > Best regards,
> > Gilles
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

[CANCEL][VOTE] Release Commons Math 3.0 (RC3)

Posted by Gilles Sadowski <gi...@harfang.homelinux.org>.
Vote cancelled (see reason below).
New artifacts are available (cf. call to a new vote).

On Mon, Mar 05, 2012 at 01:07:46AM +0000, sebb wrote:
> On 4 March 2012 19:22, Gilles Sadowski <gi...@harfang.homelinux.org> wrote:
> > Hi.
> >
> > Please have a look at RC3. Thanks.
> >
> >
> > Tag:
> >  https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/
> 
> Which is Revision: 1296853
> 
> > Site:
> >  http://people.apache.org/builds/commons/math/3.0/RC3/
> >
> > Binaries:
> >  https://repository.apache.org/content/repositories/orgapachecommons-052/org/apache/commons/commons-math3/3.0/
> >
> > [ ] +1 Release it.
> > [ ] +0 Go ahead; I don't care.
> > [ ] -0 There are a few minor glitches: ...
> > [X] -1 No, do not release it because ...
> 
> The code was not built from the tag.
> 
> Implementation-Build: trunk@r1296822; 2012-03-04 19:43:05+0100
> 
> Please ensure that the build is done from a fresh checkout of the tag.
> 
> > This vote will close in 72 hours (2012-3-7 19:15 GMT).
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by sebb <se...@gmail.com>.
On 4 March 2012 19:22, Gilles Sadowski <gi...@harfang.homelinux.org> wrote:
> Hi.
>
> Please have a look at RC3. Thanks.
>
>
> Tag:
>  https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/

Which is Revision: 1296853

> Site:
>  http://people.apache.org/builds/commons/math/3.0/RC3/
>
> Binaries:
>  https://repository.apache.org/content/repositories/orgapachecommons-052/org/apache/commons/commons-math3/3.0/
>
> [ ] +1 Release it.
> [ ] +0 Go ahead; I don't care.
> [ ] -0 There are a few minor glitches: ...
> [X] -1 No, do not release it because ...

The code was not built from the tag.

Implementation-Build: trunk@r1296822; 2012-03-04 19:43:05+0100

Please ensure that the build is done from a fresh checkout of the tag.

> This vote will close in 72 hours (2012-3-7 19:15 GMT).
>
>
> Best regards,
> Gilles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Gilles Sadowski <gi...@harfang.homelinux.org>.
On Sun, Mar 04, 2012 at 08:06:08PM -0500, Gary Gregory wrote:
> Sorry for the nitpicking, but the RAT report still shows missing Apache
> headers:
> 
> - src/test/R/KolmogorovSmirnovDistributionTestCases.R
> - css files
> 
> I've taken the liberty to fix those in SVN.

Thanks.

> 
> There are low-hanging fruits that should be fixed IMO as reported by PMD:
> 
> - No need to import a type that lives in the same package (just ugly)

Agreed, but hardly a bug or a blocking issue. Don't hesitate to help fixing
those whenever you can.
In Commons Math, we seem to be "CheckStyle"-centric... From now on I'll
pay attention to PMD too.

> - Avoid unnecessary return statements (really ugly, some of these are
> "return;" as the last statement in methods)

Thanks for noticing.
I certainly agree that this code should not have made into Commons Math...

And IMHO, it is there because of the reluctance of some people to have an
explicit set of coding style rules. [This suggestion has been put forward
several times, by at least two persons, but was met with skepticism as to
its usefulness.]

> [...]

Best regards,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by Gary Gregory <ga...@gmail.com>.
Sorry for the nitpicking, but the RAT report still shows missing Apache
headers:

- src/test/R/KolmogorovSmirnovDistributionTestCases.R
- css files

I've taken the liberty to fix those in SVN.

There are low-hanging fruits that should be fixed IMO as reported by PMD:

- No need to import a type that lives in the same package (just ugly)
- Avoid unnecessary return statements (really ugly, some of these are
"return;" as the last statement in methods)

I'm not going to VOTE here as I am not a [math] developer or heavy enough
user, even though I do use it at work.

Gary

On Sun, Mar 4, 2012 at 2:22 PM, Gilles Sadowski <
gilles@harfang.homelinux.org> wrote:
>
> Hi.
>
> Please have a look at RC3. Thanks.
>
>
> Tag:
>  https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/
>
> Site:
>  http://people.apache.org/builds/commons/math/3.0/RC3/
>
> Binaries:
>
https://repository.apache.org/content/repositories/orgapachecommons-052/org/apache/commons/commons-math3/3.0/
>
> [ ] +1 Release it.
> [ ] +0 Go ahead; I don't care.
> [ ] -0 There are a few minor glitches: ...
> [ ] -1 No, do not release it because ...
>
> This vote will close in 72 hours (2012-3-7 19:15 GMT).
>
>
> Best regards,
> Gilles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>



--
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: http://bit.ly/ECvg0
Spring Batch in Action: http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Commons Math 3.0 (RC3)

Posted by sebb <se...@gmail.com>.
On 4 March 2012 19:22, Gilles Sadowski <gi...@harfang.homelinux.org> wrote:
> Hi.
>
> Please have a look at RC3. Thanks.
>
>
> Tag:
>  https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC3/

Which is Revision: 1296853

> Site:
>  http://people.apache.org/builds/commons/math/3.0/RC3/
>
> Binaries:
>  https://repository.apache.org/content/repositories/orgapachecommons-052/org/apache/commons/commons-math3/3.0/
>
> [ ] +1 Release it.
> [ ] +0 Go ahead; I don't care.
> [ ] -0 There are a few minor glitches: ...
> [X] -1 No, do not release it because ...

The code was not built from the tag.

Implementation-Build: trunk@r1296822; 2012-03-04 19:43:05+0100

Please ensure that the build is done from a fresh checkout of the tag.

> This vote will close in 72 hours (2012-3-7 19:15 GMT).
>
>
> Best regards,
> Gilles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org