Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » p2IU fetch parameters for eclipse platform features(Build fails to find eclipse components)
icon9.gif  p2IU fetch parameters for eclipse platform features [message #792551] Tue, 07 February 2012 05:36
Jörn Guy Süß is currently offline Jörn Guy SüßFriend
Messages: 320
Registered: July 2009
Location: Anstead, Brisbane, Queens...
Senior Member

I am trying to build a larger project using PDE in a reproducable manner. I am using 3.7.1 as the builder base. I need to repackage a number of eclipse features to make the resulting features an independent installable.

The features that I require are not visible via the p2 target editor. They are included in top level features.

for example
org.eclipse.emf
is wrapped in
org.eclipse.emf.sdk


I can glean the version numbers from the target browser, but I have no idea how to set the parameters to retrieve the information. Below is the code that does not work.

feature@org.eclipse.jet,1.1.1=p2IU=org.eclipse.jet.feature.jar,version=1.1.1.v201101271243-5319sC7HCAGERASDK3924,repository=http://download.eclipse.org/releases/indigo
feature@org.eclipse.emf,2.7.1=p2IU=org.eclipse.emf.feature.jar,version=2.7.1.v20110913-1526,repository=http://download.eclipse.org/releases/indigo


Please do not suggest using baseLocation (I want to avoid that) or repoBaseLocation (that does not work for feature includes, it is only a compilation base)

Thanks!
Previous Topic:Integrate custom javadoc Taglets to Eclipse
Next Topic:Cannot export product
Goto Forum:
  


Current Time: Thu Apr 25 03:54:36 GMT 2024

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

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

Back to the top