From: Max Hofer (max.hofer_at_apus.co.at)
Date: Wed Sep 29 2004 - 17:10:18 CEST
From: Max Hofer <max.hofer@apus.co.at> Date: Wed, 29 Sep 2004 17:10:18 +0200 Message-Id: <200409291710.18370.max.hofer@apus.co.at> Subject: re: [taskjuggler] Shared resource not taking hours from effort
<Hindrik Hettema> wrote:
> How can I in taskjuggler arrange that the official is modelled (so
> the tests do not overlap) but not get the official book any hours
> on the hours specified in effort for that task?
what about setting his efficiency at 0?
task aap "aap" {
effort 8h
allocate jan, official { mandatory efficiency 0}
}
task noot "noot" {
effort 16h
allocate piet, official { mandatory efficiency 0 }
}
------ alternative version start -----------
or declare the official resource as mandatory with efficiency 0:
resource official "External Official" {
mandatory
efficiency 0
}
task aap "aap" { effort 8h allocate jan, official }
task noot "noot" {effort 16h allocate piet, official }
(!! I did not try this version, it may not work)
------ alternative version end -----------
both tasks will be scheduled sequencially because of the offcial which is
mandatory (but does not consume any effort hours).
Problem is the sum of used working hours for for a task.
In your example jan will consume 8 hours, and the offcial will consume 8 hours
- with efficiency 0. Your reports will show 16 hours for this task.
Not sure if this is what you want. If the official is an external working
force it does not make sense to show his working hours on your schedule.
i have no solution for this problem (i have the same problem with my example
for mutual exclusive resources).
-- Max Hofer APUS Software G.m.b.H. A-8074 Raaba, Bahnhofstraße 1/1 T| +43 316 401629 11 F| +43 316 401629 9 W| www.apus.co.at E| max.hofer@apus.co.at -- To unsubscribe, email the address listed in the List-Unsubscribe header For additional commands, email: taskjuggler-help@suse.com
This archive was generated by hypermail 2.1.7 : Wed Sep 29 2004 - 17:10:28 CEST