Re: [math] Binary or text resource files?

2012-08-30 Thread Gilles Sadowski
Hello. > testing of special functions involves comparing actual values returned > by CM with expected values as computed with an arbitrary precision > software (I use Maxima [1] for this purpose). As I intend these tests > to be assesments of the overall accuracy of our implementations, the > numb

Re: [math] Re: Single root for Exceptions

2012-08-30 Thread Gilles Sadowski
On Wed, Aug 29, 2012 at 06:33:05PM -0700, Phil Steitz wrote: > On 8/29/12 3:04 PM, Gilles Sadowski wrote: > > Hello. > > > > To summarize: > > (1) Does anyone disagree with having all CM exceptions inherit > > from a new "MathRuntimeException" which itself will inherit > > from the stand

Re: [math] Binary or text resource files?

2012-08-30 Thread Sébastien Brisard
Hi Gilles, thanks for your answer. 2012/8/30 Gilles Sadowski : > Hello. > >> testing of special functions involves comparing actual values returned >> by CM with expected values as computed with an arbitrary precision >> software (I use Maxima [1] for this purpose). As I intend these tests >> to b

Re: [math] Re: Single root for Exceptions

2012-08-30 Thread Sébastien Brisard
Hi, 2012/8/30 Gilles Sadowski : > On Wed, Aug 29, 2012 at 06:33:05PM -0700, Phil Steitz wrote: >> On 8/29/12 3:04 PM, Gilles Sadowski wrote: >> > Hello. >> > >> > To summarize: >> > (1) Does anyone disagree with having all CM exceptions inherit >> > from a new "MathRuntimeException" which it

Re: [math] Re: Single root for Exceptions

2012-08-30 Thread Luc Maisonobe
Le 30/08/2012 05:08, Sébastien Brisard a écrit : > Hello, > > 2012/8/30 Gilles Sadowski : >> Hello. >> >> To summarize: >> (1) Does anyone disagree with having all CM exceptions inherit >> from a new "MathRuntimeException" which itself will inherit >> from the standard "RuntimeException

Re: [codec] Vacuous bit mask operation on integer value in UnixCrypt

2012-08-30 Thread Gary Gregory
Hi Christian, (pardon the brevity, on the phone) I do not have the privilege to grant access. There is a whole process for that. Yes, create JIRAs for patches. Don't know why git does that, sorry. Gary On Aug 29, 2012, at 20:00, Christian Hammers wrote: > Hello > > I did some more unit tests. C

Re: [math] Re: Single root for Exceptions

2012-08-30 Thread Gilles Sadowski
> > [...] > > > > Thus, shall I open a JIRA ticket with the tasks of completing the "throws" > > clauses of all CM methods? > > Does someone absolutely needs this task tobe completed before releasing 3.1? > > [I don't think that it's possible without a huge effort from everyone.] Ticket created:

[all] maven-changes-plugin failed to parse JIRA XML.

2012-08-30 Thread Gary Gregory
I've started to see this SAXParseException in [codec] trunk and other commons components. Ideas? [INFO] Generating "JIRA Report" report--- maven-changes-plugin:2.7.1 Aug 30, 2012 9:16:52 AM org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of l

Re: [all] maven-changes-plugin failed to parse JIRA XML.

