You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Filip Maj (JIRA)" <ji...@apache.org> on 2013/06/06 17:59:20 UTC

[jira] [Created] (CB-3625) ./bin/run has different behaviour depending on order of options

Filip Maj created CB-3625:
-----------------------------

             Summary: ./bin/run has different behaviour depending on order of options
                 Key: CB-3625
                 URL: https://issues.apache.org/jira/browse/CB-3625
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 2.8.0
         Environment: Mac OSX 10.7.5
            Reporter: Filip Maj
            Assignee: Benn Mapes


After creating a project, I run:

{code}
$ ./cordova/run --debug --emulator
{code}

OR:

{code}
$ ./cordova/run --debug --emulator
{code}

And get:

{code}
Error : Build command '--device' not recognized.
{code}

However running the same commands with the options reversed:

{code}
$ ./cordova/run --emulator --debug
{code}

Works fine.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira