You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2008/09/24 15:47:35 UTC

svn commit: r698571 - /ant/core/trunk/check.xml

Author: jhm
Date: Wed Sep 24 06:47:34 2008
New Revision: 698571

URL: http://svn.apache.org/viewvc?rev=698571&view=rev
Log:
Specify the output directory for XSL:redirect

Modified:
    ant/core/trunk/check.xml

Modified: ant/core/trunk/check.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/check.xml?rev=698571&r1=698570&r2=698571&view=diff
==============================================================================
--- ant/core/trunk/check.xml (original)
+++ ant/core/trunk/check.xml Wed Sep 24 06:47:34 2008
@@ -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>