Bug 407387 - [EGF-Build Portfolio] "Include source plugins/features" flag for aggregate step
Summary: [EGF-Build Portfolio] "Include source plugins/features" flag for aggregate step
Status: ASSIGNED
Alias: None
Product: EMF.EGF
Classification: Modeling
Component: Core (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Matthieu Helleboid CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-07 07:04 EDT by Felix Dorner CLA
Modified: 2014-07-31 04:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Dorner CLA 2013-05-07 07:04:59 EDT
I'm building a set of bundles/features with EGFbuild. I also build source bundles/features, by setting "Generate Sources" to true in the publish step.

Now, I would like to use the aggregate step to create two p2 repositories for the set of bundles, one with source bundles included, and the other one without source bundles.

Currently, the only way to create two p2 repos, is to copy the "Publish" step, once with "Generate Sources=false", and once with "Generate Sources=true", which seems to cause the bundles to be built twice, which slows down the build.

It would thus be very nice to have an "include/exclude source bundles/features" flag for aggregate steps, or even better, some sort of filter/pattern matcher.

Anyhow, EGFbuild works otherwise great for me,
Felix