[
https://issues.jboss.org/browse/JBDS-3411?page=com.atlassian.jira.plugin....
]
Denis Golovin commented on JBDS-3411:
-------------------------------------
It should probably be "/Library/Application Support/jbdevstudio" without .app
suffix, I see all other apps have folders without it. But before we switch to using it I
would go ahead and applied PR to have studio working under mac.
Then we fix issues that requires fixes on installer and jddevstudio sides:
1. change runtimes folder location to "~/Library/Application
Support/jbdevstudio9/runtimes" requires to change installer and runtime detection
plugins
2. change runtime-locations.properties file and put it in the "~/Library/Application
Support/jbdevstudio9/" requires to change installer and runtime detection plugins
3. Remove files none relevant for Mac installation form ibdevstudio.app
4. Move relevant files (as readme.txt" inside jbdevstudio.app as root files (?)
have installer build actually use M6 p2 product build
-----------------------------------------------------
Key: JBDS-3411
URL:
https://issues.jboss.org/browse/JBDS-3411
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: build, installer, updatesite
Reporter: Max Rydahl Andersen
Assignee: Denis Golovin
Priority: Critical
Fix For: 9.0.0.Beta1
talking with [~prapicault] I learned that since M6 the following changes are required for
proper working p2 product/osx build:
{code}
<products>
<product>
...
<rootFolders>
<macosx>MyProduct.app</macosx>
</rootFolders>
</product>
{code}
And to use tycho 0.23-snapshot
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)