Re: empty resources for finished tasks
Chris Schlaeger <
cs@...>
2004-12-13 14:06:37 GMT
On Wednesday 01 December 2004 20:05, Michal Vitecek wrote:
> hello everyone,
>
> i'm trying to use taskjuggler for my project and am struggling with
> some problems i'm unable to solve.
>
> 1) when a task is finished, it most of the time has no resources
> allocated to it, ie.:
>
> task task1 "task1" {
> allocate resource1
> complete 100
> start 2004-12-01-14:00
> length 2h
> end 2004-12-01-16:00
> }
You are using 'length' so you will get the resources only if they are
available. If you want to make sure that you get the resources, you need to
use 'effort' instead.
Chris
> with this i was expecting that 2 hours will be taken from the
> resource1's availability and that the resource will be allocated to
> the task. however in the status report HTML, no resource is shown
> for the task :/
>
> 2) maybe it's because i'm not using taskjuggler correctly. how can i
> specify exactly that a task was started/finished at a certain time
(Continue reading)