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
Le 02/09/2012 00:16, Gilles Sadowski a écrit :
> Hello Luc.
Hi Gilles,
>
>>>
>> [...]
>> 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
On Sun, Sep 02, 2012 at 12:24:58PM +0200, Luc Maisonobe wrote:
> Le 02/09/2012 00:16, Gilles Sadowski a écrit :
> > Hello Luc.
>
> Hi Gilles,
>
> >
> >>>
> >> [...]
> >> I encountered this need in two different cases. The first one was to
> >> identify very precisely an error type, e
On 1 September 2012 17:08, 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 probably fits
I wonder if [compress] has the same issue?
Gary
Begin forwarded message:
From: falcon sheep mailto:falcon.sh...@gmail.com>>
Date: September 2, 2012 5:26:07 EDT
To: mailto:u...@ant.apache.org>>
Subject: UTF8 filename issue with TarOutputStream
Reply-To: Ant Users List mailto:u...@ant.apache.org>>
Jumping in the middle ... Just about naming:
The "unexpected" in the name is redundant IMO because it is an
"exception". It also does not need to be distinguished from an
"expected" exception. NIE would work or IllegalNIE if you want to be
more wordy. On the other extreme, there is also the existi
The @since tag is wrong and there is no unit test. The feature is
trivial so it is likely not worth going round on the patch and some
one should just add the feature.
Gary
On Sep 1, 2012, at 20:19, Olloth wrote:
> GitHub user Olloth opened a pull request:
>
>https://github.com/apache/common
Hi again.
> >
> > >
> > >>>
> > >> [...]
> > >> 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 except
Le 02/09/2012 14:00, Gilles Sadowski a écrit :
> Hi again.
>
>>>
>>
> [...]
> 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
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
The test on http://jira.codehaus.org/browse/MASSEMBLY-515
Succeeds with ?'s instead of non-ASCII characters on commons-compress-1.0
Succeeds with the correct characters on commons-compress-1.4.1
Why is there 2 projects? Why don't Maven and Ant use commons-compress?
Damjan
On Sun, Sep 2, 2012 at
On Sun, Sep 2, 2012 at 12:38 PM, Damjan Jovanovic wrote:
> The test on http://jira.codehaus.org/browse/MASSEMBLY-515
> Succeeds with ?'s instead of non-ASCII characters on commons-compress-1.0
> Succeeds with the correct characters on commons-compress-1.4.1
>
> Why is there 2 projects? Why don't M
Fixed in trunk, see Jira [CODEC-155].
Gary
On Sun, Sep 2, 2012 at 7:36 AM, sebb wrote:
> On 1 September 2012 17:08, 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
On 2 September 2012 19:45, Gary Gregory wrote:
> Hi All:
>
> There has been a recent mini-flury of changes in codec as a release
> candidate is approaching.
>
> Thank you to all the committers and patchers for helping codec move closer
> to another release.
>
> This coming week or next weekend, I'
On Sep 2, 2012, at 15:51, sebb wrote:
> On 2 September 2012 19:45, Gary Gregory wrote:
>> Hi All:
>>
>> There has been a recent mini-flury of changes in codec as a release
>> candidate is approaching.
>>
>> Thank you to all the committers and patchers for helping codec move closer
>> to another
On 09/02/2012 10:17 PM, Gary Gregory wrote:
> On Sep 2, 2012, at 15:51, sebb wrote:
>
>> On 2 September 2012 19:45, Gary Gregory wrote:
>>> Hi All:
>>>
>>> There has been a recent mini-flury of changes in codec as a release
>>> candidate is approaching.
>>>
>>> Thank you to all the committers an
Hi.
> > I'd like to stress that using exceptions for control flow is, by default, an
> > anti-pattern. It should pose question about how to improve CM so that you
> > don't have to fall back on this kind of construct...
>
> Please don't focus only on this example but look at the rest of the
> ar
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
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
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
Hi,
2012/9/1 Gilles Sadowski :
> Hello.
>
>> >>>
>> >>> in ConjugateGradient, I get the following error
>> >>>
>> >>> "Exception NonPositiveDefiniteOperatorException is not compatible with
>> >>> throws clause in
>> >>> PreconditionedIterativeLinearSolver.solveInPlace(RealLinearOperator,
>> >>> Re
Hi,
here is another problem. In
MatrixUtils.createFieldIdentityMatrix(Field, int), the constructor
Array2DRowFieldMatrix(Field, T[][], boolean) is called. This
constructor throws a DimensionMismatchException if the data array is
not rectangular. This is never going to occur in
createFieldIdentityMa
Hi again,
2012/9/1 Gilles Sadowski :
> Hello.
>
>> >>>
>> >>> in ConjugateGradient, I get the following error
>> >>>
>> >>> "Exception NonPositiveDefiniteOperatorException is not compatible with
>> >>> throws clause in
>> >>> PreconditionedIterativeLinearSolver.solveInPlace(RealLinearOperator,
>>
On 9/2/12 7:35 PM, Sébastien Brisard wrote:
> Hi,
> here is another problem. In
> MatrixUtils.createFieldIdentityMatrix(Field, int), the constructor
> Array2DRowFieldMatrix(Field, T[][], boolean) is called. This
> constructor throws a DimensionMismatchException if the data array is
> not rectangula
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
On 9/2/12 4:44 PM, Gilles Sadowski wrote:
> Hi.
>
>>> I'd like to stress that using exceptions for control flow is, by default, an
>>> anti-pattern. It should pose question about how to improve CM so that you
>>> don't have to fall back on this kind of construct...
>> Please don't focus only on th
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
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
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
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
30 matches
Mail list logo