Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse Plug-in Dependency Problem
Eclipse Plug-in Dependency Problem [message #757321] Thu, 17 November 2011 17:15
Nicolas  is currently offline Nicolas Friend
Messages: 23
Registered: October 2011
Junior Member
hi,
I have 2 projects:
Project A, is a plugin project, only hav a lib folder an a lot of jar files added as Referenced Libraries.
Project B, is the core or base project, and has the prject A added as plugin dependency

Project B is an RCP project, so I hava a .product file.

When I run the product from the plugin.xml or manifest.mf file, as an Eclipse Application, the product runs.
When I run the application from .product file, it whows a Validation error:
the message is:
Missing Constraint: Require-Bundle: ar.com.cse.xxxxx -version x.x.x

This Missin Constraint is defined in the dependency tab of the plugin.xml file !
The missing bundle is the proyect A.

So I undestand that the PRODUCT cant't find plugins dependencies. But I don't undestand why, because when running from plugin.xml or manifest.mf it does !
Also

The project B is "feature" based, none of this problems happends if the proyect is plug-in based, but I cannot use equinox/p2 !!!
So I'm in a dead-lock !

If anybody have any clue or proposal i'm open to hear.
What I wont is able to use automatica update , headless or not !! but I need to automatically update the aplication because a lot of changes will be comming !!

Best regards

Previous Topic:Ant Security Exception when opening ant file
Next Topic:Flex View in Eclipse
Goto Forum:
  


Current Time: Thu Mar 28 17:22:35 GMT 2024

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

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

Back to the top