<p>Optionally, you can also set the <code>outputfile</code> name where the output is stored. By default the task writes its report to the standard output.</P>
<P>Note: whereas the JDepend tool can be customized to exclude some packages, the current jdepend And Task does not have parameters to allow these exclusions. Read JDepend specific documentation for that purpose.</P>
<tdVALIGN=TOP>Run the tests in a separate VM.</td>
<tdALIGN=CENTERVALIGN=TOP>No, default is "off"</td>
</tr>
<tr>
<tdVALIGN=TOP>haltonerror</td>
<tdVALIGN=TOP>Stop the build process if an error occurs during the jdepend analysis.</td>
<tdALIGN=CENTERVALIGN=TOP>No, default is "off"</td>
</tr>
<tr>
<tdVALIGN=TOP>timeout</td>
<tdVALIGN=TOP>Cancel the operation if it doesn't finish in the given time (measured in milliseconds). (Ignored if fork is disabled.)</td>
<tdALIGN=CENTERVALIGN=TOP>No</td>
</tr>
<tr>
<tdVALIGN=TOP>jvm</td>
<tdVALIGN=TOP>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.)</td>
<tdALIGN=CENTERVALIGN=TOP>No, default "java"</td>
</tr>
<tr>
<tdVALIGN=TOP>dir</td>
<tdVALIGN=TOP>The directory to invoke the VM in. (Ignored if fork is disabled)</td>
<tdALIGN=CENTERVALIGN=TOP>No</td>
</tr>
<tr>
<tdVALIGN=TOP>classpathref</td>
<tdVALIGN=TOP>the classpath to use, given as reference to a PATH defined elsewhere.</td>
This invokes JDepend in a separate VM on the <code>src</code> and <code>testsrc</code> directories, writing the output to the <code><docs/jdepend.xml></code> file in xml format.