You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by cmarcelk <gi...@git.apache.org> on 2012/09/25 19:14:58 UTC

incubator-cordova-android pull request: Fail the build gracefully with help...

GitHub user cmarcelk opened a pull request:

    https://github.com/apache/incubator-cordova-android/pull/50

    Fail the build gracefully with helpful error messages...

    ... if the local.propertiesfile 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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cmarcelk/incubator-cordova-android cb-1473

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-android/pull/50.patch

----
commit 54caa6e438f0edeb6764164b33ed5f51a02561c9
Author: Marcel Kinard <cm...@gmail.com>
Date:   2012-09-25T10:09:40-07:00

    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.

----