Skip to main content

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

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?

Back to the top