[taskjuggler] TaskJuggler - allocation question

From: Pascal Drabik (Pascal.Drabik_at_easynet.be)
Date: Fri Nov 07 2003 - 07:09:01 CET


Message-ID: <3FAB36FD.6090309@easynet.be>
Date: Fri, 07 Nov 2003 07:09:01 +0100
From: Pascal Drabik <Pascal.Drabik@easynet.be>
Subject: [taskjuggler] TaskJuggler - allocation question


   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
    length 2h
    allocate p1
  }
  task t1_2 "T1.2" {
    depends !t
    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.

   Thanks in advance.

   Regards,

Pascal.

-- 
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 : Fri Nov 07 2003 - 07:05:37 CET