summaryrefslogtreecommitdiff
path: root/check.xml
diff options
context:
space:
mode:
authorJan Matèrne <jhm@apache.org>2014-06-29 21:07:39 +0200
committerJan Matèrne <jhm@apache.org>2014-06-29 21:07:39 +0200
commit4e9ffe5bb1ef646b6fd91e6ed9947e202e33b726 (patch)
tree50393cae80cfa332989be10210ba09a2d8d7eabb /check.xml
parent877b505fe89b2d1a0508244ac7c49e898ee250a1 (diff)
downloadant-4e9ffe5bb1ef646b6fd91e6ed9947e202e33b726.tar.gz
Checkstyle creates the directory, so report transformation does not need that any more.
Diffstat (limited to 'check.xml')
-rw-r--r--check.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/check.xml b/check.xml
index ef1c8cbe5..bc6f11fef 100644
--- a/check.xml
+++ b/check.xml
@@ -106,7 +106,6 @@
</target>
<target name="htmlreport" description="--> generates a html checkstyle report">
- <mkdir dir="${checkstyle.reportdir}"/>
<xslt in="${checkstyle.raw}" style="${stylesheet.html}"
out="${checkstyle.reportdir}/html/output.txt">
<param name="basedir" expression="${checkstyle.basedir}"/>
@@ -116,7 +115,7 @@
<target name="textreport" description="--> generates a text checkstyle report">
<xslt in="${checkstyle.raw}" style="${stylesheet.text}"
- out="${checkstyle.reportdir}/report.txt">
+ out="${checkstyle.reportdir}/report.txt">
</xslt>
</target>