Josh Soref created CB-7825:
------------------------------

             Summary: cordova serve breaks silently when any platform's prepare 
step fails
                 Key: CB-7825
                 URL: https://issues.apache.org/jira/browse/CB-7825
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI, CordovaLib
    Affects Versions: 4.0.0
            Reporter: Josh Soref
            Assignee: Josh Soref


{quote}
$ cordova serve
$ 
{quote}

totally unhelpful.

{quote}
for a in `cd platforms/; ls`; do cordova prepare $a > /dev/null 2> /dev/null || 
echo $a is broken; done
android is broken
{quote}

Specifically, i'm using /tmp on OS X for my project, and /tmp self destructs, 
so prepare failed due to:
{quote}
Error: ENOENT, no such file or directory 
'/tmp/aa/platforms/android/res/values/strings.xml'
{quote}

Expected result:
cordova serve should serve all working platforms and spit out a warning for 
broken platforms. If it can't serve any platforms, it should fail, and when it 
fails, there should be an error code returned to its caller.



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

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

Reply via email to