git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@47 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-06-25 13:48:11 +00:00
parent 23d997ad8e
commit 583798ae14

View File

@@ -12,7 +12,7 @@
<li>Build PMD by going to the etc directory and typing 'ant clean'</li>
<li>Type run 'filename', i.e.:</li>
<source>
<![CDATA[
<![CDATA[
C:\data\pmd\pmd\etc>run c:\data\pmd\pmd\test-data\Unused1.java
<pmd>
<file>
@@ -20,7 +20,7 @@
<description>Found unused local variable 'fr'</description></ruleviolation>
</file>
</pmd>
]]>
]]>
</source>
<li>Notice that the output is in an XML format, so you can redirect it to a file and process it later or whatever</li>
</ul>