Lex Mourek created CB-11186:
-------------------------------

             Summary: "cordova build" fails while "cordova prepare && cordova 
compile" works
                 Key: CB-11186
                 URL: https://issues.apache.org/jira/browse/CB-11186
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
    Affects Versions: 6.1.1
         Environment: Ubuntu 15.10
            Reporter: Lex Mourek
            Priority: Minor


Cordova CLI help says {{cordova build}} is just an alias for {{cordova prepare 
&& cordova compile}}, but I got two different results:

In confix.xml I have a few {{<plugin/>}}'s and {{<engine/>}}'s.
Assume I have not built platforms and plugins yet ({{rm -rf plugins/ 
platforms/}}):
{code}
$ cordova build
Error: No platforms added to this project. Please use `cordova platform add 
<platform>`.
{code}

{code}
$ cordova prepare && cordova compile
Restoring platform [email protected] referenced on config.xml
Adding android project...
Creating Cordova project for the Android platform:
...
{code}






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to