Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Maven 3.1.0, Java 7, and Hudson?

I think I've heard of "issues" before ... but don't recall enough details to know where to look, so thought I'd ask here ...

I'm trying to change one of our small Hudson utility builds to use Maven 3.1.0, and Java 7 "latest", but get an unusual error that seems to say something is incompatible, perhaps with the way slaves are setup? The trouble starts with some "class not found" errors .... and gets worse from there ....

[DEBUG] Populating class realm maven.ext
[DEBUG]   Included /opt/users/hudsonbuild/maven/slavebundle/resources
[DEBUG]   Included /opt/users/hudsonbuild/maven/slavebundle/lib/maven3-eventspy-3.0.jar
[DEBUG]   Included /opt/users/hudsonbuild/slave.jar

[WARNING] Error injecting: org.hudsonci.maven.eventspy_30.DelegatingEventSpy
java.lang.NoClassDefFoundError: org/sonatype/guice/bean/reflect/ClassSpace
                at java.lang.Class.getDeclaredConstructors0(Native Method)



Full log at
https://hudson.eclipse.org/hudson/view/Eclipse%20and%20Equinox/job/Eclipse%20Build%20Tools/68/console

Do I just have something configured wrong, or are there known issues? Are there work-a-rounds?



Back to the top