You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by vladimir-kotikov <gi...@git.apache.org> on 2014/06/05 08:21:54 UTC

[GitHub] cordova-wp8 pull request: CB-6878 Launching a specific Windows Emu...

GitHub user vladimir-kotikov opened a pull request:

    https://github.com/apache/cordova-wp8/pull/38

    CB-6878 Launching a specific Windows Emulator using the run command fails when spaces are in the path

    When trying to run app on specific target using --target== key
    ```
    cordova run wp8 --target=5E7661DF-D928-40ff-B747-A4B1957194F9
    ```
    i get following error:
    
    ```
    ERROR: command failed in deploy.js : d:\PROJECTS\Temp\test-spaces 2\platforms\wp8\cordova\lib\CordovaDeploy\CordovaDeploy\bin\Debug\CordovaDeploy.exe d:\PROJECTS\Temp\test-spaces 2\platforms\wp8 -d:1
    Error: the file d:\PROJECTS\Temp\test-spaces 2\platforms\wp8\cordova\lib\CordovaDeploy\CordovaDeploy\bin\Debug\Properties\WMAppManifest.xml does not exist
    ```
    
    Reason: command that start CordovaDeploy is not escaped in target() function.
    
    Fix for [CB-6878](https://issues.apache.org/jira/browse/CB-6878)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-wp8 CB-6878

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-wp8/pull/38.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #38
    
----
commit 1bd7f196dcf22904a47905c93c522e2696c6b5eb
Author: Vladimir Kotikov <v-...@microsoft.com>
Date:   2014-06-05T06:17:12Z

    Escapes paths in target() function

----


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

[GitHub] cordova-wp8 pull request: CB-6878 Launching a specific Windows Emu...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-wp8/pull/38


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