|
| Re: Unsing p2 director in an RCP application [message #504654 is a reply to message #504307] |
Mon, 21 December 2009 17:09  |
Phil Denis Messages: 26 Registered: October 2009 |
Junior Member |
|
|
I'd recommend running the P2 director application in debug mode and putting a breakpoint in the method executePlan of org.eclipse.equinox.internal.provisional.p2.director.PlanExe cutionHelper. Inspect the IStatus object that executePlan returns and see if it has additional information to help trace the error. Alternatively, if you don't have source for the P2 director bundle, just add a "Java Exception Breakpoint" for the type CoreException. The director application is hiding the details of the failed status from you, so you need to dig a little deeper to see what the cause of the problem is.
Another option would be to try to install your feature into an Eclipse installation using Install New Software. This wizard does a much better job at displaying WHY the feature could not be installed than director does...
|
|
|
Powered by
FUDForum. Page generated in 0.06037 seconds