From: Silvia Franceschi (silvia.franceschi_at_ing.unitn.it)
Date: Thu Nov 11 2004 - 10:37:28 CET
From: Silvia Franceschi <silvia.franceschi@ing.unitn.it> Date: Thu, 11 Nov 2004 10:37:28 +0100 Message-Id: <200411111037.28546.silvia.franceschi@ing.unitn.it> Subject: [taskjuggler] Nested tasks
Hallo
I am trying to use taskjuggler to organize projects but I have some problems.
How can I manage nested tasks?
I have a big task in which there are three sub tasks. All of them starts at
the beginning of the project but have different efforts and different
resources. I would like to have parallel tasks but the program will put the
tasks consequently and so the end is out of the project.
How can I make parallel tasks? Parallel means that have the same start and
different end ;)
I will attach this part of the code
*****************************************************************************
task start "Start of plan" {
start 2004-11-01
milestone
flags hidden
}
task software "Software development" {
depends !start
priority 1000
task gis "GIS development" {
effort 1d
allocate moovida, piso
}
task database "Database coupling" {
effort 1d
allocate moovida
}
task horton "Additional geomorphological tools" {
effort 1d
allocate cozzini
}
task peakflow "Hydrological tool" {
effort 2d
allocate piso
}
}
*****************************************************************************
In this way it goes but the real effort are 10 days and 20 days.
Sorry for my english, thanks
Silvia
-- 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 : Thu Nov 11 2004 - 10:38:59 CET