From 1b8114e9a9ece316f106cb9a055c6d986299e6ab Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Fri, 26 Jul 2002 16:21:37 +0000 Subject: [PATCH] tweak git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@525 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/xdocs/howtowritearule.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd/xdocs/howtowritearule.xml b/pmd/xdocs/howtowritearule.xml index b8908de3d7..667a2c459c 100644 --- a/pmd/xdocs/howtowritearule.xml +++ b/pmd/xdocs/howtowritearule.xml @@ -90,7 +90,7 @@ CompilationUnit
  • Put the example file in the pmd/test-data directory in a file called "Example.java"
  • Edit the class net.sourceforge.pmd.PMD and uncomment the line that says c.dump();
  • Open a command prompt and cd into the pmd/etc directory
  • -
  • Recompile the project using the Ant task; i.e., ant compile
  • +
  • Recompile the project using the Ant task; i.e., ant compile
  • Run the go batch file to run PMD on one file, like this: go Example xml rulesets/basic.xml. The go.bat file will fill in the directories and main class and whatnot. You'll probably have to edit this batch file to match where you unzipped PMD.