Skip to main content

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

looks like a bug in the hudson maven integration to me.

maven 3.1.x did some incompatible changes w.r.t 3.0.x , e.g. [1,2] so it wouldn't surprise me if that broke the hudson integration.

Regards,
Jan

[1] http://jira.codehaus.org/browse/MNG-5453 
[2] http://jira.codehaus.org/browse/MNG-5354

From: cbi-dev-bounces@xxxxxxxxxxx [mailto:cbi-dev-bounces@xxxxxxxxxxx] On Behalf Of David M Williams
Sent: Dienstag, 19. November 2013 19:12
To: Common-build Developers discussion
Subject: Re: [cbi-dev] Maven 3.1.0, Java 7, and Hudson?

That bug seems a lot different that the errors I was seeing, and I've confirmed I can move back to Tycho 0.18.1, and Maven 3.0.5 and then Java 7 works ok (and Tycho 0.19.0 and Maven 3.1.0 also fail in same way Java 6) ... so any other suggestions on "settings" or setup would be appreciated ... seems more related to Maven or Tycho versions. I assume others have Tycho 0.19.0 and Maven 3.1.0 working on Hudson? 

Thanks for the pointer, though. 

Not sure it'd be worth opening a bug for what I'm seeing ... since our eclipse.org Hudson version 2.2.1 seems so old compared to latest 3.1.0 ... and as far as I know depend on some magic setting somewhere. 





From:        Aurélien Pupier <aurelien.pupier@xxxxxxxxxxxxxx> 
To:        Common-build Developers discussion <cbi-dev@xxxxxxxxxxx>, 
Date:        11/19/2013 11:55 AM 
Subject:        Re: [cbi-dev] Maven 3.1.0, Java 7, and Hudson? 
Sent by:        cbi-dev-bounces@xxxxxxxxxxx 
________________________________________



Hi,

there is a known issue with slave, jdk 7 and maven: see https://bugs.eclipse.org/bugs/show_bug.cgi?id=385566

regards, 


2013/11/19 David M Williams <david_williams@xxxxxxxxxx> 
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? 



_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cbi-dev




-- 
Aurelien Pupier
R&D Engineer, BonitaBPM Studio Development Leader 
aurelien.pupier@xxxxxxxxxxxxxx
apupier 
32, rue Gustave Eiffel - 38000 Grenoble, France


  








  
This message and any attachment (the "message") is intended solely for the addressees and is confidential. If you receive this message by mistake, please delete it and notify the sender immediately. Any use not in accordance with its purpose, any out-spread or disclosure, either as a whole or partially, is prohibited except with formal approval. Internet cannot guarantee the integrity of this message, therefore Bonitasoft will not be liable for the message if modified.



_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top