Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5F098100A2 for ; Wed, 19 Feb 2014 21:08:21 +0000 (UTC) Received: (qmail 57439 invoked by uid 500); 19 Feb 2014 21:08:20 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 57421 invoked by uid 500); 19 Feb 2014 21:08:19 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 57410 invoked by uid 99); 19 Feb 2014 21:08:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 21:08:19 +0000 Date: Wed, 19 Feb 2014 21:08:19 +0000 (UTC) From: "Jesse MacFadyen (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-4680) wp8 CLI - WshShell.Exec: system cannot find the file specified MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-4680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13906075#comment-13906075 ] Jesse MacFadyen commented on CB-4680: ------------------------------------- This appears to have been an issue with MSBuild not being available in the %PATH% > wp8 CLI - WshShell.Exec: system cannot find the file specified > -------------------------------------------------------------- > > Key: CB-4680 > URL: https://issues.apache.org/jira/browse/CB-4680 > Project: Apache Cordova > Issue Type: Bug > Components: CLI, CordovaJS, Windows 8 > Affects Versions: 3.0.0 > Environment: Windows8, Cordova 3.0.0 > Reporter: Kevin Vicrey > Assignee: Filip Maj > > When I try to add the platform wp8 in my cordova project, I get this error. > {code} > $ cordova -d platform add wp8 > Requesting https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=snapshot; > h=3.0.0;sf=tgz... > Downloaded, unzipped and extracted 249205 byte response. > Checking if platform "wp8" passes minimum requirements... > Checking wp8 requirements... > Running ""C:\Users\Kevin Vicrey\.cordova\lib\wp8\cordova\3.0.0\wp8\bin\check_req > s"" (output to follow) > C:\Users\Kevin Vicrey\.cordova\lib\wp8\cordova\3.0.0\wp8\bin\check_reqs.js(46, 5 > ) WshShell.Exec: The system cannot find the file specified. > ERROR: Could not find 'check_reqs.js' in 'bin' folder, aborting... > Error: C:\Users\Kevin Vicrey\.cordova\lib\wp8\cordova\3.0.0\wp8\bin\check_reqs.j > s(46, 5) WshShell.Exec: The system cannot find the file specified. > ERROR: Could not find 'check_reqs.js' in 'bin' folder, aborting... > at c:\Users\Kevin Vicrey\AppData\Roaming\npm\node_modules\cordova\src\platfo > rm.js:185:42 > at c:\Users\Kevin Vicrey\AppData\Roaming\npm\node_modules\cordova\src\metada > ta\wp8_parser.js:53:13 > at c:\Users\Kevin Vicrey\AppData\Roaming\npm\node_modules\cordova\node_modul > es\shelljs\shell.js:1707:7 > at ChildProcess.exithandler (child_process.js:641:7) > at ChildProcess.EventEmitter.emit (events.js:98:17) > at maybeClose (child_process.js:735:16) > at Process.ChildProcess._handle.onexit (child_process.js:802:5) > {code} > I googled a little, and I found out that it might be related to spaces in path, but I may be wrong. > I also tried cordova 3.0.0rc1 > Thanks! -- This message was sent by Atlassian JIRA (v6.1.5#6160)