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?

Hi David,
Hudson needs to be changed in order to support Maven 3.1.
Bug is https://bugs.eclipse.org/bugs/show_bug.cgi?id=420160 .
Forum thread http://www.eclipse.org/forums/index.php/t/521849/ 

Alexander Kurtakov
Red Hat Eclipse team

----- Original Message -----
> From: "David M Williams" <david_williams@xxxxxxxxxx>
> To: "Common-build Developers discussion" <cbi-dev@xxxxxxxxxxx>
> Sent: Tuesday, November 19, 2013 8:11:46 PM
> 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
> 
> 
> _______________________________________________
> cbi-dev mailing list
> cbi-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cbi-dev
> 


Back to the top