ops4j / org.ops4j.pax.construct

Build, manage and deploy many types of OSGi bundles
https://ops4j1.jira.com/wiki/display/paxconstruct/Pax+Construct
24 stars 14 forks source link

Automatically add "requiredPlugins" classpath container [PAXCONSTRUCT-84] #105

Closed ops4j-issues closed 16 years ago

ops4j-issues commented 16 years ago

David Leangen created PAXCONSTRUCT-84

When a user explicitly sets the list of classpath containers to a specific EE, he/she you must remember to add the PDE container. Otherwise the Maven eclipse mojo will not add this, and you won't be able to refactor or resolve inter-bundle dependencies properly.

We could add a check to see if this entry is missing, and add it, which would then avoid this mistake in the future - and save you from having to remember to add it when tweaking the EE...


Affects: 1.0, 1.1, 1.2 Fixed in: 1.3 Votes: 0, Watches: 0

ops4j-issues commented 16 years ago

Stuart McCulloch commented

Already fixed in trunk (under r11732)