You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by zs...@apache.org on 2008/12/08 22:43:46 UTC

svn commit: r724496 - in /hadoop/hive/trunk: CHANGES.txt build.xml ql/build.xml

Author: zshao
Date: Mon Dec  8 13:43:46 2008
New Revision: 724496

URL: http://svn.apache.org/viewvc?rev=724496&view=rev
Log:
HIVE-116. Let test depend on deploy. (Johan Oskarsson through zshao)

Modified:
    hadoop/hive/trunk/CHANGES.txt
    hadoop/hive/trunk/build.xml
    hadoop/hive/trunk/ql/build.xml

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=724496&r1=724495&r2=724496&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Mon Dec  8 13:43:46 2008
@@ -30,6 +30,8 @@
 
   BUG FIXES
 
+    HIVE-116. Let test depend on deploy. (Johan Oskarsson through zshao)
+
     HIVE-90. Fixed TestGetDBs for File.list() order.
     (Johan Oskarsson through zshao)
 

Modified: hadoop/hive/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/build.xml?rev=724496&r1=724495&r2=724496&view=diff
==============================================================================
--- hadoop/hive/trunk/build.xml (original)
+++ hadoop/hive/trunk/build.xml Mon Dec  8 13:43:46 2008
@@ -100,7 +100,7 @@
   <!-- ====================================================== -->
   <!-- Test all the contribs.                               -->
   <!-- ====================================================== -->
-  <target name="test" depends="clean-test">
+  <target name="test" depends="clean-test,deploy">
     <subant target="test">
       <fileset dir="." includes="*/build.xml" excludes="ant/build.xml"/>
     </subant>

Modified: hadoop/hive/trunk/ql/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/ql/build.xml?rev=724496&r1=724495&r2=724496&view=diff
==============================================================================
--- hadoop/hive/trunk/ql/build.xml (original)
+++ hadoop/hive/trunk/ql/build.xml Mon Dec  8 13:43:46 2008
@@ -38,6 +38,7 @@
     <pathelement location="${test.data.dir}/conf"/>
     <pathelement location="${hive.conf.dir}"/>
     <pathelement location="${hive.root}/cli/lib/jline-0.9.94.jar"/>
+    <fileset dir="${hive.root}" includes="testlibs/*.jar"/>
     <path refid="classpath"/>
   </path>