[taskjuggler-devel] Nested tasks

From: Silvia Franceschi (silvia.franceschi_at_ing.unitn.it)
Date: Thu Nov 11 2004 - 10:36:16 CET


From: Silvia Franceschi <silvia.franceschi@ing.unitn.it>
Date: Thu, 11 Nov 2004 10:36:16 +0100
Message-Id: <200411111036.16479.silvia.franceschi@ing.unitn.it>
Subject: [taskjuggler-devel] 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: taskjuggler-devel-unsubscribe@suse.com
For additional commands, email: taskjuggler-devel-help@suse.com


This archive was generated by hypermail 2.1.7 : Thu Nov 11 2004 - 10:38:31 CET