You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2013/11/08 17:39:18 UTC

[jira] [Created] (CB-5321) Windows8 custom_path is not correctly resolved by CLI

Sergey Grebnov created CB-5321:
----------------------------------

             Summary: Windows8 custom_path is not correctly resolved by CLI
                 Key: CB-5321
                 URL: https://issues.apache.org/jira/browse/CB-5321
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI, Windows 8
         Environment: Windows8
            Reporter: Sergey Grebnov
            Assignee: Sergey Grebnov


Similar to https://issues.apache.org/jira/browse/CB-5183?focusedCommentId=13802680&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13802680

Steps to reproduce
1. Install the latest cordova-cli from git repo
2. Create new project App using 'cordova create app' CLI command
3. Update app/.cordova/config.json to point to custom cordova-windows repo
For example
{ "id":"org.apache.mobilespec", "name":"mobilespec", "lib": { "windows8":
{ "uri": "c:\\..\\cordova-windows, "version": "master", "id": "cordova-windows-master" }

}}
4. Run 'cordova platform add windows8' commands
Expected: command succeeded.
Actually: command failed with the message below
'"c:\..\cordova-windows\bin\check_reqs"
Error: Error while checking requirements: The system cannot find the path specified.

    at C:\cordova-medic\slave_windows\Windows8_Master\build\cordova-cli\src\metadata\windows8_parser.js:63:22
    at ChildProcess.exithandler (child_process.js:641:7)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:735:16)
    at Socket.<anonymous> (child_process.js:948:11)
    at Socket.EventEmitter.emit (events.js:95:17)
    at Pipe.close (net.js:451:12)





--
This message was sent by Atlassian JIRA
(v6.1#6144)