*** empty log message ***

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@10 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland 2002-06-24 14:54:21 +00:00
parent d4906fbfee
commit 979ed8ace2
2 changed files with 11 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<br>Thanks to <a href="http://www.webgain.com/products/java_cc/">Webgain</a> for hosting JavaCC.
<p><b>Developers</b>
<br>Tom Copeland
<br>David Peugh
<br>David Dixon-Peugh
<p><b>Similar projects</b>
<br><a href="http://doctorj.org/">DoctorJ</a> - open source, written in C++, checks Javadoc, syntax, and calculates metrics
<br><A href="http://www.parasoft.com">JTest</a> - commercial product, very nice with tons of features, but also very expensive and requires a running X server (or Xvfb) to run on Linux. They charge $500 to move a license from one machine to another.

10
pmd/docs/readme.txt Normal file
View File

@ -0,0 +1,10 @@
Here's how to use PMD:
1) Check out the source code
2) Change to the etc directory - "cd etc"
3) run the scp.bat file - "scp"
3) Make sure you have Ant 1.4.1 installed
4) Run the Ant build file - "ant clean"
5) write a small Ant target that uses PMD (see etc/build.xml for an example)
6) Run the Ant target - "ant pmd"
7) This generates a text file contained problem names and line numbers