Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Debugging reconciler problems?

Yes, there is a tracing option that will print out verbose details on dropin reconciliation. Run with -debug and the following in your .options file:

org.eclipse.equinox.p2.core/debug=true
org.eclipse.equinox.p2.core/reconciler=true

John


On Wed, Mar 24, 2010 at 6:55 PM, Robert Erwin <rderwin@xxxxxxxxxx> wrote:

Hello -

I am having issues with a particular plugin not loading via the dropins
mechanism. Are there any debug or tracing options I can turn on somehow to
determine how p2 is reconciling the new plugin with the old, and see why it
is rejecting this new plugin?

Robert David Erwin
503-578-3236 (T/L: 775-3236)

_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top