[
https://issues.apache.org/jira/browse/CB-6442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13968399#comment-13968399
]
ASF GitHub Bot commented on CB-6442:
------------------------------------
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-windows/pull/26
CB-6442 Fix build/deploy errors when path to project contains spaces
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-windows CB-6442
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-windows/pull/26.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 #26
----
commit 8037310ad388a37adcc176dffecd2d8a3a5a4e15
Author: Vladimir Kotikov <[email protected]>
Date: 2014-04-14T08:30:59Z
Fix build/deploy errors when path to project contains spaces
----
> 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)