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

2012-10-03 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-proxy-test (in module apache-commons) failed

2012-10-03 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-chain2 (in module apache-commons) failed

2012-10-03 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-digester3 (in module apache-commons) failed

2012-10-03 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-exec-test (in module apache-commons) failed

2012-10-03 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] About the API of the optimizers

2012-10-03 Thread Gilles Sadowski
Hello. This issue https://issues.apache.org/jira/browse/MATH-872 is about a workaround similar to one already existing for "SimplexOptimizer", i.e. having a specific method (setter) to set data that cannot be passed through the common API ("optimize" method) and should not be specified at constr

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

2012-10-03 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

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

2012-10-03 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: svn commit: r1391258 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java

2012-10-03 Thread Gary Gregory
I like the enum idea too. G On Wed, Oct 3, 2012 at 2:12 PM, Duncan Jones wrote: > On 3 October 2012 18:24, Jörg Schaible wrote: > > Matt Benson wrote: > > > >> Urgh; I find these method names rather painful. Why wouldn't we > >> simply provide endianness and bit ordering as enums, and paramet

Re: svn commit: r1393690 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder: ./ ConfigurationBuilder.java

2012-10-03 Thread Matt Benson
On Wed, Oct 3, 2012 at 2:54 PM, Oliver Heger wrote: > Hi Matt, > > Am 03.10.2012 21:25, schrieb Matt Benson: > >> If [configuration] depends on [lang] already, presumably this new >> version should depend on [lang] 3.x instead; in which case why not use >> its Builder interface? > > > Yes, we are

Re: svn commit: r1393690 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder: ./ ConfigurationBuilder.java

2012-10-03 Thread Oliver Heger
Hi Matt, Am 03.10.2012 21:25, schrieb Matt Benson: If [configuration] depends on [lang] already, presumably this new version should depend on [lang] 3.x instead; in which case why not use its Builder interface? Yes, we are going to switch to [lang] 3.x. I would like to use the Builder interfa

Re: svn commit: r1393690 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder: ./ ConfigurationBuilder.java

2012-10-03 Thread Matt Benson
If [configuration] depends on [lang] already, presumably this new version should depend on [lang] 3.x instead; in which case why not use its Builder interface? $0.02, Matt On Wed, Oct 3, 2012 at 2:15 PM, wrote: > Author: oheger > Date: Wed Oct 3 19:15:27 2012 > New Revision: 1393690 > > URL: h

Re: svn commit: r1391258 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java

2012-10-03 Thread Duncan Jones
On 3 October 2012 18:24, Jörg Schaible wrote: > Matt Benson wrote: > >> Urgh; I find these method names rather painful. Why wouldn't we >> simply provide endianness and bit ordering as enums, and parameterize >> accordingly? > > Because the algorithm is different (although similar) every time and

Re: svn commit: r1391258 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java

2012-10-03 Thread Jörg Schaible
Matt Benson wrote: > Urgh; I find these method names rather painful. Why wouldn't we > simply provide endianness and bit ordering as enums, and parameterize > accordingly? Because the algorithm is different (although similar) every time and not all combinations are implemented? Honestly, we wo

Re: svn commit: r1391258 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java

2012-10-03 Thread Jörg Schaible
Gary Gregory wrote: > On Wed, Oct 3, 2012 at 7:28 AM, Jörg Schaible > wrote: > >> Jörg Schaible wrote: >> >> > >> > sebb wrote: >> >> [snip] >> >> >> I find the naming convention rather difficult to follow. >> >> >> >> For example, the letter 's' sometimes means 'array' and sometimes >> >> means

Re: svn commit: r1391258 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java

2012-10-03 Thread Gary Gregory
Also note that we have org.apache.commons.*io*.EndianUtils which does not do the same thing but it a good class name. Gary On Wed, Oct 3, 2012 at 10:51 AM, James Carman wrote: > Agreed. This is very cryptic, IMHO. > > On Wed, Oct 3, 2012 at 10:42 AM, Matt Benson wrote: > > Urgh; I find these m

Re: svn commit: r1391258 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java

2012-10-03 Thread James Carman
Agreed. This is very cryptic, IMHO. On Wed, Oct 3, 2012 at 10:42 AM, Matt Benson wrote: > Urgh; I find these method names rather painful. Why wouldn't we > simply provide endianness and bit ordering as enums, and parameterize > accordingly? > > Matt > > On Wed, Oct 3, 2012 at 9:07 AM, Gary Greg

Re: svn commit: r1391258 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java

2012-10-03 Thread Matt Benson
Urgh; I find these method names rather painful. Why wouldn't we simply provide endianness and bit ordering as enums, and parameterize accordingly? Matt On Wed, Oct 3, 2012 at 9:07 AM, Gary Gregory wrote: > On Wed, Oct 3, 2012 at 7:28 AM, Jörg Schaible wrote: > >> Jörg Schaible wrote: >> >> > >

Re: svn commit: r1391258 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java

2012-10-03 Thread Gary Gregory
On Wed, Oct 3, 2012 at 7:28 AM, Jörg Schaible wrote: > Jörg Schaible wrote: > > > > > sebb wrote: > > [snip] > > >> I find the naming convention rather difficult to follow. > >> > >> For example, the letter 's' sometimes means 'array' and sometimes means > >> 'string' Also M0 is not obvious as an

Re: svn commit: r1391258 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java

2012-10-03 Thread Jörg Schaible
Jörg Schaible wrote: > > sebb wrote: [snip] >> I find the naming convention rather difficult to follow. >> >> For example, the letter 's' sometimes means 'array' and sometimes means >> 'string' Also M0 is not obvious as an abbreviation, nor is BeM0 > > I am all open for better names, all *I*

Re: Binary file manipulation tool?

2012-10-03 Thread Jörg Schaible
Hi Damjan, Damjan Jovanovic wrote: > Hi > > You wouldn't believe it, but one of the most invaluable testing tools > for commons-imaging I've discovered has been an x86 assembler :-). > > Why? Because images are binary files which often use internal offsets > to portions of the image. An assembl

[GUMP@vmgump]: Project commons-jelly-tags-sql (in module commons-jelly) failed

2012-10-03 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-jelly-tags-sql has an issue affecting its community integration. T

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

2012-10-03 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