You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Ersin Er <er...@gmail.com> on 2006/09/04 11:04:12 UTC

Build problems (Again!)

It has been very long time since we had the last build failure due to
maven but here it's again:

[INFO] ----------------------------------------------------------------------------
[INFO] Building Apache MINA Core API
[INFO]    task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report directory:
<...>/directory/trunks/mina/core/target/surefire-reports
java.lang.NoClassDefFoundError: org/apache/maven/surefire/util/UrlUtils
        at org.apache.maven.surefire.booter.SurefireBooter.createClassLoader(SurefireBooter.java:599)
        at org.apache.maven.surefire.booter.SurefireBooter.getTestClassLoader(SurefireBooter.java:569)
        at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:250)
        at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:807)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------

Maybe we're doing wrong with snapshot repositories. I have not yet
checked them. But this is a problem currenty and it blocks me badly..

-- 
Ersin

Re: Build problems (Again!)

Posted by Emmanuel Lecharny <el...@gmail.com>.
>
> It has been very long time since we had the last build failure due to
> maven but here it's again:
>

I think this is ironic :) The last build problem was 2 weeks ago...

Thanks to Maven again !

Emmanuel, who really think that every little thing I have already said at
least 3 times regarding using remote repos are sadly quite right.