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

Difference between revisions of "ALF/Build Vocabulary"

< ALF
(Build Workspace)
 
(Build Workspace)
Line 5: Line 5:
 
The Build Workspace would be identified by a Project + Identifier.  For example,  Project: Hello World
 
The Build Workspace would be identified by a Project + Identifier.  For example,  Project: Hello World
 
+ "Version 1".
 
+ "Version 1".
 +
 +
=== Build Configuration ===
 +
A Build Configuration is a pre-defined way a Build will run.
 +
 +
Within a Build Workspace there would be 0-N Build Configurations.
 +
 +
=== Build Properties ===
 +
A Build Property is an option to the Build Engine.
 +
 +
 +
A Build Configuration would contain 0-N, Build Properties.

Revision as of 16:17, 30 August 2006

Objects

Build Workspace

A Build Workspace corresponds to the SCM Workspace.

The Build Workspace would be identified by a Project + Identifier. For example, Project: Hello World + "Version 1".

Build Configuration

A Build Configuration is a pre-defined way a Build will run.

Within a Build Workspace there would be 0-N Build Configurations.

Build Properties

A Build Property is an option to the Build Engine.


A Build Configuration would contain 0-N, Build Properties.

Back to the top