You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2014/08/27 09:28:22 UTC

svn commit: r1620784 - /xmlgraphics/fop/trunk/build.xml

Author: ssteiner
Date: Wed Aug 27 07:28:22 2014
New Revision: 1620784

URL: http://svn.apache.org/r1620784
Log:
Disable checkstyle on gump

Modified:
    xmlgraphics/fop/trunk/build.xml

Modified: xmlgraphics/fop/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=1620784&r1=1620783&r2=1620784&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Wed Aug 27 07:28:22 2014
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org