I have set up a project and I got the error message
Error: Task xxx has not been marked as scheduled.
I removed almost everything and this is a very small file, which still produces the error:
project projectid "Studies" 2019-10-01 - 2022-09-30 {}
resource students "Students" {}
task studies "Studies"{
allocate students
task sem6 "Semester 6" {
start 2019-10-01
end 2022-09-30
task thesis "Thesis" {
start 2022-06-13
end 2022-09-05
}
}
}
Why can't it schedule the task "studies"? How do I fix it?
It happens with Task Juggler 3.5.0 and 3.6.0