You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2013/05/08 07:40:13 UTC

svn commit: r1480162 - in /hive/trunk/hcatalog: build-support/ant/checkstyle.xml src/test/.gitignore

Author: hashutosh
Date: Wed May  8 05:40:13 2013
New Revision: 1480162

URL: http://svn.apache.org/r1480162
Log:
HIVE-4471 : Build fails with hcatalog checkstyle error (Gunther Hagleitner via Ashutosh Chauhan)

Removed:
    hive/trunk/hcatalog/src/test/.gitignore
Modified:
    hive/trunk/hcatalog/build-support/ant/checkstyle.xml

Modified: hive/trunk/hcatalog/build-support/ant/checkstyle.xml
URL: http://svn.apache.org/viewvc/hive/trunk/hcatalog/build-support/ant/checkstyle.xml?rev=1480162&r1=1480161&r2=1480162&view=diff
==============================================================================
--- hive/trunk/hcatalog/build-support/ant/checkstyle.xml (original)
+++ hive/trunk/hcatalog/build-support/ant/checkstyle.xml Wed May  8 05:40:13 2013
@@ -31,6 +31,7 @@
     <checkstyle classpathref="checkstyle.class.path"
                 config="${path.to.basedir}/build-support/checkstyle/coding_style.xml">
       <fileset dir="${basedir}">
+          <exclude name="**/.*"/>
           <exclude name="**/build/**"/>
           <exclude name=".idea/**"/>
           <exclude name="historical/**"/>