| The TaskJuggler Manual | ||
|---|---|---|
| Prev | Chapter 7. Property Reference | Next |
| 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. | ||
| Attributes | Name | Type | Description |
| prefix | ID | ||
| Context | include, | ||
| Inheritable | No | Scenario Spec. | No |
| See also | task | ||
project yourId "Your Project" "1.0" 2005-04-05 - 2005-05-01
task main "Main task" {
}
include "Include2.tji" { taskprefix main }