Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » P2 generator - How to specify feature categories ?
P2 generator - How to specify feature categories ? [message #597519] Fri, 15 May 2009 07:48
GianMaria Romanato is currently offline GianMaria RomanatoFriend
Messages: 72
Registered: July 2009
Member
Hello,

I am using PDE Build to build a set of top level features representing
different software products: each product is represented by one of the top
level feature and most of the top level features include some other shared
feature.

All the build process works fine (I modified the allEmment.xml to list all
my top level features in the allElementDelegator target).

After building I am running p2generator to produce the repository for the
built features. I cannot understand how to categorize features. I would
like to have in the repository a separate root for every top level feature
which includes also the nested shared features but at the moment I am
getting a single "Uncategorized" root node where all features are listed.

In other words, given two top level features F1 and F2 which share feature
G,
I would like to have a P2 repository that looks like the following:

- F1 category
- F1
- G


and

- F2 category
- F2
- G

but I am getting


- Uncategorized
- F1
- F2
- G

Thanks in advance for your help.

GianMaria Romanato


Developing for Virgo using PDE: http://bit.ly/1w0tTit
Global JNDI in Virgo: http://bit.ly/1to42mn
Hyperic to monitor Virgo: http://bit.ly/W1Fst9
Profile Virgo with JProfiler http://bit.ly/1FBLGCw
Previous Topic:--launcher.ini doesn't work in Run Configuration
Next Topic:Invalid manifest files
Goto Forum:
  


Current Time: Fri Apr 26 22:13:13 GMT 2024

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

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

Back to the top