From: bananas (midra_at_web.de)
Date: Fri Jan 20 2006 - 13:57:31 CET
From: bananas <midra@web.de> Message-ID: <1918.43d0de3b@www.taskjuggler.org> Date: Fri, 20 Jan 2006 13:57:31 +0100 (CET) Subject: [taskjuggler-devel] Strange Error Message
The following mini project stop with the error
Quote:
> End of task 'T2' does not fit into the project time frame. Try using a later project end date.
but surely 1 hour should fit into a whole year...
Version: TaskJuggler v2.2.0
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 5m
> # 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:57:33 CET