Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Launch config with two versions of a non singleton bundle

Hi,

I have a launch configuration for a Junit plug-in test that needs two versions of the com.google.guava bundle. This bundle is not a singleton so I figured it wouldn't pose a problem. I'm however unable to launch the test. The launcher complains with:

 !MESSAGE Missing imported package com.google.common.base_16.0.0.

My workspace compiles OK and the "Debug Configurations" editor presents both versions in its list of plug-ins. I save the launch configuration to disk and I can see that it contains both entries in its "selected_target_plugins" property. They are listed as:

 default,com.google.guava*14.0.1@default:default,com.google.guava*16.0.0@default:default

Is this a known problem? Have I overlooked a flag or property that needs to be set somewhere?

- thomas



Back to the top