conditional dependency between bundles #2894
Replies: 6 comments 20 replies
-
No as it usually do not is very useful, you should better describe the problem instead of the suspected solution, then one can much better help here. e.g. platform has platform specific fragments (what can of course have different dependencies) or features can pull in bundles depending on architecture and so on but it all depends on the usecase what is sufficient here. |
Beta Was this translation helpful? Give feedback.
-
You'd better ask this on the Equinox forum. |
Beta Was this translation helpful? Give feedback.
-
@laeubi
and bundles successfully resolved at the launch time.
when debugged, we found that eclipse is still trying to load the plugin com.sun.jna, as it is referred in bundles.info file. any suggestions to resolve this or work it around? |
Beta Was this translation helpful? Give feedback.
-
We did split out the urischeme(windows part only) into a new fragment
Even if the unresolved dependency of urischeme is resolved, we are still getting the same below error :
coming from
Here, getting errors from bundles of other operating systems like sunos, linux, aix, etc. as listed in [bundles.info] |
Beta Was this translation helpful? Give feedback.
-
@laeubi That, yet again resolving the unresolved dependency for these bundles. |
Beta Was this translation helpful? Give feedback.
-
We are considering all the bundles But we will raise PR for |
Beta Was this translation helpful? Give feedback.
-
is there a notion of conditional dependency between bundles? (say for example if we are in platform A and architecture B then bundle P requires bundle Q, or else there is no such dependency exist.)
Beta Was this translation helpful? Give feedback.
All reactions