| [news.eclipse.platform] Re: No solution found because the problem in /tmp/p2Encoding13004.opb is unsatisfiable. |
On 12/11/2008 2:54 PM, John J Barton wrote:...
Or is the simple answer that I have to build my plugin with exactly the version of eclipse that I want users to install?
Well, for one thing you should ALWAYS be using a target platform, not building against the Eclipse that you are running as your IDE. It really irritates me that the default setup for the PDE is to use the running Eclipse as the target platform, because it can easily lead newbie plugin developers down a path with pitfalls. I suspect that is what has happened to you.
Here is one article explaining why: http://rcpquickstart.com/2008/04/21/why-create-a-custom-target-platform/
Here's the relevant Help page: http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tools/preference_pages/target_platform.htm
Does the target platform setting alter the MANIFEST.MF values?
John.