Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] p2 profile bootstrap bundle

Hi there,
 
I'm trying to create a new p2 profile from scratch in code that will be sufficient enough to support further provisioning operations through a custom UI. 
 
Because this is all happening on a runnign system (during startup) I am attempting to do this by:-
 
 
e profile I am trying to do this I am introspecting a eclipse installation's features and plugins folder and from them creating a set of IUs.  To this set I'm adding a JRE IU and
 
The error I get back from the planner is:-

Status ERROR: org.eclipse.equinox.p2.director code=0 Problems resolving provisioning plan. null children=[Status WARNING: org.eclipse.equinox.p2.director code=0 Unable to satisfy dependency from 1228149811886 0.0.0.1228149811886 to requiredCapability: org.eclipse.equinox.p2.iu/self.org.eclipse.update.feature.default/[1.0.0,1.0.0]. null Status ERROR: org.eclipse.equinox.p2.director code=0 No solution found because of a trivial contradiction in C:\DOCUME~1\warrep\LOCALS~1\Temp\p2Encoding4643.opb. null]
 
The opb file is attached.

Back to the top