You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/06/08 21:13:21 UTC

ant git commit: A miss in refactoring…

Repository: ant
Updated Branches:
  refs/heads/master 3d413edd0 -> b08e7de6f


A miss in refactoring…

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

Branch: refs/heads/master
Commit: b08e7de6fe24faf028c7c277d7e62f834b88892d
Parents: 3d413ed
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Fri Jun 8 23:13:01 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Fri Jun 8 23:13:01 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/ant/blob/b08e7de6/check.xml
----------------------------------------------------------------------
diff --git a/check.xml b/check.xml
index 8fde884..8d56f0d 100644
--- a/check.xml
+++ b/check.xml
@@ -134,7 +134,7 @@
                      inline="true" conf="default" pathid="checkstyle.classpath" transitive="true"/>
       <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpathref="checkstyle.classpath"/>
       <mkdir dir="${checkstyle.reportdir}"/>
-      <checkstyle config="${config.dir}/checkstyle-config" failOnViolation="false">
+      <checkstyle config="${checkstyle.src.dir}/checkstyle-config" failOnViolation="false">
         <formatter type="xml" toFile="${checkstyle.raw}"/>
         <fileset dir="${java.dir}">
           <include name="${tocheck}"/>