From 988cb86b1a8b4e41e99386a345bc519469df4591 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Wed, 22 Jan 2003 20:14:35 +0000 Subject: [PATCH] tweak git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1364 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/doing_the_next_pmd_release.txt | 4 +- pmd/xdocs/ant-task.xml | 58 +++++++++++++------------- 2 files changed, 32 insertions(+), 30 deletions(-) diff --git a/pmd/etc/doing_the_next_pmd_release.txt b/pmd/etc/doing_the_next_pmd_release.txt index 1a8d6d4836..b41abba1d6 100644 --- a/pmd/etc/doing_the_next_pmd_release.txt +++ b/pmd/etc/doing_the_next_pmd_release.txt @@ -37,7 +37,7 @@ copy ..\lib\pmd-1.02.jar c:\tmp\pmd\lib copy ..\lib\xmlParserAPIs-2.0.2.jar c:\tmp\pmd\lib copy ..\lib\xercesImpl-2.0.2.jar c:\tmp\pmd\lib copy the docs directory over to c:\tmp\pmd -- how to do this on cmd line? -copy all the test classes and data into the release +copy the test-data directory over to c:\tmp\pmd Zip it up, rename it pmd-bin-1.02.zip Time to tag: @@ -57,7 +57,7 @@ and then retag everything FTP the zip file to SF ftp upload.sourceforge.net -generic userid/password: anonymous/tomcopeland@users.sourceforge.net +generic userid/password: anonymous/tom@infoether.com cd incoming bin put pmd-bin-1.02.zip diff --git a/pmd/xdocs/ant-task.xml b/pmd/xdocs/ant-task.xml index eed4627764..ea13cd38d8 100644 --- a/pmd/xdocs/ant-task.xml +++ b/pmd/xdocs/ant-task.xml @@ -20,27 +20,17 @@ Required - reportfile - The file to which the report is written. + formatter + Specifies formats and files to which the report is written. Can be of type 'xml', 'text', or 'html'. See example below. Yes - - verbose - Verbose output - names of files processed, rule counts, etc. - No - rulesetfiles A comma delimited list of ruleset files ('rulesets/basic.xml,rulesets/design.xml'). If you write your own ruleset files, you can put them on the classpath and plug them in here. Yes - - format - The report format (xml, html) - Yes - failonerror Whether or not to fail the build if PMD finds any problems @@ -51,29 +41,41 @@ Whether or not to print any problems found to the Ant log/console No + + shortFilenames + Places truncated filenames in the report. This can reduce your report file size by 15%-20%. + No + + + verbose + Verbose output - names of files processed, rule counts, etc. + No + - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + + ]]>