2012-08-30 Thread sebb
On 30 August 2012 14:20, Gary Gregory wrote: > I've started to see this SAXParseException in [codec] trunk and other > commons components. Ideas? JIRA was upgraded recently, perhaps the plugin is not very resilient to XML formatting changes. Does the problem still occur with components that have

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Luc Maisonobe
Le 30/08/2012 15:52, Simone Tripodi a écrit : > Hi all guys, > > new Apache Maven Fluido Skin is gonna be released soon, I started > experimenting locally how the _main_ commons site would look alike if > the new skin would be applied (with some modifications): voilà[1] :) > > If you think that p

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Christian Grobmeier
On Thu, Aug 30, 2012 at 4:13 PM, Luc Maisonobe wrote: > Le 30/08/2012 15:52, Simone Tripodi a écrit : >> Hi all guys, >> >> new Apache Maven Fluido Skin is gonna be released soon, I started >> experimenting locally how the _main_ commons site would look alike if >> the new skin would be applied (w

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Simone Tripodi
Salut Luc, > These are good news. Would we be able with this setting to go to svnpubsub? yes they will work, skin and SCM publishing are unrelated stuff - Olivier Lamy, which is also commons committer, already did the job for Apache DirectMemory via a new mvn plugin called scm-publish, hopefully

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Gary Gregory
Well done Simo! I have a couple of issues though: - The main page should, like today, give you a table of the active (aka proper) components. - I find the slider gadget thingy disconcerting. I do not know that it will slide, I thought it was a bug and that the other components were missing (see a

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Benedikt Ritter
Hi Simo, great work, I really like the fluido skin and would like to see it go live for commons. One minor issue: does the releases section need to have a drop down although there is only one entry in the sub menu? IMHO the commons parent site does not need a releases section at all. The list dis

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Gary Gregory
On Thu, Aug 30, 2012 at 10:50 AM, Benedikt Ritter wrote: > Hi Simo, > > great work, I really like the fluido skin and would like to see it go > live for commons. > > One minor issue: does the releases section need to have a drop down > although there is only one entry in the sub menu? IMHO the com

Re: [math] Re: Single root for Exceptions

2012-08-30 Thread Phil Steitz
On Aug 30, 2012, at 4:56 AM, Gilles Sadowski wrote: >>> [...] >>> >>> Thus, shall I open a JIRA ticket with the tasks of completing the "throws" >>> clauses of all CM methods? >>> Does someone absolutely needs this task tobe completed before releasing 3.1? >>> [I don't think that it's possi

Re: [all] maven-changes-plugin failed to parse JIRA XML.

2012-08-30 Thread Gary Gregory
On Thu, Aug 30, 2012 at 10:58 AM, sebb wrote: > On 30 August 2012 15:28, Gary Gregory wrote: > > On Thu, Aug 30, 2012 at 9:37 AM, sebb wrote: > > > >> On 30 August 2012 14:20, Gary Gregory wrote: > >> > I've started to see this SAXParseException in [codec] trunk and other > >> > commons compon

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Benedikt Ritter
2012/8/30 Gary Gregory : > On Thu, Aug 30, 2012 at 10:50 AM, Benedikt Ritter wrote: > >> Hi Simo, >> >> great work, I really like the fluido skin and would like to see it go >> live for commons. >> >> One minor issue: does the releases section need to have a drop down >> although there is only one

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread sebb
On 30 August 2012 15:34, Gary Gregory wrote: > Well done Simo! > > I have a couple of issues though: > > - The main page should, like today, give you a table of the active (aka > proper) components. > - I find the slider gadget thingy disconcerting. I do not know that it will > slide, I thought it

Re: [all] maven-changes-plugin failed to parse JIRA XML.

2012-08-30 Thread sebb
On 30 August 2012 16:04, Gary Gregory wrote: > On Thu, Aug 30, 2012 at 10:58 AM, sebb wrote: > >> On 30 August 2012 15:28, Gary Gregory wrote: >> > On Thu, Aug 30, 2012 at 9:37 AM, sebb wrote: >> > >> >> On 30 August 2012 14:20, Gary Gregory wrote: >> >> > I've started to see this SAXParseExce

Re: [codec] MD5 impls

2012-08-30 Thread Gary Gregory
On Thu, Aug 30, 2012 at 11:53 AM, sebb wrote: > On 30 August 2012 16:51, Gary Gregory wrote: > > On Thu, Aug 30, 2012 at 11:41 AM, sebb wrote: > > > >> On 30 August 2012 16:01, Gary Gregory wrote: > >> > All, > >> > > >> > Do we want both the MD5 in org.apache.commons.codec.digest.Md5Crypt > a

Re: svn commit: r1378996 - in /commons/proper/codec/trunk/src: main/java/org/apache/commons/codec/ main/java/org/apache/commons/codec/language/ test/java/org/apache/commons/codec/ test/java/org/apache

2012-08-30 Thread sebb AT ASF
On 30 August 2012 16:50, wrote: > Author: sebb > Date: Thu Aug 30 15:50:01 2012 > New Revision: 1378996 > > URL: http://svn.apache.org/viewvc?rev=1378996&view=rev > Log: > Add SVN EOL setting Might fix the Checkstyle trailing EOL complaints? > Modified: > > commons/proper/codec/trunk/src/m

Re: svn commit: r1378996 - in /commons/proper/codec/trunk/src: main/java/org/apache/commons/codec/ main/java/org/apache/commons/codec/language/ test/java/org/apache/commons/codec/ test/java/org/apache

2012-08-30 Thread Gary Gregory
On Thu, Aug 30, 2012 at 12:36 PM, sebb AT ASF wrote: > On 30 August 2012 16:50, wrote: > > Author: sebb > > Date: Thu Aug 30 15:50:01 2012 > > New Revision: 1378996 > > > > URL: http://svn.apache.org/viewvc?rev=1378996&view=rev > > Log: > > Add SVN EOL setting > > Might fix the Checkstyle trail

Re: [codec] MD5 impls

2012-08-30 Thread Thomas Neidhart
On 08/30/2012 06:31 PM, Gary Gregory wrote: > On Thu, Aug 30, 2012 at 11:53 AM, sebb wrote: > >> On 30 August 2012 16:51, Gary Gregory wrote: >>> On Thu, Aug 30, 2012 at 11:41 AM, sebb wrote: >>> On 30 August 2012 16:01, Gary Gregory wrote: > All, > > Do we want both the MD5 i

Re: [math] Re: Single root for Exceptions

2012-08-30 Thread Thomas Neidhart
On 08/30/2012 12:41 PM, Luc Maisonobe wrote: > Le 30/08/2012 05:08, Sébastien Brisard a écrit : >> Hello, Hi, sorry, I did not participate much in the discussion. >> 2012/8/30 Gilles Sadowski : >>> Hello. >>> >>> To summarize: >>> (1) Does anyone disagree with having all CM exceptions inherit >

[codec] javadoc style

2012-08-30 Thread Thomas Neidhart
Hi, there are quite some differences on the javadoc style in the source files, e.g. the number of spaces before a @param description, whether there is an empty line between @param, @return and @throws. Any thoughts on that? I am willing to clean up but do not want to impose any personal preferenc

Re: [math] Binary or text resource files?

2012-08-30 Thread Ted Dunning
I, in contrast, am quite fond of this technique if there is a clear correlation between the test and the resource and if the resource is scoped to testing. On Thu, Aug 30, 2012 at 5:44 AM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > > This > > clutters the code, and I will move these

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Simone Tripodi
Hi all! >> - I find the slider gadget thingy disconcerting. I do not know that it will >> slide, I thought it was a bug and that the other components were missing >> (see above). Then, poof!, it does slide. I would not use it so prominently >> if at all. table restored, more work on the carousel

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Simone Tripodi
as a side note: I think we could upgrade also the commons logo itself starting from an svg the ASF made available[1], unfortunately I am not good with inkscape... :( best, -Simo [1] http://www.apache.org/foundation/press/kit/ http://people.apache.org/~simonetripodi/ http://simonetripodi.livejour

Re: [codec] javadoc style

2012-08-30 Thread Gary Gregory
On Thu, Aug 30, 2012 at 2:57 PM, Thomas Neidhart wrote: > Hi, > > there are quite some differences on the javadoc style in the source > files, e.g. the number of spaces before a @param description, whether > there is an empty line between @param, @return and @throws. > I like the default Eclipse

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Benedikt Ritter
2012/8/30 Simone Tripodi : > Hi all! > >>> - I find the slider gadget thingy disconcerting. I do not know that it will >>> slide, I thought it was a bug and that the other components were missing >>> (see above). Then, poof!, it does slide. I would not use it so prominently >>> if at all. > > table

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Gary Gregory
Step 1: Make "Welcome to the Apache Commons" half its current font size. G On Thu, Aug 30, 2012 at 4:24 PM, Benedikt Ritter wrote: > 2012/8/30 Simone Tripodi : > > Hi all! > > > >>> - I find the slider gadget thingy disconcerting. I do not know that it > will > >>> slide, I thought it was a bug

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread sebb
On 30 August 2012 20:33, Simone Tripodi wrote: > Hi all! > >>> - I find the slider gadget thingy disconcerting. I do not know that it will >>> slide, I thought it was a bug and that the other components were missing >>> (see above). Then, poof!, it does slide. I would not use it so prominently >>>

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Olivier Lamy
Hi, 2012/8/30 Simone Tripodi : > Salut Luc, > >> These are good news. Would we be able with this setting to go to svnpubsub? > > yes they will work, skin and SCM publishing are unrelated stuff - > Olivier Lamy, which is also commons committer, already did the job for > Apache DirectMemory via a ne

Re: [all] maven-changes-plugin failed to parse JIRA XML.

2012-08-30 Thread Dennis Lundberg
Hi You've stumbled upon http://jira.codehaus.org/browse/MCHANGES-285 due to the recent upgrade of the ASF JIRA instance. On 2012-08-30 15:20, Gary Gregory wrote: > I've started to see this SAXParseException in [codec] trunk and other > commons components. Ideas? > > [INFO] Generating "JIRA Repor

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Olivier Lamy
2012/8/30 Olivier Lamy : > Hi, > > 2012/8/30 Simone Tripodi : >> Salut Luc, >> >>> These are good news. Would we be able with this setting to go to svnpubsub? >> >> yes they will work, skin and SCM publishing are unrelated stuff - >> Olivier Lamy, which is also commons committer, already did the jo

Re: [math] Binary or text resource files?

2012-08-30 Thread Phil Steitz
On 8/29/12 8:22 PM, Sébastien Brisard wrote: > Hi, > testing of special functions involves comparing actual values returned > by CM with expected values as computed with an arbitrary precision > software (I use Maxima [1] for this purpose). As I intend these tests > to be assesments of the overall

Re: [codec] javadoc style

2012-08-30 Thread Christian Hammers
Am Thu, 30 Aug 2012 16:21:43 -0400 schrieb Gary Gregory : > On Thu, Aug 30, 2012 at 2:57 PM, Thomas Neidhart > wrote: > > > Hi, > > > > there are quite some differences on the javadoc style in the source > > files, e.g. the number of spaces before a @param description, > > whether there is an emp

Re: [codec] MD5 impls

2012-08-30 Thread Christian Hammers
Am Thu, 30 Aug 2012 19:58:54 +0200 schrieb Thomas Neidhart : > On 08/30/2012 06:31 PM, Gary Gregory wrote: > > On Thu, Aug 30, 2012 at 11:53 AM, sebb wrote: > > > >> On 30 August 2012 16:51, Gary Gregory > >> wrote: > >>> On Thu, Aug 30, 2012 at 11:41 AM, sebb wrote: > >>> > On 30 August

Re: [codec] javadoc style

2012-08-30 Thread Gary Gregory
On Aug 30, 2012, at 17:58, Christian Hammers wrote: > Am Thu, 30 Aug 2012 16:21:43 -0400 > schrieb Gary Gregory : > >> On Thu, Aug 30, 2012 at 2:57 PM, Thomas Neidhart >> wrote: >> >>> Hi, >>> >>> there are quite some differences on the javadoc style in the source >>> files, e.g. the number of sp

Re: [codec] javadoc style

2012-08-30 Thread Christian Hammers
Am Thu, 30 Aug 2012 18:05:50 -0400 schrieb Gary Gregory : > On Aug 30, 2012, at 17:58, Christian Hammers wrote: > > > Am Thu, 30 Aug 2012 16:21:43 -0400 > > schrieb Gary Gregory : > > > >> On Thu, Aug 30, 2012 at 2:57 PM, Thomas Neidhart > >> wrote: > >> > >>> Hi, > >>> > >>> there are quite som

Re: [codec] javadoc style

2012-08-30 Thread Gary Gregory
On Aug 30, 2012, at 18:22, Christian Hammers wrote: > Am Thu, 30 Aug 2012 18:05:50 -0400 > schrieb Gary Gregory : > >> On Aug 30, 2012, at 17:58, Christian Hammers wrote: >> >>> Am Thu, 30 Aug 2012 16:21:43 -0400 >>> schrieb Gary Gregory : >>> On Thu, Aug 30, 2012 at 2:57 PM, Thomas Neidhar

[GUMP@vmgump]: Project commons-dbcp (in module commons-dbcp-1.x) failed

2012-08-30 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-dbcp has an issue affecting its community integration. This issue

Re: [math] Re: Single root for Exceptions

2012-08-30 Thread Sébastien Brisard
Hello, [...] Thus, shall I open a JIRA ticket with the tasks of completing the "throws" clauses of all CM methods? Does someone absolutely needs this task tobe completed before releasing 3.1? [I don't think that it's possible without a huge effort from everyone.

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

2012-08-30 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-dbcp2 has an issue affecting its community integration. This issue

Re: [math] Binary or text resource files?

2012-08-30 Thread Sébastien Brisard
Hello, right, until we reach a consensus, I've inlined the reference data as double[][], trying to keep those arrays to a reasonable size. I really would like to provide publicly available extensive validation of all special functions we have (and will) implement. It seems to me very important. BOO

Re: [math] Binary or text resource files?

2012-08-30 Thread Sébastien Brisard
2012/8/30 Gilles Sadowski : > Hello. > >> testing of special functions involves comparing actual values returned >> by CM with expected values as computed with an arbitrary precision >> software (I use Maxima [1] for this purpose). As I intend these tests >> to be assesments of the overall accuracy

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

2012-08-30 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-digester3 has an issue affecting its community integration. This i

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

2012-08-30 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-chain2 has an issue affecting its community integration. This issu

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

2012-08-30 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

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

2012-08-30 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-dbutils has an issue affecting its community integration. This iss

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

2012-08-30 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-scxml-test has an issue affecting its community integration. This

Re: [site] yet another proposal on how to restyle the commons site

2012-08-30 Thread Simone Tripodi
>> I've uploaded a screenshot of that page taken with my mobile [1]. >> Doesn't look to well, anything you can do about that? :( > Step 1: Make "Welcome to the Apache Commons" half its current font size. yup, I have no more bullets in my gun that the one Gary suggested, I just re-uploaded the si