post-release stuff

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@446 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-18 18:20:08 +00:00
parent 81013352a6
commit 28caf2968a

View File

@ -11,6 +11,7 @@
<ul>
<li>Type run &lt;filename&gt; &lt;report format&gt;, &lt;rule set file&gt;i.e.:</li>
<br></br>
<pre>
C:\data\pmd\pmd\etc&gt;run c:\data\pmd\pmd\test-data\Unused1.java xml rulesets/unusedcode.xml
&lt;?xml version="1.0"?&gt;&lt;pmd&gt;
&lt;ruleviolation&gt;
@ -20,6 +21,7 @@ C:\data\pmd\pmd\etc&gt;run c:\data\pmd\pmd\test-data\Unused1.java xml rulesets/u
&lt;/ruleviolation&gt;
&lt;/pmd&gt;
C:\data\pmd\pmd\etc&gt;
</pre>
<br></br>
<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>