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 ga...@apache.org on 2012/04/17 00:20:23 UTC

svn commit: r1326840 - in /incubator/hcatalog/branches/branch-0.4.0-rc4: CHANGES.txt build.xml

Author: gates
Date: Tue Apr 17 00:20:22 2012
New Revision: 1326840

URL: http://svn.apache.org/viewvc?rev=1326840&view=rev
Log:
HCATALOG-377 Recent changes broke releaseaudit target

Modified:
    incubator/hcatalog/branches/branch-0.4.0-rc4/CHANGES.txt
    incubator/hcatalog/branches/branch-0.4.0-rc4/build.xml

Modified: incubator/hcatalog/branches/branch-0.4.0-rc4/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4.0-rc4/CHANGES.txt?rev=1326840&r1=1326839&r2=1326840&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4.0-rc4/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.4.0-rc4/CHANGES.txt Tue Apr 17 00:20:22 2012
@@ -106,6 +106,8 @@ Release 0.4.0 - Unreleased
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-377 Recent changes broke releaseaudit target (gates)
+
   HCAT-367 Pig writes data but partition information isn't getting updated (rohini via gates)
 
   HCAT-365 HCatUtil.getStorageHandler should set the configuration (traviscrawford via gates)

Modified: incubator/hcatalog/branches/branch-0.4.0-rc4/build.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4.0-rc4/build.xml?rev=1326840&r1=1326839&r2=1326840&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4.0-rc4/build.xml (original)
+++ incubator/hcatalog/branches/branch-0.4.0-rc4/build.xml Tue Apr 17 00:20:22 2012
@@ -519,10 +519,10 @@
       <antcall target="package-storage-handlers"/>
     </target>
 
-    <target name="releaseaudit" depends="ivy-releaseaudit, package" description="Release Audit activities">
+    <target name="releaseaudit" depends="ivy-releaseaudit" description="Release Audit activities">
       <java classname="${rat.reporting.classname}" fork="true">
         <classpath refid="releaseaudit.classpath"/>
-        <arg value="${build.dir}/${final.name}"/>
+        <arg value="${basedir}/src"/>
       </java>
     </target>