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 36F3311DB6 for ; Mon, 14 Apr 2014 14:46:17 +0000 (UTC) Received: (qmail 8765 invoked by uid 500); 14 Apr 2014 14:46:17 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 8737 invoked by uid 500); 14 Apr 2014 14:46:16 -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 8660 invoked by uid 99); 14 Apr 2014 14:46:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 14:46:16 +0000 Date: Mon, 14 Apr 2014 14:46:16 +0000 (UTC) From: "Vladimir Kotikov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-6442) build/run fails if project path contains spaces 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-6442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13968400#comment-13968400 ] Vladimir Kotikov commented on CB-6442: -------------------------------------- Create a PR to fix this https://github.com/apache/cordova-windows/pull/26 > build/run fails if project path contains spaces > ----------------------------------------------- > > Key: CB-6442 > URL: https://issues.apache.org/jira/browse/CB-6442 > Project: Apache Cordova > Issue Type: Bug > Components: CLI, Windows 8 > Affects Versions: 3.4.0 > Environment: Windows 8.1 Cordova CLI 3.4.1 > Reporter: Vladimir Kotikov > Assignee: Jesse MacFadyen > Fix For: 3.4.0 > > > 1. Create new project with spaces in path. > 2. cordova platform add windows8 > 3. cordova build windows8 > Running command: cmd "/s /c ""d:\PROJECTS\Temp\test app\platforms\windows8\cordova\build.bat""" > ... > D:\PROJECTS\Temp\test app\platforms\windows8\cordova\lib\ApplyPlatformConfig.ps1 : A positional parameter cannot be found that accepts > argument 'app\platforms\windows8'. > same problem with > cordova run windows 8 > To get this working we need to add additional quotes into powershell scripts call. -- This message was sent by Atlassian JIRA (v6.2#6252)