Author: travis
Date: Wed Dec 19 19:43:25 2012
New Revision: 1424057
URL: http://svn.apache.org/viewvc?rev=1424057&view=rev
Log:
HCATALOG-564 test.sh should let users specify the ant version
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/build-support/scripts/test.sh
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1424057&r1=1424056&r2=1424057&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Wed Dec 19 19:43:25 2012
@@ -44,6 +44,8 @@ Trunk (unreleased changes)
HCAT-427 Document storage-based authorization (lefty via gates)
IMPROVEMENTS
+ HCAT-564 test.sh should let users specify the ant version (traviscrawford)
+
HCAT-527 InputJobInfo should not be public (traviscrawford)
HCAT-560 HCatClient should support addition of new columns to a
Table.(mithunr via avandana)
Modified: incubator/hcatalog/trunk/build-support/scripts/test.sh
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build-support/scripts/test.sh?rev=1424057&r1=1424056&r2=1424057&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build-support/scripts/test.sh (original)
+++ incubator/hcatalog/trunk/build-support/scripts/test.sh Wed Dec 19 19:43:25
2012
@@ -3,6 +3,9 @@
# Run HCatalog tests. This script intends to centralize the different commands
# and options necessary to build and test HCatalog. It should be run before
# committing patches, and from CI.
+#
+# Set ANT_HOME to specify the version of ant to build with
+# (feature of "ant" shell script, not implemented here).
function run_cmd() {
echo "Running command: ${cmd}"
@@ -40,4 +43,3 @@ if [ "${HUDSON_URL}" == "https://builds.
cmd="${cmd} mvn-deploy"
fi
run_cmd
-