# from: http://www.taskjuggler.org/FUDforum2/index.php?t=msg&th=3147&start=0&rid=568&S=44cf228144103b8560a3bbc516144de5 # A single project manager, assigned to mulitple projects, where those projects start at the same time, with different resources. project myProjectId "My Project" "1.0" 2006-10-08 2006-12-04 task start "Project Start" { start 2006-10-25 } resource a "a"{} resource b "b"{} resource c "c"{} task t1 "t1"{ allocate a effort 2w allocate b {limits {dailymax 4h}} start 2006-10-25 } task t2 "t2"{ allocate c effort 2w allocate b {limits {dailymax 4h}} start 2006-10-25 } taskreport "Gantt Actuel" { headline "Gantt scenario actuel" columns name, start, end, effort,completed,chart timeformat "%d-%m-%Y" loadunit days hideresource 0 }