Re: [Math] maven: Problem with "clirr"

2012-04-26 Thread sebb
On 26 April 2012 13:42, Gilles Sadowski wrote: > Hi. > >> > [...] >> > Here the stack trace from maven output: >> > ---CUT--- >> > [ERROR] Failed to execute goal >> > org.apache.maven.plugins:maven-site-plugin:3.0:site (default-site) on >> > project commons-math3: Execution default-site of goal >>

Re: [Math] maven: Problem with "clirr"

2012-04-26 Thread Gilles Sadowski
Hi. > > [...] > > Here the stack trace from maven output: > > ---CUT--- > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-site-plugin:3.0:site (default-site) on > > project commons-math3: Execution default-site of goal > > org.apache.maven.plugins:maven-site-plugin:3.0:site fai

Re: [Math] maven: Problem with "clirr"

2012-04-25 Thread Dennis Lundberg
On 2012-04-25 14:36, Gilles Sadowski 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$SymmLQEve

Re: [Math] maven: Problem with "clirr"

2012-04-25 Thread Gilles Sadowski
On Wed, Apr 25, 2012 at 04:00:30PM +0200, Sébastien Brisard wrote: > > > > Have you tried Maven 221? > > > I'm using maven 2.2.1, and no such error occurs! I do get a report, > with a lot of complaints regarding the geometry package. > > > Have you tried > > > > mvn clean clirr:clirr ? > > > >> In

Re: [Math] maven: Problem with "clirr"

2012-04-25 Thread Gilles Sadowski
Hi. > > > > Does anyone have an idea of what can cause this? > > Have you tried Maven 221? No. > > Have you tried > > mvn clean clirr:clirr ? That was the trick. Thanks. Sorry; I still have a hard time understanding when the "clean" becomes a necessary step! > > > In the meantime, I'd be g

Re: [Math] maven: Problem with "clirr"

2012-04-25 Thread Sébastien Brisard
> > Have you tried Maven 221? > I'm using maven 2.2.1, and no such error occurs! I do get a report, with a lot of complaints regarding the geometry package. > Have you tried > > mvn clean clirr:clirr ? > >> In the meantime, I'd be glad to be able to disable this tool... :-{ > > -1, because Math ne

Re: [Math] maven: Problem with "clirr"

2012-04-25 Thread sebb
On 25 April 2012 13:36, Gilles Sadowski 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.S

Re: [Math] maven: Problem with "clirr"

2012-04-25 Thread Gilles Sadowski
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 informati

Re: [Math] maven: Problem with "clirr"

2012-04-25 Thread Jochen Wiedmann
Is the next version of Math expected to be binary compatible with the previous. If so, we should take this serious. Otherwise, we should possibly disable clirr for now, for example by enabling it in the release- and rc-profiles only. On Wed, Apr 25, 2012 at 12:06 PM, Gilles Sadowski wrote: > On

Re: [Math] maven: Problem with "clirr"

2012-04-25 Thread Jörg Schaible
Gilles Sadowski wrote: > On Wed, Apr 25, 2012 at 12:53:46AM +0100, sebb wrote: >> On 24 April 2012 22:19, Gilles Sadowski >> wrote: >> > Hi. >> > >> > Clirr now fails the build on error: >> > ---CUT--- >> > [ERROR] Unable to find information in class >> > [org.apache.commons.math3.linear.SymmLQ r

Re: [Math] maven: Problem with "clirr"

2012-04-25 Thread Gilles Sadowski
On Wed, Apr 25, 2012 at 12:53:46AM +0100, sebb wrote: > On 24 April 2012 22:19, Gilles Sadowski 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 > > o

Re: [Math] maven: Problem with "clirr"

2012-04-25 Thread sebb
On 25 April 2012 09:12, Damjan Jovanovic wrote: > On Tue, Apr 24, 2012 at 11:19 PM, Gilles Sadowski > 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 >> o

Re: [Math] maven: Problem with "clirr"

2012-04-25 Thread Damjan Jovanovic
On Tue, Apr 24, 2012 at 11:19 PM, Gilles Sadowski 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]

Re: [Math] maven: Problem with "clirr"

2012-04-24 Thread Sébastien Brisard
Hi Gilles, > > 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.co

Re: [Math] maven: Problem with "clirr"

2012-04-24 Thread Sébastien Brisard
Hi Gilles, > > [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 > In MATH-761, I removed this nested class. It was private anyway, so I considered it didn't break the API (see

Re: [Math] maven: Problem with "clirr"

2012-04-24 Thread sebb
On 24 April 2012 22:19, Gilles Sadowski 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

[Math] maven: Problem with "clirr"

2012-04-24 Thread Gilles Sadowski
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.optimizatio