]
Martin Malina updated JBIDE-22169:
----------------------------------
Attachment: jbds-tree-mac.txt
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
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
{code}
See the attached txt for full tree.