The TaskJuggler Manual | ||
---|---|---|
Prev | Chapter 7. Property Reference | Next |
type
>supplement
<type >
| |||
---|---|---|---|
Description | The supplement keyword provides a mechanism to add more attributes to already defined tasks or resources. The additional attributes must obey the same rules as in regular task or resource definitions and must be enclosed by curly braces. This construct is primarily meant for situations where the information about a task or resource is split over several files. E. g. the vacation dates for the resources may be in a separate file that was generated by some other tool. | ||
Attributes | Name | Type | Description |
type | ID | Possible values are | |
Context | The TJP File, task, | ||
Inheritable | No | Scenario Spec. | No |
See also | resource, task |
project test "Test Project" "$Id" 2000-01-01 - 2000-01-04 flags important resource joe "Joe" task top "Top Task" { start 2000-01-01 task sub "Sub Task" { } supplement task sub { length 1d } } supplement resource joe { vacation 2000-02-10 - 2000-02-20 } supplement task top { flags important }