]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Disable checkstyle on gump
authorSimon Steiner <ssteiner@apache.org>
Wed, 27 Aug 2014 07:28:22 +0000 (07:28 +0000)
committerSimon Steiner <ssteiner@apache.org>
Wed, 27 Aug 2014 07:28:22 +0000 (07:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1620784 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 9194d99a60d170fbb878856cbe3e2865b93f62f6..e1899926eb5bfac78136d25e23904a37ba163e26 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1052,10 +1052,10 @@ NOTE:
 <!-- =================================================================== -->
 <!-- Checkstyle                                                          -->
 <!-- =================================================================== -->
-  <property name="checkstyle.fop.location" value="${lib-tools}/checkstyle-5.5-all.jar" />
+  <property name="checkstyle.location" value="${lib-tools}/checkstyle-5.5-all.jar" />
   <property name="checkstyle.config" value="${basedir}/checkstyle-5.5.xml" />
   <path id="checkstyle-classpath">
-    <pathelement location="${checkstyle.fop.location}"/>
+    <pathelement location="${checkstyle.location}"/>
   </path>
   <condition property="checkstyle.avail">
     <and>
@@ -1067,7 +1067,7 @@ NOTE:
   </condition>
   <target name="checkstyle-avail" unless="checkstyle.avail">
     <echo message="Checkstyle support NOT present. Please download it from http://checkstyle.sf.net/ and"/>
-    <echo message="... please provide ${checkstyle.fop.location}"/>
+    <echo message="... please provide ${checkstyle.location}"/>
     <echo message="... please provide ${checkstyle.config}"/>
   </target>
   <target name="checkstyle" depends="package, checkstyle-avail" if="checkstyle.avail" description="Runs Checkstyle for a code quality report">
@@ -1515,7 +1515,7 @@ NOTE:
 <!-- Special target for Gump                                             -->
 <!-- =================================================================== -->
   <target name="gump" depends="package,transcoder-pkg"/>
-  <target name="gump-test" depends="junit-all,checkstyle">
+  <target name="gump-test" depends="junit-all">
     <fail>
       <condition>
         <or>