Skip to main content

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

Hi,

 

I’m trying to test some PDE functionality that expects a target based on the running platform.

See: https://git.eclipse.org/c/pde/eclipse.pde.ui.git/tree/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/launcher/FeatureBasedLaunchTest.java?id=d2bda2427035968240dbeb68fdb24822ae561d80#n55

 

The default testRuntime doesn’t use simpleconfigurator (at least with the current PDE setup).

Since PDE only picks up /plugins and the simpleconfigurator bundles.info when resolving the target, most of the installation will be missing.

 

Is there a way to use simpleconfigurator in the default testRuntime or do I have to switch to p2Installed? And how experimental is ‘experimental’? ;)

 

 

Thanks, Julian


Back to the top