Re: [VOTE] Release math 2.2 based on RC3

2011-02-24 Thread sebb
On 25 February 2011 03:14, Phil Steitz wrote: > On 2/24/11 2:52 PM, Luc Maisonobe wrote: >> Le 24/02/2011 19:56, sebb a écrit : >>> On 24 February 2011 17:46, Luc Maisonobe wrote: Le 24/02/2011 18:31, sebb a écrit : > On 24 February 2011 17:26, Luc Maisonobe wrote: >> Le 24/02/2011

Re: [VOTE] Release math 2.2 based on RC3

2011-02-24 Thread Phil Steitz
On 2/24/11 2:52 PM, Luc Maisonobe wrote: > Le 24/02/2011 19:56, sebb a écrit : >> On 24 February 2011 17:46, Luc Maisonobe wrote: >>> Le 24/02/2011 18:31, sebb a écrit : On 24 February 2011 17:26, Luc Maisonobe wrote: > Le 24/02/2011 18:17, sebb a écrit : >> No, the patch does not wo

Re: [VOTE] Release math 2.2 based on RC3

2011-02-24 Thread Luc Maisonobe
Le 24/02/2011 19:56, sebb a écrit : > On 24 February 2011 17:46, Luc Maisonobe wrote: >> Le 24/02/2011 18:31, sebb a écrit : >>> On 24 February 2011 17:26, Luc Maisonobe wrote: Le 24/02/2011 18:17, sebb a écrit : > No, the patch does not work. > > However, the following code does

[CANCELLED] Re: [VOTE] Release math 2.2 based on RC3

2011-02-24 Thread Luc Maisonobe
Le 23/02/2011 12:21, Luc Maisonobe a écrit : > Tag: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC3/ > > Distributions: http://people.apache.org/~luc/math-2.2-RC3/ > > Maven artifacts: http://people.apache.org/~luc/math-2.2-RC3/maven/ > > Documentation bundled with the bina

Re: [VOTE] Release math 2.2 based on RC3

