Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 Properties)
Line 13: Line 13:
 
=== Build Properties ===
 
=== Build Properties ===
 
A Build Property is an option to the Build Engine.
 
A Build Property is an option to the Build Engine.
 
  
 
A Build Configuration would contain 0-N, Build Properties.
 
A Build Configuration would contain 0-N, Build Properties.
 +
 +
=== Build Property ===

Revision as of 16:18, 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.

Build Property

Back to the top