[JBoss JIRA] (JBIDE-22169) silent runtime detection for installer eap or cdk does not work on mac
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22169?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-22169.
---------------------------------
Resolution: Done
I've made a fix of prepending 3x "../" to the existing paths, only on mac.
> silent runtime detection for installer eap or cdk does not work on mac
> ----------------------------------------------------------------------
>
> Key: JBIDE-22169
> URL: https://issues.jboss.org/browse/JBIDE-22169
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.3.1.CR1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.4.0.Alpha1
>
> Attachments: jbds-tree-mac.txt
>
>
> Today I learned that when you install jbdevstudio together with bundled eap, you should not get a popup from runtime detection when you start jbds. The bundled eap should be added silently.
> This doesn't work on Mac. This is most probably because there is a different directory structure on mac.
> See here:
> {code}
> ./runtimes
> ./runtimes/jboss-eap
> ./studio/jbdevstudio.app
> ./studio/jbdevstudio.app/Contents
> ./studio/jbdevstudio.app/Contents/Eclipse
> ./studio/jbdevstudio.app/Contents/Eclipse/plugins
> ./studio/jbdevstudio.app/Contents/MacOS
> ./studio/jbdevstudio.app/Contents/MacOS/jbdevstudio
> ./studio/jbdevstudio.app/Contents/Eclipse/configuration/
> {code}
> See the attached txt for full tree.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3830) Vagrant detection does not work if its installation path has spaces
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-3830?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-3830:
-----------------------------
> Vagrant detection does not work if its installation path has spaces
> -------------------------------------------------------------------
>
> Key: JBDS-3830
> URL: https://issues.jboss.org/browse/JBDS-3830
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.0.0.Alpha1
>
>
> I have installed Vagrant 1.8.1 into c:\Hashi Corp\Vagrant\
> On the confirmation page it says there is an existing vagrant installation, but it provides no info as to what version or where it is located.
> Clicking install -> vagrant starts downloading, the existing installation is not used. Then the installation fails because a newer version is already installed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3830) Vagrant detection does not work if its installation path has spaces
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-3830?page=com.atlassian.jira.plugin.... ]
CDW Engine reassigned JBDS-3830:
--------------------------------
> Vagrant detection does not work if its installation path has spaces
> -------------------------------------------------------------------
>
> Key: JBDS-3830
> URL: https://issues.jboss.org/browse/JBDS-3830
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.0.0.Alpha1
>
>
> I have installed Vagrant 1.8.1 into c:\Hashi Corp\Vagrant\
> On the confirmation page it says there is an existing vagrant installation, but it provides no info as to what version or where it is located.
> Clicking install -> vagrant starts downloading, the existing installation is not used. Then the installation fails because a newer version is already installed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3830) Vagrant detection does not work if its installation path has spaces
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3830?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3830:
--------------------------------
Story Points: 5
Target Release: 10.0.0.GA
> Vagrant detection does not work if its installation path has spaces
> -------------------------------------------------------------------
>
> Key: JBDS-3830
> URL: https://issues.jboss.org/browse/JBDS-3830
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.0.0.Alpha1
>
>
> I have installed Vagrant 1.8.1 into c:\Hashi Corp\Vagrant\
> On the confirmation page it says there is an existing vagrant installation, but it provides no info as to what version or where it is located.
> Clicking install -> vagrant starts downloading, the existing installation is not used. Then the installation fails because a newer version is already installed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3653) User's home folder with spaces cannot be used by vagrant during install
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3653?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3653:
--------------------------------
Sprint: devex #6 April 2016
> 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: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: 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)
9 years, 11 months
[JBoss JIRA] (JBDS-3653) User's home folder with spaces cannot be used by vagrant during install
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3653?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3653:
--------------------------------
Story Points: 5
> 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: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: 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)
9 years, 11 months