The TaskJuggler Manual | ||
---|---|---|
Prev | Chapter 7. Property Reference | Next |
resource
>
[, <resource
> ... ]alternative
<resource >
[, <resource > ... ]
| |||
---|---|---|---|
Description | A list of alternative resources for an allocation. There is no difference between the allocated resource and its alternatives. If no selection criteria is given, TaskJuggler picks the resource that it finds most appropriate. | ||
Attributes | Name | Type | Description |
resource | ID | ||
Context | allocate, | ||
Inheritable | No | Scenario Spec. | No |
See also | select |
project prj "Project" "1.0" 2000-01-01 - 2000-03-01 resource tuxus "Tuxus" resource tuxia "Tuxia" task t "Task" { start 2000-01-01 effort 5d # Use tuxux or tuxia, whoever is available. allocate tuxus { alternative tuxia } }