/* * John Poelstra * TaskJuggler Workshop -- exercise #1 */ project poelcat "Poelcat 1.0 First Voyage" "0.1" 2007-04-01 2007-06-01 { # Hide the clock time. # Show only show the date in DAY-MONTH-YEAR format timeformat "%d-%b-%Y" # Based on Eastern time zone in USA timezone "America/New_York" } vacation "Spring Holiday" 2007-04-06 task projstart "Poelcat 1.0 First Voyage" { start 2007-04-01 } task step1 "Step 1" { depends projstart duration 3d } task step2 "Step 2" { depends step1 length 2w } task step3 "Step 3" { depends step2 duration 5d } task step4 "Step 4" { depends step3 length 1w } task paralell "Paralell Step" { start 2007-04-06 duration 4d }