Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] build fails on unavailable dependency of optional bundle

Are you building the fragment or it is a dependency of one of the projects?

--
Regards,
Igor

On 12/9/2013, 5:45, Lorenzo Boccaccia wrote:
Hi have a fragment that uses a bundle which may or may not be available
in the target platform.

as such, it is marked resolution:=optional

tycho 0.19.0 however fails the build with unsatisfied dependency:

  Internal error: java.lang.RuntimeException: No solution found because
the problem is unsatisfiable.: [Unable to satisfy dependency from
a.b.fragment 1.0.0.qualifier to bundle a.b.dependency 0.0.0.; No
solution found because the problem is unsatisfiable.] -> [Help 1]

is there a way around this? how do you handle optional bundles?


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



Back to the top