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