diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index a74ea97c99..66c5d64bf4 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -4,6 +4,7 @@ Fixed bug 254: False+ : UnusedImport with Javadoc @throws Fixed bug 1080: net.sourceforge.pmd.cpd.CPDTest test failing Fixed bug 1081: Regression: CPD skipping all files when using relative paths Fixed bug 1082: CPD performance issue on larger projects +Fixed bug 1086: Unsupported Element and Attribute in Ant Task Example April 5, 2013 - 5.0.3: diff --git a/pmd/src/site/xdocs/ant-task.xml b/pmd/src/site/xdocs/ant-task.xml index 3b511f0970..2babcccff9 100644 --- a/pmd/src/site/xdocs/ant-task.xml +++ b/pmd/src/site/xdocs/ant-task.xml @@ -71,27 +71,35 @@
formatter
nested element - specifies the format of and the files to which the report is written.
Name | Values | ||
---|---|---|---|
format | -xml,html,text,csv,papari,summaryhtml | -||
type | +xml,ideaj,textcolor,text,textpad,emacs,csv,html,xslt,yahtml,summaryhtml,vbhtml | +||
showSuppressed | Whether to show suppressed warnings; "false" is the default. | ||
filename | +toFile | A filename to which to write the report | |
linkPrefix | -Used for linking to online HTMLized source (like this). See example below. | +toConsole | +Whether to output the report to the console; "false" is the default. |
linePrefix | -Used for linking to online HTMLized source (like this). See example below. | +
+ The |
The language to be used for parsing is selected via the The specific version of a language to be used for parsing is selected via the classpath
nested element - useful for specifying custom rule. More details on the classpath
element are in the Ant documentation here and there's
@@ -110,7 +118,9 @@
sourceLanguage
nested element.
- Possible values are:sourceLanguage
+ nested element. Possible values are: