31 lines
825 B
XML
31 lines
825 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<document xmlns="http://maven.apache.org/XDOC/2.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
|
|
|
|
<properties>
|
|
<title>Running</title>
|
|
<author>Oliver Burn</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Running">
|
|
<p>
|
|
This section documents the out-of-box supported methods for
|
|
running Checkstyle.
|
|
</p>
|
|
|
|
<ul>
|
|
<li>An <a href="anttask.html">Ant task</a>.</li>
|
|
<li>A <a href="cmdline.html">Command Line</a> tool.</li>
|
|
</ul>
|
|
|
|
<p>
|
|
Note that there are <a href="index.html#Related_Tools">loads of
|
|
plug-ins</a> for all the IDE's out there.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</document>
|