post-release stuff

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@443 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-18 18:12:57 +00:00
parent 1b6d6983fc
commit 9e2632ff84

View File

@ -10,6 +10,7 @@
<section name="Running PMD via command line">
<ul>
<li>Type run &lt;filename&gt; &lt;report format&gt;, &lt;rule set file&gt;i.e.:</li>
<subsection>
<source>
<![CDATA[
C:\data\pmd\pmd\etc>run c:\data\pmd\pmd\test-data\Unused1.java xml rulesets/unusedcode.xml
@ -23,6 +24,7 @@ C:\data\pmd\pmd\etc>run c:\data\pmd\pmd\test-data\Unused1.java xml rulesets/unus
C:\data\pmd\pmd\etc>
]]>
</source>
</subsection>
<li>Notice that in this case the output is in XML, so you can redirect it to a file and XSLT it or whatever</li>
</ul>
</section>