Author: cutting
Date: Fri Jul 31 22:58:53 2009
New Revision: 799767

URL: http://svn.apache.org/viewvc?rev=799767&view=rev
Log:
AVRO-81.  Restore checkstyle to test-java target, dropped by this patch.

Modified:
    hadoop/avro/trunk/build.xml

Modified: hadoop/avro/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/avro/trunk/build.xml?rev=799767&r1=799766&r2=799767&view=diff
==============================================================================
--- hadoop/avro/trunk/build.xml (original)
+++ hadoop/avro/trunk/build.xml Fri Jul 31 22:58:53 2009
@@ -284,7 +284,7 @@
     </sequential>
   </macrodef>
 
-  <target name="test-java" depends="compile-test-java"
+  <target name="test-java" depends="compile-test-java,checkstyle-java"
          description="Run java unit tests">
     <test-runner files.location="${test.java.src.dir}" 
tests.pattern="**/${test.java.include}.java"/>
   </target>


Reply via email to