Bug 286648 - Add semantics to describe parallel/sequential execution of prerequisites
Summary: Add semantics to describe parallel/sequential execution of prerequisites
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Buckminster (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: buckminster.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-14 10:52 EDT by Thomas Hallgren CLA
Modified: 2019-02-25 14:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Hallgren CLA 2009-08-14 10:52:24 EDT
All action execution that takes place during a perform is currently sequential. There are many cases when it would be possible to execute the prerequisites in parallel but in order to do that, some semantics must be added.

I propose that we add the elements <parallel> <sequential> as children to the <group> and action <prerequisites> element.