[taskjuggler-devel] Re: printing with missing task/resource description

From: vincenegri (vince.negri_at_gmail.com)
Date: Tue Nov 15 2005 - 16:57:01 CET


From: vincenegri <vince.negri@gmail.com>
Message-ID: <1821.437a054d@www.taskjuggler.org>
Date: Tue, 15 Nov 2005 16:57:01 +0100 (CET)
Subject: [taskjuggler-devel] Re: printing with missing task/resource description


That project file doesn't "compile" with Taskjuggler:

test.tjp:177: Date 2005-01-16-00:00:00-GMT is outside of project time frame (2005-11-15-00:00:00-GMT - 2006-05-13-23:59:59-GMT
      start 2005-01-16
test.tjp:181: Date 2005-01-20-00:00:00-GMT is outside of project time frame (2005-11-15-00:00:00-GMT - 2006-05-13-23:59:59-GMT
      delayed:start 2005-01-20

Anyway, the default project template probably needs updating. In the latest TJ, you get exactly the columns you ask for. Your test.tjp has this definition for the report:

# This task report is for use with the TaskJuggler GUI
taskreport "Project Overview" {
  columns start, end, effort, duration, completed, cost, revenue
}

..and those are the columns you get. You won't get a resource column unless you explicitly ask for it, like this:

# This task report is for use with the TaskJuggler GUI
taskreport "Project Overview" {
  columns resources, start, end, effort, duration, completed, cost, revenue
}

btw, I think you also should add "chart" as the final column to make sure you get the Gantt chart included.

-- 
To unsubscribe, email: taskjuggler-devel-unsubscribe@suse.com
For additional commands, email: taskjuggler-devel-help@suse.com


This archive was generated by hypermail 2.1.7 : Tue Nov 15 2005 - 16:57:03 CET