From 54caa6e438f0edeb6764164b33ed5f51a02561c9 Mon Sep 17 00:00:00 2001 From: Marcel Kinard Date: Tue, 25 Sep 2012 13:09:40 -0400 Subject: [PATCH] Fail the build gracefully with helpful error messages if the local.properties file is missing, or if the commons-codec jar is missing, or if ant is not at the minimum required version. Also add a little more detail to README.md. --- README.md | 4 ++-- framework/build.xml | 40 ++++++++++++++++++++++++++++++++++------ 2 files changed, 36 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5bcd8fd7..d2d2e99f 100755 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ indicate that the project has yet to be fully endorsed by the ASF. Requires --- -- Java JDK 1.5 -- Apache ANT +- Java JDK 1.5 or greater +- Apache ANT 1.8.0 or greater - Android SDK [http://developer.android.com](http://developer.android.com) - Apache Commons Codec [http://commons.apache.org/codec/](http://commons.apache.org/codec/) diff --git a/framework/build.xml b/framework/build.xml index e8910c35..9e7b1278 100644 --- a/framework/build.xml +++ b/framework/build.xml @@ -26,9 +26,37 @@ - + + + + + + + + + + + + + + + + + + - + - + - +