Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Cannot resolve project dependencies

from what I can tell, at least parts of the error below look like the OTDT JDT feature patch bug [1]. 
One workaround in tycho would be to restrict the version of bundle org.eclipse.jdt.core to the original (non-patched) version [2].

Jan

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=350133 
[2] http://wiki.eclipse.org/Tycho/Target_Platform#Filtering 


-- log --

 [ERROR] Internal error: java.lang.RuntimeException: "No solution found
because the problem is unsatisfiable.": ["Unable to satisfy dependency
from org.eclipse.jdt.core 3.9.0.v_OTDT_r220_201306071800 to
org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).",
"Unable to satisfy dependency from org.eclipse.jdt.core
3.9.1.v_OTDT_r221_201309101918 to
org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).",
"No solution found because the problem is unsatisfiable."] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error:


Back to the top