Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EGF Build Portfolio

Revision as of 20:44, 8 April 2011 by Unnamed Poltroon (Talk)

Portfolio Name

Build Portfolio

Objective and scope

The objective of the Build Portfolio is to edit a build chain and next generate all the associated files for a release engineering target platform in order to manage and control a build chain.

The purpose is not to have an exhaustive, and then complex, build description. The build description must be simple with the possibility to describe large build chains.

The portfolio targets first Hudson and Buckminster.

Rationale

MDA principle

In OMG's MDA terms, the edited model represents the PIM and the build chain against a build target platform represents the PSM.

The PIM-to-PSM transformation is realized by a generation ensured by EGF. During this generation 1) the build model is transformed to be optimized, 2) the transformed model is checked, 3) files for the target platform are generated.

Concepts

Name Description
EgfBuildJob.gif Job List of steps
EgfBuildSVN.gif SCM Configuration Type of SCM locations
EgfBuildSVNLocation.gif SCM Location SCM locations (e.g., svn url)
EgfBuildBuildStep.gif Build Step Materializes and builds a workspace
EgfBuildSCMBuildLocation.gifEgfBuildUpdateSiteBuildLocation.gif Dependencies Sources and dependencies locations
EgfBuildFeature.gif EgfBuildPlugin.gif Components Features and plugins to find and build
EgfBuildTestStep.gif Junit Step
Launches a Junit launch configuration
EgfBuildPublishStep.gif Publish Step
Generates P2 site and dropins
EgfBuildEgfStep.gif EGF Step
Launches an EGF activity
EgfBuildAggregateStep.gif Aggregation Step
Aggregates several P2 sites and dropins
EgfBuildAntStep.gif Ant Step
Launches a custom ant target
EgfBuildJavadocStep.gif Javadoc Step
Generated Javadoc from sources

Process

[TBD]

Example

Download the EGF examples and import the org.eclipse.egf.portfolio.eclipse.build.examples plugin.

References

A video is available here

Back to the top