From: bananas (midra_at_web.de)
Date: Fri Jan 20 2006 - 13:46:33 CET
From: bananas <midra@web.de> Message-ID: <1917.43d0dba9@www.taskjuggler.org> Date: Fri, 20 Jan 2006 13:46:33 +0100 (CET) Subject: [taskjuggler-devel] Bug Report
Hi All!
I hope this is the right place for bug reports. If not please direct me to the right location...
The following minimal project lets terminate taskjuggler with an floating point exception. Reason seems to be the timingresolution:
Quote:
> project P2006 "P2006" "1.0" 2006-01-01 2006-12-31 {
> now 2006-01-17
> # Hide the clock time. Only show the date.
> timeformat "%Y-%m-%d"
> # The currency for all money values is EUR.
> dailyworkinghours 8
> yearlyworkingdays 220
>
> currency "EUR"
> timingresolution 30m
> # We want to compare the baseline scenario, to one with a slightly
> # delayed start.
> #scenario plan "Plan" {
> # scenario delayed "Delayed"
> #}
> scenario plan "Plan" {
> # Compute when the task will be ready based on the already done
> # work and the current date.
> projection
>
> }
>
>
> }
>
>
> resource dev1 "dev1" {
> rate 100
> }
>
> task start_all "Start" {
> milestone
> start 2006-01-01
> }
>
> task T2 "test" {
> effort 1h
> depends start_all
> allocate dev1
> }
-- 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 : Fri Jan 20 2006 - 13:46:43 CET