Re: [taskjuggler-users] Resource Scheduled Twice?

35 views
Skip to first unread message

Chris Schlaeger

unread,
Jun 23, 2013, 7:36:13 AM6/23/13
to taskjugg...@googlegroups.com
You need to make 'festival' a mandatory allocation.

Chris


On Tue, Apr 23, 2013 at 8:57 PM, Christian Carter <cdca...@gmail.com> wrote:
Hello,
I am trying to use resources to represent a space that may or may not be available for use. I have a resource "festival" with an efficiency of 0. It has an engagement that it is in use for, and then I'd like another task to start after that. A boiled down tjp:
resource festival "stage" {
  efficiency 0
}
resource crew "Crew"

task show "Show" {
  task other "Other Engagements" {
    start 2013-03-18
    end 2013-06-23
    allocate festival
  } 
  task load "Load-in" {
    effort 4d
    allocate festival
    allocate crew
  }
  task performance "Public Performance" {
    start 2013-07-11
    duration 4w
    depends !load
  }
}
Despite "festival" being allocated to "other", "load" is being scheduled to start on 2013-03-18, though "festival" should nto be available til 2013-06-24. I am very new to taskjuggler, so I am probably missing something. Any hints would be appreciated.

Thanks!

--
You received this message because you are subscribed to the "TaskJuggler Users" group.
To post to this group, send email to taskjugg...@googlegroups.com
To unsubscribe from this group, send email to
taskjuggler-us...@googlegroups.com
For more information about TaskJuggler visit http://www.taskjuggler.org
---
You received this message because you are subscribed to the Google Groups "TaskJuggler Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taskjuggler-us...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages