taskprefix <prefix>

taskprefix <prefix>
Description

All tasks in the included file are added as sub-tasks of the task specified by taskprefix. The taskprefix must be a valid absolute ID of an already defined task.

AttributesNameTypeDescription
prefixID 
Contextinclude,
InheritableNoScenario Spec.No
See alsotask

project yourId "Your Project" "1.0" 2005-04-05 - 2005-05-01

task main "Main task" {
}

include "Include2.tji" { taskprefix main }