Sha256: 57feaeda005ec66ab975efbe1bcff615829e1f09d06caa676456517f68c13ac5

Contents?: true

Size: 694 Bytes

Versions: 8

Compression:

Stored size: 694 Bytes

Contents

project simple "Simple Project" "1.0" 2007-01-01 - 2007-02-01

# *** EXAMPLE: 2 +
copyright "Tux Inc."

# *** EXAMPLE: 1 +

resource r1 "Resource 1"

task plant "How to plant a tree" {
 start 2007-01-01
 # All sub-tasks inherit this allocation of r1
 allocate r1
 task plan "Choose the planting site" {
   effort 2d
 }
 task buy "Get a tree" {
   effort 1d
   depends !plan
 }
 task action "Plant the tree" {
   effort 0.5d
   depends !buy
 }
}

taskreport planttree "PlantTree.html" {
  formats html
  caption "This project shows how to plant a tree easily"
  headline "How to plant a tree"
  columns name, start, end, daily
  # Don't hide any resource, thus show them all.
  hideresource 0
}

Version data entries

8 entries across 8 versions & 1 rubygems

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