On Nov 3, 2007 12:57 PM, Luc Maisonobe <[EMAIL PROTECTED]> wrote:
> > This issue affects 1 projects,
> >  and has been outstanding for 5 runs.
> > The current state of this project is 'Failed', with reason 'Build Failed'.
> > For reference only, the following projects are affected by this:
> >     - commons-math :  The Jakarta Mathematics Library
> >
> >
> > Full details are available at:
> >     
> > http://vmgump.apache.org/gump/public/apache-commons/commons-math/index.html
>
> The problem seems related to the
> org.apache.commons.math.stat.descriptive.DescriptiveStatisticsTest class
> which is abstract since r590564 when Brent introduced the
> SynchronizedDescriptiveStatistics class.
>
> The suite() method tried to create an instance which was not possible
> anymore since the class is abstract. I hve removed the suite() method in
> version r591610. However, I'm not sure this is enough. Don't we need to
> change the class name to call it AbstractSomething or Something abstract
> ? Don't maven use this naming convention to prevent from launching some
> test classes ?

If renaming is not an option you can specify an "exclude" in the
pom.xml / project.xml:

<exclude>**/DescriptiveStatisticsTest.java</exclude>

(The Math pom.xml / project.xml already does this for
"*AbstractTest.java" as an example)

Niall

> Luc

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to