Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Dry-run resolving?


There is a bug that asks for a similar feature: https://bugs.eclipse.org/bugs/show_bug.cgi?id=250116. I'm not sure if this is exactly what you are looking for, but feel free to comment on the bug, or enter a different one if this isn't what you want.

John



Pascal Rapicault/Ottawa/IBM@IBMCA
Sent by: p2-dev-bounces@xxxxxxxxxxx

12/10/2008 10:48 AM

Please respond to
P2 developer discussions <p2-dev@xxxxxxxxxxx>

To
P2 developer discussions <p2-dev@xxxxxxxxxxx>
cc
p2-dev@xxxxxxxxxxx, p2-dev-bounces@xxxxxxxxxxx
Subject
Re: [p2-dev] Dry-run resolving?





There is no such tool, but it would be fairly straightforward to add to the director app or create another application since the resolution and the execution of the plan are clearly separated.
If you want to take a stab at it, look at the SimplePlanner class and at the Application class in the org.eclipse.equinox.p2.director.app bundle.
To get the code from HEAD:
http://wiki.eclipse.org/Equinox_p2_Getting_Started_for_Developers

Inactive hide details for "Fredrik Alströmer" ---10/12/2008 08:20:21 AM---Hi, just a quick question, is there a tool for making"Fredrik Alströmer" ---10/12/2008 08:20:21 AM---Hi, just a quick question, is there a tool for making dry-run resolving

From:

"Fredrik Alströmer" <roe@xxxxxxx>

To:

p2-dev@xxxxxxxxxxx

Date:

10/12/2008 08:20 AM

Subject:

[p2-dev] Dry-run resolving?





Hi,

just a quick question, is there a tool for making dry-run resolving
given a list of IUs to resolve? Basically just running the sat-solver
and printing the commands that would be necessary.

Thanks,
Fredrik
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/p2-dev

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


Back to the top