Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Unable to satisfy dependency error

Hello,

During install I get the following error:

Unable to satisfy dependency from org.eclipse.jdt.core
3.7.0.v_OTDT_r200_201106070730 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.7.1.v_OTDT_r201_201109101025 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.7.3.v_OTDT_r202_201202051448 to
org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).",
"No solution found because the problem is unsatisfiable."]

I read different threads about this error, and tried suggested
approaches, but still error occurs. I tried adding requirements for
dependency resolution:

<dependency-resolution>
	<extraRequirements>
		<requirement>
			<type>p2-installable-unit</type>
			<id>org.eclipse.jdt.feature.group</id>
			<versionRange>0.0.0</versionRange>
		</requirement>
	</extraRequirements>
</dependency-resolution>

but that didn't seem to do anything. In my target definition I see
that o.e.jdt.core is not org.eclipse.jdt.core
3.7.0.v_OTDT_r200_201106070730, so I am not sure why this version is
being considered. Unless I am failing to use binding of target
definition between target pom and parent pom correctly.

Can anyone suggest what is the solution for this error?

The are my parent pom: http://pastebin.com/FTMWBxKY and target
definition pom: http://pastebin.com/znQijxLz

Thanks,
Alex


Back to the top