Sha256: 90670480194e6a9758cbe2b259c97690b0d5161a82cb84b349c8bc7e3fcdf53a

Contents?: true

Size: 580 Bytes

Versions: 9

Compression:

Stored size: 580 Bytes

Contents

project prj "Priority Demo" "1.0" 2005-07-15 - 2005-10-01

resource tux "Tux"

task items "Project breakdown" {
  start 2005-07-15

  task coolStuff "Do some cool stuff" {
    start 2005-08-01
    effort 10d
    priority 800
    allocate tux
  }

  task otherStuff "Other not so important stuff" {
    start 2005-08-01
    effort 20d
    priority 500
    allocate tux
  }
  
  task maintenance "Maintenance work" {
    # This is a fallback task. Whenever tux is not doing something
    # else he is allocated to this task.
    duration 2m
    priority 300
    allocate tux
  }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
taskjuggler-0.0.10 test/TestSuite/Syntax/Correct/Priority.tjp
taskjuggler-0.0.9 test/TestSuite/Syntax/Correct/Priority.tjp
taskjuggler-0.0.8 test/TestSuite/Syntax/Correct/Priority.tjp
taskjuggler-0.0.7 test/TestSuite/Syntax/Correct/Priority.tjp
taskjuggler-0.0.6 test/TestSuite/Syntax/Correct/Priority.tjp
taskjuggler-0.0.5 test/TestSuite/Syntax/Correct/Priority.tjp
taskjuggler-0.0.4 test/TestSuite/Syntax/Correct/Priority.tjp
taskjuggler-0.0.3 test/TestSuite/Syntax/Correct/Priority.tjp
taskjuggler-0.0.2 test/TestSuite/Syntax/Correct/Priority.tjp