[taskjuggler-devel] Scheduling Bug?

From: Jochen Deibele (jmdeibele_at_gmx.de)
Date: Mon Jan 30 2006 - 09:50:45 CET


From: Jochen Deibele <jmdeibele@gmx.de>
Message-ID: <1933.43ddd364@www.taskjuggler.org>
Date: Mon, 30 Jan 2006 09:50:45 +0100 (CET)
Subject: [taskjuggler-devel] Scheduling Bug?


Hi!

I tried to schedule my diploma thesis with taskjuggler, but it doesn't work the way I expected it... :-]

See this Example:

project prj "Example Project" "1.0" 2005-05-01 2007-07-01
task t1 "Task 1" {
  start 2005-05-01
  duration 2d
}
task t2 "Task 2" {
  duration 1d
  depends !t1
}
task t3 "Task 3" {
  duration 1d
  precedes !t2
  depends !t1
}

I would guess that after scheduling I would have the following result:

t1: 2005-05-01 lasting 2 days
t3: 2005-05-03 lasting 1 day (because it is preceding t2 and depending on
t1)
t2: 2005-05-04 lasting 1 day.

But all I get is a compile-Error with:
Impossible dependency:
Task 3 ends at 2005-05-03-23:59:59 but needs to precede task t2 which has a
plan start time of 2005-05-03-00:00:00-CEST

Flipping depends and precedes in the last task changes the error message,
but doesn't resolve the problem either:
Task t3 starts at 2005-05-02-00:00:00-CEST but needs to follow
task t1 which has a plan end time of 2005-05-02-23:59:59

Is it my mistake or is it a Bug in taskjuggler?

I'm running Qt: 3.3.5 KDE: 3.5.0 Level "a" TaskJuggler: 2.2.0, on SuSE
Linux 9.3

Thank you,
Jochen

(Posted this also on taskjuggler-devel two weeks ago but no answer there)

-- 
To unsubscribe, email: taskjuggler-devel-unsubscribe@suse.com
For additional commands, email: taskjuggler-devel-help@suse.com


This archive was generated by hypermail 2.1.7 : Mon Jan 30 2006 - 09:50:50 CET