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

2012-09-01 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

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

2012-09-01 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-vfs2-test has an issue affecting its community integration. This i

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

2012-09-01 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-09-01 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-09-01 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-09-01 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-09-01 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

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

2012-09-01 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: commons-lang pull request: Update src/main/java/org/apache/commons/lang3/Sy...

2012-09-01 Thread James Carman
Can you submit a JIRA and attach a SVN patch please? On Sat, Sep 1, 2012 at 8:19 PM, Olloth wrote: > GitHub user Olloth opened a pull request: > > https://github.com/apache/commons-lang/pull/2 > > Update src/main/java/org/apache/commons/lang3/SystemUtils.java > > Updated SystemUtils t

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

2012-09-01 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

commons-lang pull request: Update src/main/java/org/apache/commons/lang3/Sy...

2012-09-01 Thread Olloth
GitHub user Olloth opened a pull request: https://github.com/apache/commons-lang/pull/2 Update src/main/java/org/apache/commons/lang3/SystemUtils.java Updated SystemUtils to account for Windows 8. Windows 8 RTM is released, soon to be going out to consumers. Many people are

Re: [math] UnexpectedNegativeIntegerException

2012-09-01 Thread Gilles Sadowski
Hello Luc. > > > [...] > I encountered this need in two different cases. The first one was to > identify very precisely an error type, even with finer granularity than > exception type. Parsing the error message to recognize the exception is > evil, checking the enumerate

Re: [all] Checkstyle and '+' should be on the previous line.

2012-09-01 Thread Oliver Heger
Am 01.09.2012 19:11, schrieb Gary Gregory: Hi All: Checkstyle can report warnings like: '+' should be on the previous line. FWIW, I'm not fond of this particular checkstyle rule. Does anyone know if the Eclipse formatter can be made to behave like this? I've not found such setting in the gian

Re: [codec] RuntimeException DigestUtils.getDigest(String)

2012-09-01 Thread Gary Gregory
On Sat, Sep 1, 2012 at 12:08 PM, Christian Hammers wrote: > Linking the exceptions is a good idea as it preserves the original > stack trace. What could cause this Exception is hard to guess but > a wrong paramter string is more likely than a broken Java installation > thus IllegalArgument probab

Re: [codec] RuntimeException DigestUtils.getDigest(String)

2012-09-01 Thread Christian Hammers
Linking the exceptions is a good idea as it preserves the original stack trace. What could cause this Exception is hard to guess but a wrong paramter string is more likely than a broken Java installation thus IllegalArgument probably fits better. bye, -christian- Am Sat, 1 Sep 2012 11:27:51 -04

Re: [math] UnexpectedNegativeIntegerException

2012-09-01 Thread Luc Maisonobe
Le 29/08/2012 22:02, Gilles Sadowski a écrit : > Hello. > [...] I encountered this need in two different cases. The first one was to identify very precisely an error type, even with finer granularity than exception type. Parsing the error message to recognize the exception is >

Re: [math] Re: Single root for Exceptions

2012-09-01 Thread Gilles Sadowski
Hello. > >>> > >>> in ConjugateGradient, I get the following error > >>> > >>> "Exception NonPositiveDefiniteOperatorException is not compatible with > >>> throws clause in > >>> PreconditionedIterativeLinearSolver.solveInPlace(RealLinearOperator, > >>> RealLinearOperator, RealVector, RealVector)"

Re: [math] Re: Single root for Exceptions

2012-09-01 Thread Luc Maisonobe
Le 01/09/2012 10:42, Sébastien Brisard a écrit : > Hi Luc, > > 2012/9/1 Luc Maisonobe : >> Le 01/09/2012 10:03, Sébastien Brisard a écrit : >>> Hi, >>> >>> in ConjugateGradient, I get the following error >>> >>> "Exception NonPositiveDefiniteOperatorException is not compatible with >>> throws clau

Re: [math] Re: Single root for Exceptions

2012-09-01 Thread Sébastien Brisard
Hi Luc, 2012/9/1 Luc Maisonobe : > Le 01/09/2012 10:03, Sébastien Brisard a écrit : >> Hi, >> >> in ConjugateGradient, I get the following error >> >> "Exception NonPositiveDefiniteOperatorException is not compatible with >> throws clause in >> PreconditionedIterativeLinearSolver.solveInPlace(Real

Re: [math] Re: Single root for Exceptions

2012-09-01 Thread Luc Maisonobe
Le 01/09/2012 10:03, Sébastien Brisard a écrit : > Hi, > > in ConjugateGradient, I get the following error > > "Exception NonPositiveDefiniteOperatorException is not compatible with > throws clause in > PreconditionedIterativeLinearSolver.solveInPlace(RealLinearOperator, > RealLinearOperator, Rea

Re: [math] Re: Single root for Exceptions

2012-09-01 Thread Sébastien Brisard
Hi, in ConjugateGradient, I get the following error "Exception NonPositiveDefiniteOperatorException is not compatible with throws clause in PreconditionedIterativeLinearSolver.solveInPlace(RealLinearOperator, RealLinearOperator, RealVector, RealVector)" This comes from the fact that general iter

Re: [math] Re: Single root for Exceptions

2012-09-01 Thread Sébastien Brisard
Hello, 2012/8/31 Thomas Neidhart : > On 08/31/2012 11:17 AM, Luc Maisonobe wrote: >> Le 31/08/2012 03:22, Sébastien Brisard a écrit : >>> Hello, >>> >>> [...] >>> >>> Thus, shall I open a JIRA ticket with the tasks of completing the >>> "throws" >>> clauses of all CM methods?

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

2012-09-01 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