[MacPorts] #22645: taskjuggler: Task 'project1.task1' needs a start specification to be scheduled in ASAP mode in the 'plan' scenario.
MacPorts
noreply at macports.org
Tue Apr 26 14:03:34 PDT 2011
#22645: taskjuggler: Task 'project1.task1' needs a start specification to be
scheduled in ASAP mode in the 'plan' scenario.
--------------------------------+-------------------------------------------
Reporter: borschel@… | Owner: rene@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 1.8.1
Resolution: | Keywords:
Port: taskjuggler |
--------------------------------+-------------------------------------------
Comment(by mikesanders5@…):
Replying to [comment:5 ryandesign@…]:
> Re-opening per duplicate #29272.
I got this to install by tweaking the Project1-Interface.tji file.
Basically, I had to remove task dependencies and the supplemental shift
assignments. This doesn't make for a great example for beginners of this
software, however it will build. The examples end up going into a very
obscure location anyway,
/opt/local/var/macports/software/taskjuggler/2.4.3_3/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_office_taskjuggler/work/destroot/share/doc
Here is the resulting Project1-Interface.tji file that I used.
/*
* This file has been generated by TaskJuggler 2.4.3
* at 2011-04-25 21:48:56 CDT.
*/
/*
* For details about TaskJuggler see http://www.taskjuggler.org
*/
projectids project1
task project1 "First Project" {
scheduling asap
projectid project1
task task1 "Task 1" {
plan:start 2002-01-17
plan:end 2002-02-12-18:00:00--0500
plan:scheduled
}
task task2 "Task 2" {
plan:start 2002-02-13-09:00:00--0500
plan:end 2002-03-05-18:00:00--0500
plan:scheduled
}
task task3 "Task 3" {
plan:start 2002-03-06-09:00:00--0500
plan:end 2002-03-26-18:00:00--0500
plan:scheduled
}
}
flags interface
supplement task project1 {
supplement task task1 {
}
supplement task task2 {
purge flags
flags interface
}
supplement task task3 {
}
}
--
Ticket URL: <https://trac.macports.org/ticket/22645#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list