alternative <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.

AttributesNameTypeDescription
resourceID 
Contextallocate,
InheritableNoScenario Spec.No
See alsoselect

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 }
}