GitHub user caspersmith opened a pull request:
https://github.com/apache/cordova-android/pull/114
custom_rules.xml breaks library references
If the cordova project lives under another another directory called 'bin'
then it will also be replaced with 'ant-build' which results in build failure.
This fix ensures that only the instance of 'CordovaLib/bin' is changed to
'CordovaLib/ant-build'
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/caspersmith/cordova-android patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-android/pull/114.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #114
----
commit c9792aa0431aaf297e3ce05ff5620fa9a9740aa4
Author: caspersmith <[email protected]>
Date: 2014-08-20T04:56:40Z
custom_rules.xml breaks library references
If the cordova project lives under another another directory called 'bin'
then it will also be replaced with 'ant-build' which results in build failure.
This fix ensures that only the instance of 'CordovaLib/bin' is changed to
'CordovaLib/ant-build'
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---