[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-11-16 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

Re: [GUMP@vmgump]: Project commons-vfs2-test (in module apache-commons) failed

2011-11-16 Thread Gary Gregory
Looks like the Gump build is fixed! Thank you Stefan! Gary On Wed, Nov 16, 2011 at 7:07 AM, Gary Gregory wrote: > On Nov 16, 2011, at 3:08, Stefan Bodewig wrote: > > > On 2011-11-15, Stefan Bodewig wrote: > > > >> Before you invest more time into this let me try to build VFS2 on vmgump > >> bu

[GUMP@vmgump]: Project commons-exec-test (in module apache-commons) failed

2011-11-16 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-exec-test has an issue affecting its community integration. This i

Re: [Math] x + h - x != h

2011-11-16 Thread Ted Dunning
On Wed, Nov 16, 2011 at 8:19 AM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > On Wed, Nov 16, 2011 at 07:52:27AM -0800, Ted Dunning wrote: > > The JVM is likely to in-line dummy, realize it does nothing and then > > coalesce your other code. > > > > It isn't any wonder that this produc

Re: svn commit: r1202746 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java

2011-11-16 Thread Luc Maisonobe
Le 16/11/2011 17:32, Gilles Sadowski a écrit : > Hi. Hi Gilles, > >> Author: erans >> Date: Wed Nov 16 15:45:21 2011 >> New Revision: 1202746 >> >> URL: http://svn.apache.org/viewvc?rev=1202746&view=rev >> Log: >> Character encoding. >> >> Modified: >> >> commons/proper/math/trunk/src/main/

Re: svn commit: r1202746 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java

2011-11-16 Thread Konstantin Kolinko
2011/11/16 Gilles Sadowski : > Hi. > >> Author: erans >> Date: Wed Nov 16 15:45:21 2011 >> New Revision: 1202746 >> >> URL: http://svn.apache.org/viewvc?rev=1202746&view=rev >> Log: >> Character encoding. >> >> Modified: >>     >> commons/proper/math/trunk/src/main/java/org/apache/commons/math/ran

Re: svn commit: r1202746 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java

2011-11-16 Thread Gilles Sadowski
Hi. > Author: erans > Date: Wed Nov 16 15:45:21 2011 > New Revision: 1202746 > > URL: http://svn.apache.org/viewvc?rev=1202746&view=rev > Log: > Character encoding. > > Modified: > > commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java > > Modif

Re: [Math] x + h - x != h

2011-11-16 Thread Gilles Sadowski
On Wed, Nov 16, 2011 at 07:52:27AM -0800, Ted Dunning wrote: > The JVM is likely to in-line dummy, realize it does nothing and then > coalesce your other code. > > It isn't any wonder that this produces the same results. I'm not sure I understand what you mean: Does "coalesce" means that x + de

Re: [Math] x + h - x != h

2011-11-16 Thread Ted Dunning
The JVM is likely to in-line dummy, realize it does nothing and then coalesce your other code. It isn't any wonder that this produces the same results. On Wed, Nov 16, 2011 at 5:28 AM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Besides > x + delta - x > being strange-looking and r

Re: [LANG] should download page link to 2.6?

2011-11-16 Thread Gary Gregory
On Wed, Nov 16, 2011 at 10:02 AM, sebb wrote: > Turns out to be quite tricky to do. > > commons:download-page uses commons.componentid=lang3 to name the > dowload page and also to name the archives. > > This can be overridden for the 2.6 release by defining > commons-lang-${commons.release.2.vers

Re: [LANG] should download page link to 2.6?

2011-11-16 Thread sebb
Turns out to be quite tricky to do. commons:download-page uses commons.componentid=lang3 to name the dowload page and also to name the archives. This can be overridden for the 2.6 release by defining commons-lang-${commons.release.2.version} The generated download page name can be changed by run

[GUMP@vmgump]: Project commons-exec-test (in module apache-commons) failed

2011-11-16 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-exec-test has an issue affecting its community integration. This i

[Math] x + h - x != h

2011-11-16 Thread Gilles Sadowski
Hi. As per an advice in a well-known book (that one should not cite): In order to compute a numerical approximation to the derivative: f'(x) ~ [ f(x + h) - f(x) ] / h the "h" should be a number representable in the set of floating point numbers being used (e.g. "double"). It seems that a code

[LANG] should download page link to 2.6?

2011-11-16 Thread sebb
I think the LANG download page should probably still link to the latest 2.x version. It's still on the mirrors, so it's just a question of updating the download page. OK? - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.

Re: [GUMP@vmgump]: Project commons-vfs2-test (in module apache-commons) failed

2011-11-16 Thread Gary Gregory
On Nov 16, 2011, at 3:08, Stefan Bodewig wrote: > On 2011-11-15, Stefan Bodewig wrote: > >> Before you invest more time into this let me try to build VFS2 on vmgump >> but outside of Gump so we can differentiate between issues caused by the >> environment and Gump-specific reasons. > > All tests

Re: [GUMP@vmgump]: Project commons-vfs2-test (in module apache-commons) failed

2011-11-16 Thread Stefan Bodewig
On 2011-11-15, Stefan Bodewig wrote: > Before you invest more time into this let me try to build VFS2 on vmgump > but outside of Gump so we can differentiate between issues caused by the > environment and Gump-specific reasons. All tests pass when I build VFS2 outside of Gump. So it had to be on