GitHub user alunny opened a pull request: https://github.com/apache/incubator-cordova-android/pull/51
get commons-codec from archive.apache.org, not apache.osuosl.org prevents the issue where, when a new release of commons-codec comes out, `bin/create` stops working You can merge this pull request into a Git repository by running: $ git pull https://github.com/alunny/incubator-cordova-android archive-commons-codec Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-android/pull/51.patch ---- commit 4e0c8982c95669a94e1cceb9d77e481aeefc7b61 Author: alunny <alu...@gmail.com> Date: 2012-10-08T15:09:42-07:00 get commons-codec from apache archive, not osuosl prevents the issue where, when a new release of commons-codec comes out, `bin/create` stops working ----