Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tm-dev] build failed

Hi Greg,

 

Either this was a temporary glitch with the Hudson infrastructure and you could just try and rebuild (perhaps clean rebuild) at a later time.

 

Or, it looks like you are building against an Eclipse 4.x target platform that somehow looks incompletely defined.

Or perhaps the target Platform requires Java 7 now but you still build with Java 6 or even Java 5 ?

 

If you don’t require any features from Eclipse 4.x I think it would be a good idea to build against Eclipse Platform 3.8.2 (plus CDT 8.3 for the local terminal).

I don’t know where the various pom.xml files would need to be changed to accomplish that.

 

Thanks,

Martin

--

Martin Oberhuber, SMTS / Product Owner – Development Tools, Wind River

direct +43.662.457915.85  fax +43.662.457915.6

 

From: tm-dev-bounces@xxxxxxxxxxx [mailto:tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Greg Watson
Sent: Tuesday, May 27, 2014 4:28 AM
To: tm-dev@xxxxxxxxxxx
Subject: [tm-dev] build failed

 

I tried to run an rc2 build today but it failed with the following errors. Does anyone know what might be causing this?

 

Thanks,

Greg

 

[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.eclipse.tm.terminal 3.2.300.qualifier
[ERROR]   Missing requirement: org.eclipse.emf.ecore 2.10.0.v20140514-1158 requires 'package javax.crypto 0.0.0' but it could not be found
[ERROR]   Cannot satisfy dependency: org.eclipse.tm.terminal 3.2.300.qualifier depends on: bundle org.eclipse.ui 0.0.0
[ERROR]   Cannot satisfy dependency: org.eclipse.ui 3.106.0.v20140519-0906 depends on: bundle org.eclipse.ui.workbench [3.105.0,4.0.0)
[ERROR]   Cannot satisfy dependency: org.eclipse.ui.workbench 3.106.0.v20140521-1818 depends on: package org.eclipse.emf.ecore 0.0.0
[ERROR] 
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.eclipse.emf.ecore 2.10.0.v20140514-1158 to package javax.crypto 0.0.0.; Unable to satisfy dependency from org.eclipse.emf.ecore 2.10.0.v20140514-1158 to package javax.crypto.spec 0.0.0.; No solution found because the problem is unsatisfiable.]
[DEBUG] Closing connection to remote
[ERROR] Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.eclipse.emf.ecore 2.10.0.v20140514-1158 to package javax.crypto 0.0.0.; Unable to satisfy dependency from org.eclipse.emf.ecore 2.10.0.v20140514-1158 to package javax.crypto.spec 0.0.0.; No solution found because the problem is unsatisfiable.] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.eclipse.emf.ecore 2.10.0.v20140514-1158 to package javax.crypto 0.0.0.; Unable to satisfy dependency from org.eclipse.emf.ecore 2.10.0.v20140514-1158 to package javax.crypto.spec 0.0.0.; No solution found because the problem is unsatisfiable.]

 

 


Back to the top