2011-02-24 Thread sebb
On 24 February 2011 17:31, sebb wrote: > On 24 February 2011 17:26, Luc Maisonobe wrote: >> Le 24/02/2011 18:17, sebb a écrit : >>> No, the patch does not work. >>> >>> However, the following code does seem to work for me on both 1.5 and 1.6 >>> >>>         if (ra == 0) { // Fix up the sign so at

Re: [VOTE] Release math 2.2 based on RC3

2011-02-24 Thread sebb
On 24 February 2011 17:26, Luc Maisonobe wrote: > Le 24/02/2011 18:17, sebb a écrit : >> No, the patch does not work. >> >> However, the following code does seem to work for me on both 1.5 and 1.6 >> >>         if (ra == 0) { // Fix up the sign so atan works correctly >>             ra = copySign(

Re: [VOTE] Release math 2.2 based on RC3

2011-02-24 Thread Luc Maisonobe
Le 24/02/2011 18:17, sebb a écrit : > No, the patch does not work. > > However, the following code does seem to work for me on both 1.5 and 1.6 > > if (ra == 0) { // Fix up the sign so atan works correctly > ra = copySign(0.0, y); > } > > i.e. always copy the sign of

Re: [VOTE] Release math 2.2 based on RC3

2011-02-24 Thread sebb
No, the patch does not work. However, the following code does seem to work for me on both 1.5 and 1.6 if (ra == 0) { // Fix up the sign so atan works correctly ra = copySign(0.0, y); } i.e. always copy the sign of y, not just when negative. > Please, could one of tho

Re: [VOTE] Release math 2.2 based on RC3

2011-02-24 Thread luc . maisonobe
Please, could one of those who see the bug check if the following patch fixes it or not ? Thanks Luc === --- src/main/java/org/apache/commons/math/util/FastMath.java(révision 1073250) +++ src/main/java/org/apache/commons/math/

Re: [VOTE] Release math 2.2 based on RC3

2011-02-24 Thread luc . maisonobe
- "Oliver Heger" a écrit : > Am 23.02.2011 21:08, schrieb Luc Maisonobe: > > Le 23/02/2011 20:35, Simone Tripodi a écrit : > >> I wonder if the cause of the fails on my runs could be an Apple's > JVM bug... > >> Any idea? > > > > I think Sebastian encountered this bug with Windows XP. > > >

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Oliver Heger
Am 23.02.2011 21:08, schrieb Luc Maisonobe: Le 23/02/2011 20:35, Simone Tripodi a écrit : I wonder if the cause of the fails on my runs could be an Apple's JVM bug... Any idea? I think Sebastian encountered this bug with Windows XP. Luc I see the same problem on Windows 7 and JDK 1.5: Resu

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Luc Maisonobe
Le 23/02/2011 20:35, Simone Tripodi a écrit : > I wonder if the cause of the fails on my runs could be an Apple's JVM bug... > Any idea? I think Sebastian encountered this bug with Windows XP. Luc > Simo > > http://people.apache.org/~simonetripodi/ > http://www.99soft.org/ > > > > On Wed, Fe

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Gary Gregory
I am not voting on this one, just fyi: I build OK with: Apache Maven 2.2.1 (r801777; 2009-08-06 15:16:01-0400) Java version: 1.6.0_23 Java home: C:\Program Files\Java\jdk1.6.0_23\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows vista" version: "6.0" arch: "amd64" Family: "win

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Simone Tripodi
I wonder if the cause of the fails on my runs could be an Apple's JVM bug... Any idea? Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Wed, Feb 23, 2011 at 7:03 PM, Jörg Schaible wrote: > Hi Luc, > > Luc Maisonobe wrote: > >> Tag: >> http://svn.apache.org/repos/asf/comm

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Jörg Schaible
Hi Luc, Luc Maisonobe wrote: > Tag: > http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC3/ > > Distributions: http://people.apache.org/~luc/math-2.2-RC3/ > > Maven artifacts: http://people.apache.org/~luc/math-2.2-RC3/maven/ > > Documentation bundled with the binary distribut

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Simone Tripodi
Hi again, I did another try (mvn2+java5) but got the same error :( Simo $ mvn -version Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.5.0_24 Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home Default locale: en_US, platform encoding: MacRoman OS name

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Luc Maisonobe
Le 23/02/2011 12:54, Mikkel Meyer Andersen a écrit : > Simone, > Apparently there is some problems with Maven 3. Please try Maven 2 > instead. To quote Luc from earlier: "I think I have read somewhere > that maven 3 have issues with the site plugin which was not ready for > production. Could you tr

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Mikkel Meyer Andersen
Simone, Apparently there is some problems with Maven 3. Please try Maven 2 instead. To quote Luc from earlier: "I think I have read somewhere that maven 3 have issues with the site plugin which was not ready for production. Could you try using maven2 ?". Cheers, Mikkel. 2011/2/23 Simone Tripodi :

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Simone Tripodi
Salut Luc, compiling it with mvn3+java5 I got the following test error, is this expected? Thanks in advance, a bientot, Simo $ mvn -version Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100) Java version: 1.5.0_24, vendor: Apple Inc. Java home: /System/Library/Frameworks/JavaVM.framework/Vers

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Luc Maisonobe
Le 23/02/2011 12:21, Luc Maisonobe a écrit : > Tag: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC3/ > > Distributions: http://people.apache.org/~luc/math-2.2-RC3/ > > Maven artifacts: http://people.apache.org/~luc/math-2.2-RC3/maven/ > > Documentation bundled with the bina

[VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Luc Maisonobe
Tag: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC3/ Distributions: http://people.apache.org/~luc/math-2.2-RC3/ Maven artifacts: http://people.apache.org/~luc/math-2.2-RC3/maven/ Documentation bundled with the binary distribution: http://people.apache.org/~luc/math-2.2-RC3