Browse Source

Add missing dependency.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@423043 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 19 years ago
parent
commit
e9e63548e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -297,7 +297,7 @@
 
 
   </target>   
   </target>   
 
 
-  <target name="test-contrib">
+  <target name="test-contrib" depends="compile-core">
     <subant target="test">
     <subant target="test">
         <fileset file="${basedir}/src/contrib/build.xml"/>
         <fileset file="${basedir}/src/contrib/build.xml"/>
     </subant>  	
     </subant>