You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by ma...@apache.org on 2011/06/10 02:17:46 UTC

svn commit: r1134174 - /incubator/hcatalog/trunk/build.xml

Author: macyang
Date: Fri Jun 10 02:17:45 2011
New Revision: 1134174

URL: http://svn.apache.org/viewvc?rev=1134174&view=rev
Log:
part of HCAT-40

Modified:
    incubator/hcatalog/trunk/build.xml

Modified: incubator/hcatalog/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build.xml?rev=1134174&r1=1134173&r2=1134174&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build.xml (original)
+++ incubator/hcatalog/trunk/build.xml Fri Jun 10 02:17:45 2011
@@ -203,7 +203,7 @@
 
   <!-- Build the external hive code -->
   <target name="hive.jar">
-    <ant antfile="build.xml" dir="${hive.root}" target="jar"/>
+    <ant antfile="build.xml" dir="${hive.root}" target="package"/>
   </target>
 
   <!--
@@ -281,7 +281,7 @@
   ================================================================================
   -->
   <!-- Build HCatalog test files -->
-  <target name="compile-test" depends="clientjar">
+  <target name="compile-test" depends="jar">
     <javac encoding="${build.encoding}" srcdir="${test.src.dir}" excludes="${excludes}"
         includes="**/*.java" destdir="${test.build.classes}" debug="${javac.debug}"
         optimize="${javac.optimize}" target="${javac.version}"
@@ -374,7 +374,7 @@
   Distribution Section
   ===============================================================================
   -->
-  <target name="package" depends="clientjar, docs" description="Create an HCatalog release">
+  <target name="package" depends="jar, docs" description="Create an HCatalog release">
     <mkdir dir="${dist.dir}" />
     <mkdir dir="${dist.dir}/lib" />
     <mkdir dir="${dist.dir}/conf" />