Author: toffer
Date: Tue Jan 10 22:09:48 2012
New Revision: 1229763
URL: http://svn.apache.org/viewvc?rev=1229763&view=rev
Log:
HCATALOG-202 ant clean target is failing (thw via toffer)
Modified:
incubator/hcatalog/branches/branch-0.3/CHANGES.txt
incubator/hcatalog/branches/branch-0.3/src/test/e2e/hcatalog/build.xml
Modified: incubator/hcatalog/branches/branch-0.3/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.3/CHANGES.txt?rev=1229763&r1=1229762&r2=1229763&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.3/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.3/CHANGES.txt Tue Jan 10 22:09:48 2012
@@ -91,6 +91,8 @@ Release 0.3.0 (unreleased changes)
OPTIMIZATIONS
BUG FIXES
+ HCAT-202. ant clean target is failing (thw via toffer)
+
HCAT-200. e2e test build.xml does not work with rpms (arpitgupta via
khorgath)
HCAT-198. A few issues keep e2e tests from running in an automated
environment (gates)
Modified: incubator/hcatalog/branches/branch-0.3/src/test/e2e/hcatalog/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.3/src/test/e2e/hcatalog/build.xml?rev=1229763&r1=1229762&r2=1229763&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.3/src/test/e2e/hcatalog/build.xml
(original)
+++ incubator/hcatalog/branches/branch-0.3/src/test/e2e/hcatalog/build.xml Tue
Jan 10 22:09:48 2012
@@ -25,7 +25,7 @@
<fileset dir="${hive.dir}/lib/">
<include name="*.jar" />
</fileset>
- <fileset dir="${hive.dir}/build/dist/lib/">
+ <fileset dir="${hive.dir}/build/dist/lib/" erroronmissingdir="false">
<include name="*.jar" />
<exclude name="antlr*.jar" />
</fileset>