--help | Print all command line options with a short
description. |
--version | Print the version and copyright info. |
-v | Same as '--version'. |
-s | Stop TaskJuggler's 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 desirable 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 the
dependency specification that is wrong. |
--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 activates 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. |
--warnerror | Warnings are treated as errors. |