Re: [taskjuggler-devel] taskjuggler

From: Klaas Freitag (freitag_at_suse.de)
Date: Tue Aug 03 2004 - 10:38:07 CEST


From: Klaas Freitag <freitag@suse.de>
Date: Tue, 3 Aug 2004 10:38:07 +0200
Message-Id: <200408031038.08175.freitag@suse.de>
Subject: Re: [taskjuggler-devel] taskjuggler

On Monday 02 August 2004 20:03, Terry Pike wrote:
> Hello
>
> I have downloaded and installed taskjuggler and ktjview, the only problem I
> have is how do you start taskjuggler. I can get ktjview to open but can't
> create a project. I have tried executing taskjuggler in /opt/kde3/bin but
> nothing happens. Can you help?
Have you taskjuggler provided with an input file? Taskjuggler is a commandline
tool that calculates schedules etc. from a text based input file where
the user specifies the jobs to do and more. If the input is correct, tj
builds the schedules and produces output. Since there are so many options
for output, we had to provide a possibility to specify what kind of output
you want to have for your project. And - caveat ;-) - if you do not specify
any kind of output in your tj input file, taskjuggler schedules your
project, but does not produce any output.

A good starting point is a htmlreport, add this to your input file:

htmltaskreport "tasks.html" {
    start 2004-03-01
    end 2004-04-01

    headline "Lots of work"
}

To go with ktjview, you need the xml report, add this to your input:
xmlreport "xmlreport.tjx" {
    version 2
}

All this is documented in
http://www.taskjuggler.org/manual/x835.html

Regards,

Klaas

-- 
                                               Klaas Freitag
                              Internal Tools - SUSE Linux AG
-- 
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 Aug 03 2004 - 10:39:29 CEST