Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Unsatisfied Version Constraint Error
Unsatisfied Version Constraint Error [message #605735] Tue, 04 May 2010 14:56
Tom Ware is currently offline Tom WareFriend
Messages: 17
Registered: July 2009
Junior Member
I have a simple RCP app in PDE. I am using Require-Bundle for my dependencies.

I start with the following:

--
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
system.bundle,
org.eclipse.persistence.example.jpa.comics.model.annotated;b undle-version= "1.0.0",
javax.persistence
--

PDE is happy.

When I add

org.eclipse.persistence.jpa to the list of required bundles, PDE gives me an "Unsatisfied Version Constraint Error" on every line of the Require-Bundle section of the manifest.

I assume that error is telling me that somehow there is a conflict between the various dependencies of the bundles. Are there any facilities to get PDE to tell me more about what is causing the problem?
Previous Topic:help
Next Topic:Unsatisfied Version Constraint Error
Goto Forum:
  


Current Time: Thu Apr 25 11:47:59 GMT 2024

Powered by FUDForum. Page generated in 0.02992 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top