Attribute | Description | Required |
outputfile | The output file name. If not set, the output is printed on the standard output. | No |
format | The format to write the output in. The default is "text", the alternative is "xml" | No |
fork | Run the tests in a separate VM. | No, default is "off" |
haltonerror | Stop the build process if an error occurs during the jdepend analysis. | No, default is "off" |
timeout | Cancel the operation if it doesn't finish in the given time (measured in milliseconds). (Ignored if fork is disabled.) | No |
jvm | The command used to invoke the Java Virtual Machine, default is 'java'. The command is resolved by java.lang.Runtime.exec(). (Ignored if fork is disabled.) | No, default "java" |
dir | The directory to invoke the VM in. (Ignored if fork is disabled) | No |
classpathref | the classpath to use, given as reference to a PATH defined elsewhere. | No |