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 2014/06/30 12:04:22 UTC

[2/3] git commit: Checkstyle creates the directory, so report transformation does not need that any more.

Checkstyle creates the directory, so report transformation does not need that any more.


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/4e9ffe5b
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/4e9ffe5b
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/4e9ffe5b

Branch: refs/heads/master
Commit: 4e9ffe5bb1ef646b6fd91e6ed9947e202e33b726
Parents: 877b505
Author: Jan Mat�rne <jh...@apache.org>
Authored: Sun Jun 29 21:07:39 2014 +0200
Committer: Jan Mat�rne <jh...@apache.org>
Committed: Sun Jun 29 21:07:39 2014 +0200

----------------------------------------------------------------------
 check.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/4e9ffe5b/check.xml
----------------------------------------------------------------------
diff --git a/check.xml b/check.xml
index ef1c8cb..bc6f11f 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>