Starting two tasks at the same time

166 views
Skip to first unread message

Rob Stewart

unread,
Mar 1, 2017, 10:16:24 AM3/1/17
to TaskJuggler Users
The following TaskJuggler project generates the HTML shown here:


I would like task 1 and task 3 to start at the same time, I.e. to start both on 2017.02.17 . I don't understand why task 3 starts on 2017.03.15 ?

Thanks...


project nil "project" "1.0" 2017-02-17 +3800d {
}
shift s40 "Part time shift" {
  workinghours wed, thu, fri off
}
resource rob "My name" {
}
task epsrc "project" {
  purge allocate
  allocate rob
  task label1 "task 1" {
    effort 144.0h
  }
  task develop "task 2" {
    depends !label1, !label2
    effort 480.0h
  }
  task label2 "task 3" {
    effort 112.0h
  }
}
textreport report "Plan" {
  formats html
  center -8<-
    <[report id="plan"]>
  ->8-
}

# A traditional Gantt chart with a project overview.
taskreport plan "" {
  headline "Project Plan"
  columns bsi, name, start, end, effort, chart
  loadunit shortauto
  hideresource 1
}

Alexis Bystritsky

unread,
Mar 1, 2017, 1:30:37 PM3/1/17
to taskjugg...@googlegroups.com
Hi Rob!

You allocate only one resource (rob) for task 1 and task 3.  You can limit allocation rob for task 1, leftover resource rob Taskjuggler will allocate for task 3.

task label1 "task 1"
{
allocate rob
limits { dailymax 4h weeklymax 3d monthlymax 2w }
}
Also you can try to insert line

start ${projectstart}

for task 1 and task 3

regards,
Alexis




Среда, 1 марта 2017, 18:16 +03:00 от Rob Stewart <robste...@gmail.com>:

--
You received this message because you are subscribed to the "TaskJuggler Users" group.
To post to this group, send email to taskjugg...@googlegroups.com
To unsubscribe from this group, send email to
taskjuggler-us...@googlegroups.com
For more information about TaskJuggler visit http://www.taskjuggler.org
---
You received this message because you are subscribed to the Google Groups "TaskJuggler Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taskjuggler-us...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


best regards,
Alexis Bystritsky
Reply all
Reply to author
Forward
0 new messages