[jira] [Commented] (CB-6306) Error creating project when path to project includes spaces

2014-03-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-6306:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-cli/pull/143


> Error creating project when path to project includes spaces
> ---
>
> Key: CB-6306
> URL: https://issues.apache.org/jira/browse/CB-6306
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.5.0
>Reporter: Josh Soref
>Assignee: Josh Soref
>Priority: Blocker
>
> 1. C:\Documents and Settings\IEUser>webworks create hello 
> --- Actual Result: --- 
> 'C:\Documents' is not recognized as an internal or external command, 
> operable program or batch file. 
> { [Error: cmd: Command failed with exit code 1] code: 1 } 
> - project is created without blackberry10 platform added 
> --- Expected Result: --- 
> - project is created with blackberry10 platform added 
> This is because of the superspawn rewrite which doesn't take into account the 
> absolute importance of the '/s' flag in child_process (for cmd)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6306) Error creating project when path to project includes spaces

2014-03-21 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-6306:
-

Commit bc4422b620e0ad92b7edd041a9a1093d61ef9bd7 in cordova-cli's branch 
refs/heads/master from [~jsoref]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=bc4422b ]

CB-6306 Error creating project when path to project includes spaces

github: close #143


> Error creating project when path to project includes spaces
> ---
>
> Key: CB-6306
> URL: https://issues.apache.org/jira/browse/CB-6306
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.5.0
>Reporter: Josh Soref
>Assignee: Josh Soref
>Priority: Blocker
>
> 1. C:\Documents and Settings\IEUser>webworks create hello 
> --- Actual Result: --- 
> 'C:\Documents' is not recognized as an internal or external command, 
> operable program or batch file. 
> { [Error: cmd: Command failed with exit code 1] code: 1 } 
> - project is created without blackberry10 platform added 
> --- Expected Result: --- 
> - project is created with blackberry10 platform added 
> This is because of the superspawn rewrite which doesn't take into account the 
> absolute importance of the '/s' flag in child_process (for cmd)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6306) Error creating project when path to project includes spaces

2014-03-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-6306:


Github user jsoref commented on the pull request:

https://github.com/apache/cordova-cli/pull/143#issuecomment-38213942
  
r? @jbondc


> Error creating project when path to project includes spaces
> ---
>
> Key: CB-6306
> URL: https://issues.apache.org/jira/browse/CB-6306
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.5.0
>Reporter: Josh Soref
>Assignee: Josh Soref
>Priority: Blocker
>
> 1. C:\Documents and Settings\IEUser>webworks create hello 
> --- Actual Result: --- 
> 'C:\Documents' is not recognized as an internal or external command, 
> operable program or batch file. 
> { [Error: cmd: Command failed with exit code 1] code: 1 } 
> - project is created without blackberry10 platform added 
> --- Expected Result: --- 
> - project is created with blackberry10 platform added 
> This is because of the superspawn rewrite which doesn't take into account the 
> absolute importance of the '/s' flag in child_process (for cmd)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6306) Error creating project when path to project includes spaces

2014-03-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-6306:


Github user jsoref commented on the pull request:

https://github.com/apache/cordova-cli/pull/143#issuecomment-38213622
  
r? @agrieve


> Error creating project when path to project includes spaces
> ---
>
> Key: CB-6306
> URL: https://issues.apache.org/jira/browse/CB-6306
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.5.0
>Reporter: Josh Soref
>Assignee: Josh Soref
>Priority: Blocker
>
> 1. C:\Documents and Settings\IEUser>webworks create hello 
> --- Actual Result: --- 
> 'C:\Documents' is not recognized as an internal or external command, 
> operable program or batch file. 
> { [Error: cmd: Command failed with exit code 1] code: 1 } 
> - project is created without blackberry10 platform added 
> --- Expected Result: --- 
> - project is created with blackberry10 platform added 
> This is because of the superspawn rewrite which doesn't take into account the 
> absolute importance of the '/s' flag in child_process (for cmd)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6306) Error creating project when path to project includes spaces

2014-03-20 Thread Josh Soref (JIRA)

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

Josh Soref commented on CB-6306:


This is almost certainly the problem that results in people complaining on IRC:

{quote}
7:45 AM  Hi guys, I have a problem with this command cordova 
platform add android. it throws an error. like this C:\documents is not 
recognized as an internal or external command. Why am I getting this problem?
{quote}

> Error creating project when path to project includes spaces
> ---
>
> Key: CB-6306
> URL: https://issues.apache.org/jira/browse/CB-6306
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.5.0
>Reporter: Josh Soref
>Assignee: Josh Soref
>Priority: Blocker
>
> 1. C:\Documents and Settings\IEUser>webworks create hello 
> --- Actual Result: --- 
> 'C:\Documents' is not recognized as an internal or external command, 
> operable program or batch file. 
> { [Error: cmd: Command failed with exit code 1] code: 1 } 
> - project is created without blackberry10 platform added 
> --- Expected Result: --- 
> - project is created with blackberry10 platform added 
> This is because of the superspawn rewrite which doesn't take into account the 
> absolute importance of the '/s' flag in child_process (for cmd)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6306) Error creating project when path to project includes spaces

2014-03-18 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-6306:


GitHub user jsoref opened a pull request:

https://github.com/apache/cordova-cli/pull/143

CB-6306 Error creating project when path to project includes spaces

https://issues.apache.org/jira/browse/CB-6306

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/blackberry/cordova-cli cb_6306

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-cli/pull/143.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 #143


commit 5039abccb4d9df80da45b858fcc161e09254
Author: Josh Soref 
Date:   2014-03-18T22:06:27Z

CB-6306 Error creating project when path to project includes spaces




> Error creating project when path to project includes spaces
> ---
>
> Key: CB-6306
> URL: https://issues.apache.org/jira/browse/CB-6306
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.5.0
>Reporter: Josh Soref
>Assignee: Josh Soref
>Priority: Blocker
>
> 1. C:\Documents and Settings\IEUser>webworks create hello 
> --- Actual Result: --- 
> 'C:\Documents' is not recognized as an internal or external command, 
> operable program or batch file. 
> { [Error: cmd: Command failed with exit code 1] code: 1 } 
> - project is created without blackberry10 platform added 
> --- Expected Result: --- 
> - project is created with blackberry10 platform added 
> This is because of the superspawn rewrite which doesn't take into account the 
> absolute importance of the '/s' flag in child_process (for cmd)



--
This message was sent by Atlassian JIRA
(v6.2#6252)