Author: khorgath
Date: Fri Jun 8 23:00:49 2012
New Revision: 1348271
URL: http://svn.apache.org/viewvc?rev=1348271&view=rev
Log:
HCATALOG-331 Update HCatalog to junit 4
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/build.xml
incubator/hcatalog/trunk/ivy.xml
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1348271&r1=1348270&r2=1348271&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Fri Jun 8 23:00:49 2012
@@ -26,6 +26,8 @@ Trunk (unreleased changes)
HCAT-328 HCatLoader should report its input size so pig can estimate the
number of reducers (traviscrawford via gates)
IMPROVEMENTS
+ HCAT-331 Update HCatalog to junit 4 (traviscrawford via khorgath)
+
HCAT-414 More HCat e2e tests (khorgath via gates)
HCAT-374 Add HCatBaseTest and one example usage (traviscrawford via gates)
Modified: incubator/hcatalog/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build.xml?rev=1348271&r1=1348270&r2=1348271&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build.xml (original)
+++ incubator/hcatalog/trunk/build.xml Fri Jun 8 23:00:49 2012
@@ -249,6 +249,14 @@
<ivy:cachepath pathid="releaseaudit.classpath" conf="releaseaudit"/>
</target>
+ <target name="ivy-report" depends="ivy-init" description="Generate Ivy
dependency report">
+ <ivy:report todir="${build.ivy.report.dir}"
+ conf="common, default"
+ organisation="org.apache.hcatalog"
+ module="hcatalog"
+ graph="false"/>
+ </target>
+
<target name="init" depends="ivy-compile, ivy-package" >
<mkdir dir="${dist.dir}" />
<mkdir dir="${build.classes}" />
Modified: incubator/hcatalog/trunk/ivy.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/ivy.xml?rev=1348271&r1=1348270&r2=1348271&view=diff
==============================================================================
--- incubator/hcatalog/trunk/ivy.xml (original)
+++ incubator/hcatalog/trunk/ivy.xml Fri Jun 8 23:00:49 2012
@@ -120,7 +120,9 @@
<dependency org="commons-configuration" name="commons-configuration"
rev="${commons-configuration.version}" conf="default"/>
<dependency org="commons-httpclient" name="commons-httpclient"
- rev="${commons-httpclient.version}" conf="default"/>
+ rev="${commons-httpclient.version}" conf="default">
+ <exclude org="junit"/>
+ </dependency>
<dependency org="org.apache.hive" name="hive-builtins"
rev="${hive.version}" conf="common->master"/>
<dependency org="org.mortbay.jetty" name="jetty"