Github user caspersmith commented on the pull request:

    https://github.com/apache/cordova-android/pull/114#issuecomment-52858077
  
    We want to generate the cordova project inside the 'bin/' output directory 
of our project. The directory structure is 
'/Users/casper/our-project/bin/debug/cordova/'.
    
    The issue is, during the build process this build rule will replace all 
instances of bin with apache-ant in the entire path when setting the jars path. 
As a result the path at '/Users/casper/our-project/bin' becomes 
'/Users/casper/our-project/apache-ant'
    
    During compile we can see this happening:
    <pre>
    -pre-compile:
           [echo] Set jars path to: 
/Users/casper/our-project/<b>ant-build</b>/debug/cordova/platforms/android/CordovaLib/<b>ant-build</b>/classes.jar
    </pre>


---
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.
---

Reply via email to