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/05 15:39:18 UTC

[jira] [Comment Edited] (CB-5183) WP7/8 lib path is not correctly resolved by CLI

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

Sergey Grebnov edited comment on CB-5183 at 11/5/13 2:37 PM:
-------------------------------------------------------------

Same issue exists for Windows8


was (Author: sgrebnov):
I see that there is cordova-cli/spec folder that have some related logic modified. Asked question to dev list...

> WP7/8 lib path is not correctly resolved by CLI
> -----------------------------------------------
>
>                 Key: CB-5183
>                 URL: https://issues.apache.org/jira/browse/CB-5183
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>            Reporter: Sergey Grebnov
>            Assignee: Jesse MacFadyen
>            Priority: Minor
>
> Steps to reproduce
> 1. Install 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-wp8 repo
>  For example
> {  "id":"org.apache.mobilespec",  "name":"mobilespec",  "lib": { "wp8": {      "uri": "c:\\..\\cordova-wp8",      "version": "3.1.0",      "id": "cordova-wp8-master"    }  }}
> 4. Run 'cordova platform add wp8' commands
> Expected: command succeeded.
> Actually: command failed with the message below
> Error: Error while checking requirements: '"c:\..\cordova-wp8\bin\check_reqs"' is not recognized as an internal or external command,
> operable program or batch file.



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