Github user Mitko-Kerezov commented on the pull request:

    https://github.com/apache/cordova-android/pull/248#issuecomment-175496415
  
    @nikhilkh I've already filed the ICLA some time in 2015 and have already 
contributed to cordova. (Can't find the email though but I have merged pull 
requests)
    
    @vladimir-kotikov regarding your comment, I don't believe `cordova build 
android -- --ant` should work at all. The `--` delimiter stops the options 
parsing for `nopt` module and places the remaining args in `argv.remain`. This 
worked prior to the fix, however this is faulty behavior IMO.
    Basically we'd either want `cordova build android --ant` or `cordova build 
android -- --ant` to work. The former is the right way IMO, because in the 
latter the usage of `--` basically suggests "I want to stop passing options and 
start passing actual arguments - filenames, etc"


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to