Not really, but that message certainly should not be generated. The
real problem is the warning that triggers an error situtation that is
not properly reported. I have fixed that now.
> I also tried precedes orderListdone with essentially the same result.
>
> I copy my project file below. Any clues?
> task order_list "Order List"{
> task create_orderlist "create and continously update order list"{
> scheduling alap
This causes the task to inherit the project end date. The following
tasks will not fit behind it. Hence the warning.
You can try the latest version from the source repository. That should
no longer show the deadlock message. But you need to fix your project
too.
Chris
So still, and I already searched the forum or the documentation for it, how to I model something like this in taskjuggler:
I have task A and task B running at the same time. After task A is finished I know that task B will run on for N more weeks. So far I tried to put a milestone with a gap of N weeks which depends on task A and then make the milestone depend on task B. As you explained that does not work if I put the scheduler to alap for task B. So how can I get an enddate of a task set dynamically to the enddate of another task + a fixed offset?
Hope it is still ok to ask that to the dev forum. If not tell me and I will repost to user...
Thanks,
Matthias
This fix should work for all tasks. ALAP or ASAP doesn't matter here.
Can you send me the project that still fails, please?
> So still, and I already searched the forum or the documentation for it, how to I model something like this in taskjuggler:
>
> I have task A and task B running at the same time. After task A is finished I know that task B will run on for N more weeks. So far I tried to put a milestone with a gap of N weeks which depends on task A and then make the milestone depend on task B. As you explained that does not work if I put the scheduler to alap for task B. So how can I get an enddate of a task set dynamically to the enddate of another task + a fixed offset?
>
> Hope it is still ok to ask that to the dev forum. If not tell me and I will repost to user...
That's indeed more a topic for the user forum. You probably have to
split task b into 2 sub tasks, b1 and b2. b1 runs along with A and b2
that starts when A is ready. A and b1 must not be effort based tasks
and b1 must be alap with a precede on end of A.
Chris
> On Sat, Jul 16, 2011 at 11:09 AM, Matthias Berse
> <matthia...@gmail.com> wrote:
>> Ok I understand now. Seems you fixed it for scheduling alap only? Tried to experiment a bit with precedes and I got the same "deadlock" message again.
>
> This fix should work for all tasks. ALAP or ASAP doesn't matter here.
> Can you send me the project that still fails, please?
>
Yesterday I could still make it fail. Now I fail failing ;) Will keep you updated as I continue to work on my project. If it happens again, I will let you know...
Thanks,
Matthias