summaryrefslogtreecommitdiff
path: root/check.xml
diff options
context:
space:
mode:
authorPeter Reilly <peterreilly@apache.org>2005-01-27 14:29:17 +0000
committerPeter Reilly <peterreilly@apache.org>2005-01-27 14:29:17 +0000
commitc6838231ae6eb6d3c2080f9f94866b209889e9b8 (patch)
treef0b28426c0ecbb9b7b957c9b5994d4c9ea20a145 /check.xml
parent16ce691886c4702eec98b5f4a38cbe5e3fb232e2 (diff)
downloadant-c6838231ae6eb6d3c2080f9f94866b209889e9b8.tar.gz
add a dumphtml target
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277510 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'check.xml')
-rwxr-xr-xcheck.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/check.xml b/check.xml
index aba215ecd..a4a24a197 100755
--- a/check.xml
+++ b/check.xml
@@ -73,6 +73,7 @@
</style>
</target>
+ <target name="dumphtml" depends="checkstyle, htmlreport" description="--> runs the checkstyle and generates a html report"/>
<target name="dumptext" depends="checkstyle, textreport" description="--> runs the checkstyle and displays result as text">
<concat>
<filelist dir="${checkstyle.reportdir}" files="report.txt"/>