[taskjuggler] Re: TaskJuggler - allocation question

From: Chris Schlaeger (cs_at_suse.de)
Date: Fri Nov 07 2003 - 14:06:04 CET


From: Chris Schlaeger <cs@suse.de>
Date: Fri, 7 Nov 2003 14:06:04 +0100
Message-Id: <200311071406.35924.cs@suse.de>
Subject: [taskjuggler] Re: TaskJuggler - allocation question

On Friday 07 November 2003 07:09, Pascal Drabik wrote:
> Dear Sir,
>
> Thanks again for your initiatives about TaskJuggler.
>
> I did not succeed up to now to specify a problem using TaskJuggler.
>
> How can I describe that 2 tasks may start at the same time, but
> should include
> the same people?
>
> For example (not syntax compliant):
>
> resource p1 "P1"
>
> task t "T" {
> start 2003-11-01
>
> task t1_1 "T1.1" {
> depends !t
This is redundant. A child always starts after or at the parent start.
> length 2h
> allocate p1
> }
> task t1_2 "T1.2" {
> depends !t
dito.
> length 2h
> allocate p1
> }
> }
>
> I would expect T1.1 being scheduled before or after T1.2, with
> P1allocated to
> both. Instead, I get T1.1 starting at the same time as T1.2 with P1 only
> being allocated
> to one of them.

A resource can only be allocated to one task at a time. So both task should
start at the same time and will be 2 workind days long but only one gets the
resource allocated.

Chris

-- 
KDE 3.1: Conquer your Enterprise Desktop!  See http://www.kde.org!
GPG Key: 1024D/0500838B  A5FE C051 2AFC 9A14 768A  5125 5829 5750 0500 838B




This archive was generated by hypermail 2.1.7 : Fri Nov 07 2003 - 14:06:39 CET