[taskjuggler-devel] Scenario Bug? (ignoring of gapduration/length with scenarios)

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


From: Jochen Deibele <jmdeibele@gmx.de>
Message-ID: <1934.43ddd3e9@www.taskjuggler.org>
Date: Mon, 30 Jan 2006 09:52:57 +0100 (CET)
Subject: [taskjuggler-devel] Scenario Bug? (ignoring of gapduration/length with scenarios)


Hi again!

And another one ...

project da "Diplomarbeit" "0.1" 2005-10-12 2006-07-31 {
  scenario plani "Plan" {
    scenario real "Reality"
  }
}

task presentation "presentation"{
  task prepare "preparation" {
    length 2w
    depends !!mlst1 {gapduration 2d}
  }
  task event "presentation event" {
    depends !prepare {gapduration 1w }
    length 30min
  }
}
task mlst1 "Milestone 1" {
  milestone
  start 2006-05-10
  real:start 2006-05-20
}

In the real-Scenario Taskjuggler ignores the gapduration and gaplength, in
the plan scenario everything is fine.

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

btw: I think the concept of taskjuggler is really good, and also most of it works really fine!

Thank you!
Jochen

-- 
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:52:59 CET