Re: [SITE] Updating to fluido

2013-10-29 Thread Benedikt Ritter
Hi, 2013/10/29 Bruno P. Kinoshita > Thanks Thomas! The commons-site-skin you created/adapted was very simple > to understand and modify :o) > > I looked at log4j2 website sources, and it looks like they have built > their Maven site on Twitter bootstrap, with their own velocity template and > ot

Re: [math] *nudge* Patch for MATH-814: Kendalls Tau Implementation

2013-10-29 Thread Phil Steitz
On 10/29/13 4:37 PM, Matt Adereth wrote: > I'm not impatient, just following the instructions from the developer guide > which says to nudge if a patch goes unnoticed for a few days... > > https://issues.apache.org/jira/browse/MATH-814 > > Thanks! > > -Matt Adereth > http://adereth.github.io > Than

[math] *nudge* Patch for MATH-814: Kendalls Tau Implementation

2013-10-29 Thread Matt Adereth
I'm not impatient, just following the instructions from the developer guide which says to nudge if a patch goes unnoticed for a few days... https://issues.apache.org/jira/browse/MATH-814 Thanks! -Matt Adereth http://adereth.github.io

Re: [SITE] Updating to fluido

2013-10-29 Thread Bruno P. Kinoshita
Thanks Thomas! The commons-site-skin you created/adapted was very simple to understand and modify :o) I looked at log4j2 website sources, and it looks like they have built their Maven site on Twitter bootstrap, with their own velocity template and other customization. Let me know if you need an

Re: [SITE] Updating to fluido

2013-10-29 Thread Thomas Neidhart
On 10/29/2013 08:40 PM, Bruno P. Kinoshita wrote: > Thanks @Gary! > > @Thomas, take a look at https://github.com/netomi/commons-skin-fluido/pull/1. > It > should fix the footer and sidebar width & external link icon. > > Let me know if that works. Hi Bruno, your changes look good, I have int

Re: [Math] Deprecate "pow(int, long)" and "pow(long,long)" in "ArithmeticUtils"

2013-10-29 Thread Gilles
On Tue, 29 Oct 2013 20:14:19 +0100, Luc Maisonobe wrote: Le 29/10/2013 15:00, Gilles a écrit : Hello. Hi Gilles, While working on MATH-1047, I wondered about the usefulness of those two methods. Excluding the trivial case (base=|1|), the result will overflow as soon as the exponent is large

JIRA project

2013-10-29 Thread Matt Benson
Do I need to submit a JIRA ticket to Infra to get a JIRA project for the [weaver] component? Matt

Re: [SITE] Updating to fluido

2013-10-29 Thread Bruno P. Kinoshita
Thanks @Gary! @Thomas, take a look at https://github.com/netomi/commons-skin-fluido/pull/1. It  should fix the footer and sidebar width & external link icon.  Let me know if that works. Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com > >

Re: [Math] Deprecate "pow(int, long)" and "pow(long,long)" in "ArithmeticUtils"

2013-10-29 Thread Luc Maisonobe
Le 29/10/2013 15:00, Gilles a écrit : > Hello. Hi Gilles, > > While working on MATH-1047, I wondered about the usefulness of those > two methods. Excluding the trivial case (base=|1|), the result will > overflow as soon as the exponent is larger than 31, when base=|2|, > and sooner the larger th

Re: svn commit: r1536490 - /commons/proper/lang/trunk/findbugs-exclude-filter.xml

2013-10-29 Thread sebb
Thanks! Yes, that's what I meant. On 29 October 2013 18:18, Benedikt Ritter wrote: > 2013/10/29 Benedikt Ritter > >> >> >> 2013/10/29 sebb >> >>> On 28 October 2013 19:14, wrote: >>> > Author: britter >>> > Date: Mon Oct 28 19:14:11 2013 >>> > New Revision: 1536490 >>> > >>> > URL: http://sv

Re: svn commit: r1536490 - /commons/proper/lang/trunk/findbugs-exclude-filter.xml

2013-10-29 Thread Benedikt Ritter
2013/10/29 Benedikt Ritter > > > 2013/10/29 sebb > >> On 28 October 2013 19:14, wrote: >> > Author: britter >> > Date: Mon Oct 28 19:14:11 2013 >> > New Revision: 1536490 >> > >> > URL: http://svn.apache.org/r1536490 >> > Log: >> > If using more than one method name, the method elements have t

[Math] Deprecate "pow(int, long)" and "pow(long,long)" in "ArithmeticUtils"

2013-10-29 Thread Gilles
Hello. While working on MATH-1047, I wondered about the usefulness of those two methods. Excluding the trivial case (base=|1|), the result will overflow as soon as the exponent is larger than 31, when base=|2|, and sooner the larger the base. Hence, the methods amount to syntactic sugar to spare

Re: svn commit: r1536490 - /commons/proper/lang/trunk/findbugs-exclude-filter.xml

2013-10-29 Thread Benedikt Ritter
2013/10/29 sebb > On 28 October 2013 19:14, wrote: > > Author: britter > > Date: Mon Oct 28 19:14:11 2013 > > New Revision: 1536490 > > > > URL: http://svn.apache.org/r1536490 > > Log: > > If using more than one method name, the method elements have to be > wrapped in an Or element > > > > Modi

Re: svn commit: r1536490 - /commons/proper/lang/trunk/findbugs-exclude-filter.xml

2013-10-29 Thread sebb
On 28 October 2013 19:14, wrote: > Author: britter > Date: Mon Oct 28 19:14:11 2013 > New Revision: 1536490 > > URL: http://svn.apache.org/r1536490 > Log: > If using more than one method name, the method elements have to be wrapped in > an Or element > > Modified: > commons/proper/lang/trunk