--help | Print all command line options with a short description. |
--version | Print the version and copyright info. |
-v | Same as '--version'. |
-s | Stop TaskJuggler run after syntax check. This option is for testing and debugging purposes only. |
-M | Output fragment of a Makefile that lists the dependencies of the passed TaskJuggler files. |
--makefile <file> | Similar to '-M' but write the dependency information into the specified file. |
--maxerrors N | Specifies the number of errors after which TaskJuggler stops checking the input files. If N is 0 all errors are displayed. |
--nodepcheck | Do not check for dependency loops. The loop detector uses an algorithm that needs exponentially more time the bigger the dependency network gets. So for large projects it can be desireable to skip the dependency loop detection. This does not affect the task scheduling but can lead to error messages that are difficult to associate with a flawed dependency specification. |
--debug N | Print debug output, N must be between 0 and 4, the higher N the more output is printed. This option is for testing and debugging purposes only. |
--dbmode N | Limit debug output to certain modules of the code. N is a bit mask. Each set bit actives output of a certain module. Currently the following modules are supported: Project File Reader (1), Project Scheduler (2), Task Scheduler (4), Resource Scheduler (8), Expression Tree Evaluator (16). This option is for testing and debugging purposes only. |
--updatedb | Update the Kotrus database with the new resource usage information. |
Calling TaskJuggler with . as input filename will cause reading from stdin. To redirect output to stdout you can specify -- as filename for reports. This feature can for example be used to generate dynamic HTML pages from CGI scripts.