Bug 488722 - Evaluate possibility of migrating kernel-tools repository from ivy to maven/tycho
Summary: Evaluate possibility of migrating kernel-tools repository from ivy to maven/t...
Status: NEW
Alias: None
Product: Virgo
Classification: RT
Component: virgo-build (show other bugs)
Version: 1.0.1.RELEASE   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-29 16:23 EST by GianMaria Romanato CLA
Modified: 2016-02-29 16:23 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description GianMaria Romanato CLA 2016-02-29 16:23:05 EST
The kernel-tools repository is currently built using ivy.

The result is a JAR which is manually committed into 
org.eclipse.virgo.ide.manigest.core as an embedded JAR.

An alternative approach could be:
- convert kernel-tools into a PDE plug-in project
- add it to the virgo tools Eclipse feature (org.eclipse.virgo.ide.feature)
- build kernel-tools using maven/tycho
- change o.e.v.i.manifest.core to depend from the plug-in instead of embedding
  the JAR