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 "CSPEC Dependency (Buckminster)"

(Description)
m (Buckminster CSPEC Dependency moved to CSPEC Dependency (Buckminster))
(No difference)

Revision as of 03:02, 13 November 2006

< To: Buckminster Project

Definition

A dependency is just a Component Request. It expresses a components dependency to another component in general terms.

Description

Dependencies describe the existence of a dependency on another component. When a dependency has been declared, Actions can declare pre-requisites on Attributes of the other component.

The dependency declaration declares the component request; i.e. the acceptable version, or range of versions.

Pre-requisites always refer to the dependency declaration, never directly to another component. This ensures that all pre-requisites to the same component gets the same version of the component. Howewver, if there is a need to include the same component several times using different versions, this can be acheived by using an alias declaration for a dependency.

Todo

  • Examples wanted

Back to the top