summaryrefslogtreecommitdiff
path: root/check.xml
diff options
context:
space:
mode:
authorJan Materne <jhm@apache.org>2008-09-24 13:47:34 +0000
committerJan Materne <jhm@apache.org>2008-09-24 13:47:34 +0000
commite14dfb1fd0da7b8ef7b1ca62426b14a8765ecd10 (patch)
tree0c4fdb9e59e06f12a345c4c141f671ae47429ba5 /check.xml
parentde1b9034317a615b2080e4b7f01392a07a15fe74 (diff)
downloadant-e14dfb1fd0da7b8ef7b1ca62426b14a8765ecd10.tar.gz
Specify the output directory for XSL:redirect
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698571 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 07c13b432..d6b21e601 100755
--- a/check.xml
+++ b/check.xml
@@ -85,6 +85,7 @@
<xslt in="${checkstyle.raw}" style="${stylesheet.html}"
out="${checkstyle.reportdir}/html/output.txt">
<param name="basedir" expression="${checkstyle.basedir}"/>
+ <param name="output.dir" expression="${checkstyle.reportdir}"/>
</xslt>
</target>