TaskJuggler IDE
TaskJuggler Contributions
On this page you can find usefull add-ons that have been contributed to the TaskJuggler Project.
KDissert Exporter
The folks from basysKom have developed a nice program that converts KDissert Mindmaps into TaskJuggler project files. This allows you to create your initial project breakdown as a mindmap in KDissert.
The program can be downloaded from their download page.
Bugzilla to TaskJuggler converter
Tom Schutter has contributed some Python scripts that can be used to extract tasks from a Bugzilla database and to create TaskJuggler tasks.
You can find some usage information and the scripts here.
TaskJuggler Python Front-End
Dick Kniep has contributed a Python frontend to TaskJuggler:
|
PyTJ (Python frontend for TaskJuggler) |
|
Example for using the Python frontend |
PyTJ provides base classes to build TaskJuggler task trees in Python, get them scheduled by TaskJuggler, and write the scheduler results back to the task tree. Currently it just creates temporary TaskJuggler schedule files and passes them to TaskJuggler. It does not (yet) do fancy things like calling the TaskJuggler C++ API directly from Python.
The example file Planning.py can not be used as is. To run it you need additional Python modules that are not included. It is only meant to be used as a code example for calling PyTJ in your own Python code.
The Python frontend has not been thoroughly tested by the TaskJuggler developers. We are just making it available for download as is. Please contact Dick Kniep for questions and comments.
Like TaskJuggler, the Python frontend is licensed under the GNU GPL.
The Font-End offers easy access to almost all TaskJuggler features. Please see this page for some screenshots.
