I want to create 2 reports:
1) CSV file with all tasks. For each task, its ID, name and end date
should be listed.
2) Any file (e. g. XML), which contains
a) IDs, names and end dates of all tasks and
b) dependencies between tasks.
How can I do this in TaskJuggler III?
Thanks in advance
Dmitri
On 2 Mrz., 14:15, Dmitri Pissarenko <dmitri.pissare...@gmail.com>
wrote:
> Hello!
>
> I want to create 2 reports:
>
> 1) CSV file with all tasks. For each task, its ID, name and end date
> should be listed.
taskreport status "tasks" {
formats csv
columns id, start, end
}
>
> 2) Any file (e. g. XML), which contains
>
> a) IDs, names and end dates of all tasks and
> b) dependencies between tasks.
>
XML is not supported at the moment....
only csv, html and niku
best regards
JohnZ
Thanks for your answer!
>> 2) Any file (e. g. XML), which contains
>>
>> a) IDs, names and end dates of all tasks and
>> b) dependencies between tasks.
>>
>
> XML is not supported at the moment....
>
> only csv, html and niku
Does a niku file contain data on dependencies between the tasks?
Can I parse a niku file in my own program, e. g. Java ? Somewhere I
read that niku files are XML-based.
Thanks in advance
Dmitri Pissarenko
Right it's xml but it contains no task dependencies just
resource allocations for certain tasks.
Refer "http://www.taskjuggler.org/tj3/manual/nikureport.html"
for more details.
best regards
JohnZ