taskjuggler syntax: depends but for task end

66 views
Skip to first unread message

Tomas

unread,
Mar 24, 2011, 7:24:59 AM3/24/11
to TaskJuggler Users
Hi, I'm not sure if it's possible (couldn't find anything in docs),
but is it possible to declare depends but for task end? What I mean is
setting task end date that would come from other task?

For example I have :

task devend"development ends"{
start 2011-03-25
}

and then other tasks which would be like:

task coding "Coding"{
depends !devstart # sets task start date same as devstart
enddepends !devend # sets task end date same as devend
}

I know this probably doesn't fit with the IEEE project management
guidelines, but I thought I'll have a go.

Many thanks,
Tomas

Chris Schlaeger

unread,
Mar 24, 2011, 8:35:09 AM3/24/11
to taskjugg...@googlegroups.com
On Thu, Mar 24, 2011 at 12:24 PM, Tomas <toma...@gmail.com> wrote:
> Hi, I'm not sure if it's possible (couldn't find anything in docs),
> but is it possible to declare depends but for task end? What I mean is
> setting task end date that would come from other task?

TJ3 supports this. See 'onend'.

> For example I have :
>
> task devend"development ends"{
>  start 2011-03-25
> }
>
> and then other tasks which would be like:
>
> task coding "Coding"{
>  depends !devstart   # sets task start date same as devstart
>  enddepends !devend # sets task end date same as devend
> }

That's called a hammok task. But TJ doesn't support this. It's on the
TODO list, though.

Chris

Reply all
Reply to author
Forward
0 new messages