Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » application feature dependencies
application feature dependencies [message #465281] Wed, 28 March 2007 07:46
Stefan is currently offline StefanFriend
Messages: 27
Registered: July 2009
Junior Member
Hi All,

it is not clear to me how does eclipse pick dependencies on the classpath when running an application.

Let us say I have installed org.myfeature_1.0.0, org.myfeature_1.0.1, org.myfeature_1.0.2 in the feature & plugin directory of eclipse.

When I run feature org.myotherfeature that requires org.myfeature_1.0.0 by having in its feature.xml
<requires>
<import feature="org.myfeature" version="1.0.0" match="compatible"/>
</requires>

Which if these features will be on the classpath? 1.0.0 or 1.0.1 or 1.0.2?

Also what would headless PDE have on the classpath when building org.myotherfeature?

Thanks
Stefan
Previous Topic:RCP Launch Controlling Runtime Version
Next Topic:help with paintlistener
Goto Forum:
  


Current Time: Wed Oct 09 09:33:00 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