[
https://issues.jboss.org/browse/JBDS-3653?page=com.atlassian.jira.plugin....
]
Martin Malina commented on JBDS-3653:
-------------------------------------
How come this JIRA is still open when it's seemingly exactly the same as JBDS-3838
which has been closed as fixed by this commit
https://github.com/redhat-developer-tooling/developer-platform-install/co...
?
Yeah, I realize that it's just so that the workaround of using VAGRANT_HOME works, but
it's not really consistent to resolve one JIRA and not the other.
User's home folder with spaces cannot be used by vagrant during
install
-----------------------------------------------------------------------
Key: JBDS-3653
URL:
https://issues.jboss.org/browse/JBDS-3653
Project: Red Hat Developer Studio (DevStudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 9.1.0.Beta2
Reporter: Denis Golovin
Assignee: Denis Golovin
Priority: Blocker
Labels: havoc
Fix For: 10.0.0.Alpha1
Attachments: install(1).log
Vagrant complains about
{quote}Wed, 02 Mar 2016 18:04:21 GMT-ERROR: cdk - Error: Command failed:
C:\WINDOWS\system32\cmd.exe /s /c "vagrant plugin install
c:\DeveloperPlatform\cdk\plugins\vagrant-registration-1.0.0.gem"
The directory where plugins are installed (the Vagrant home directory)
has a space in it. On Windows, there is a bug in Ruby when compiling
plugins into directories with spaces. Please move your Vagrant home
directory to a path without spaces and try again
{quote}
When user home directory have spaces in it, because .vagrant.d file path in turn has
spaces as well. For instance:
{code}C:\Users\User Name\.vagrant.d{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)