On 25 April 2012 09:12, Damjan Jovanovic <damjan....@gmail.com> wrote:
> On Tue, Apr 24, 2012 at 11:19 PM, Gilles Sadowski
> <gil...@harfang.homelinux.org> wrote:
>> Hi.
>>
>> Clirr now fails the build on error:
>> ---CUT---
>> [ERROR] Unable to find information in class 
>> org.apache.commons.math3.linear.SymmLQ referring back to nested class 
>> org.apache.commons.math3.linear.SymmLQ$SymmLQEvent
>> [ERROR] Unable to find information in class 
>> org.apache.commons.math3.optimization.direct.PowellOptimizer referring back 
>> to nested class 
>> org.apache.commons.math3.optimization.direct.PowellOptimizer$SimpleValueChecker
>> ---CUT---
>>
>> Since I don't know what causes those errors, I'd like to be able to skip
>> the "clirr" check altogether.
>
> It seems you got lucky, that error used to break the build until very
> recently (http://jira.codehaus.org/browse/MCLIRR-36).
>
> Clirr is old, and I think it only works properly with Java 1.4, it
> can't handle some aspects of the new .class file format from later
> versions.

Generally works fine for me with Oracle/Sun Java, but using the
Eclipse compiler causes problems.

I've just tried with Math trunk, and

mvn clean clirr:clirr

works fine with Java 1.5 and 1.6 and 1.7

> Damjan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to