From: Pascal Drabik (Pascal.Drabik_at_easynet.be)
Date: Mon Oct 20 2003 - 22:24:25 CEST
Message-ID: <3F944479.5090201@easynet.be> Date: Mon, 20 Oct 2003 22:24:25 +0200 From: Pascal Drabik <Pascal.Drabik@easynet.be> Subject: [taskjuggler] Taskjuggler problem?
Hi,
I am discovering taskjuggler and must say quite excited with the
functionalities.
However, in the process of learning its use, I came to the following
examples that
according to my understanding does not work properly.
Both reports generated indicates that "Pascal" is working for T1 from
09:00 to 12:00
while I would expect to see "Pascal" working from 09:00 to 10:00 (i.e. 1
hour).
I get the same result if I use "duration" instead of "length".
I get what I expect if I use "effort". But this is not really what I
want to mdelise
(e.g. if 2 persons are involved, then the allocation is divided by 2).
I tried several possibilities but did not find any explanation.
Is there something that I do wrong in the specification or is it a bug?
Thanks in advance for any idea.
Regards,
Pascal.
========================================================
project P "P" "V1.0" 2003-11-10 2003-11-17 {
}
resource pascal "Pascal"
task t1 "T1" {
allocate pascal
start 2003-11-10-09:00
length 1h
}
htmlresourcereport "Schedule.html" {
columns name, schedule
headline "Staff schedule"
}
htmltaskreport "Task.html" {
columns name, start, end, resources
headline "Task schedule"
}
========================================================
-- 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 : Mon Oct 20 2003 - 22:21:20 CEST