Browse Source

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
master
Jan Materne 16 years ago
parent
commit
e14dfb1fd0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      check.xml

+ 1
- 0
check.xml View File

@@ -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>



Loading…
Cancel
Save