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 kh...@apache.org on 2011/12/05 22:05:44 UTC

svn commit: r1210664 - in /incubator/hcatalog/trunk: CHANGES.txt build.xml

Author: khorgath
Date: Mon Dec  5 22:05:44 2011
New Revision: 1210664

URL: http://svn.apache.org/viewvc?rev=1210664&view=rev
Log:
HCATALOG-175 HCat fail to build on trunk

Modified:
    incubator/hcatalog/trunk/CHANGES.txt
    incubator/hcatalog/trunk/build.xml

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1210664&r1=1210663&r2=1210664&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Mon Dec  5 22:05:44 2011
@@ -79,6 +79,8 @@ Trunk (unreleased changes)
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-175. HCat fail to build on trunk (daijy via khorgath)
+
   HCAT-173. Make StorerInfo class public (toffer via khorgath)
 
   HCAT-169. Creating a table with HCatStorageHandler does not correctly store the hcat.isd and hcat.osd names (avandana via toffer)

Modified: incubator/hcatalog/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build.xml?rev=1210664&r1=1210663&r2=1210664&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build.xml (original)
+++ incubator/hcatalog/trunk/build.xml Mon Dec  5 22:05:44 2011
@@ -223,7 +223,7 @@
 
   <!-- Build the external hive code -->
   <target name="hive.jar">
-    <ant antfile="build.xml" dir="${hive.root}" target="package"/>
+    <ant antfile="build.xml" dir="${hive.root}" target="package" useNativeBasedir='true'/>
   </target>
 
   <!--