application feature dependencies [message #465281] |
Wed, 28 March 2007 03:46 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.22225 seconds