Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] installation for tests based on simpleconfigurator

Hi,

I think the main issue is https://bugs.eclipse.org/bugs/show_bug.cgi?id=343156 about PDE not using the dynamic set of bundles as default. So any development effort on that matter should be placed in https://bugs.eclipse.org/bugs/show_bug.cgi?id=343156 , as it also has impacts on other forms of exotic deployments.
For your case, there are several possible workarounds:
* use the `p2installed` strategy, which is marked as experimental, but should work. It's work as experimental because so far, there was no extensive feedback or testimonials on its usage, so you may unveil some still unknown issues by using it; but there is test coverage that shows that it works at least in the case automated in the test ;)
* Might be better, make you test not assume you have a target platform pre-set in the test IDE, and configure that target-platform in the test code according to the running bundles. See for example https://github.com/eclipse/gmf-tooling/blob/master/tests/org.eclipse.gmf.tests/src/org/eclipse/gmf/tests/Utils.java#L146

HTH

Back to the top