[
https://issues.jboss.org/browse/JBDS-3411?page=com.atlassian.jira.plugin....
]
Denis Golovin edited comment on JBDS-3411 at 4/21/15 3:44 PM:
--------------------------------------------------------------
Seems to work with some adjustments:
0. Use Tycho 0.23.0-SNAPSHOT
1. Have to manually add into installer/category.xml
<bundle id="config.a.jre.javase" version="1.6.0"/>
2. On Mac OS X install should be done into target/studio.app folder to get it look like
application package (should probably test in installer if there is no .app suffix in
target folder name and add it by default)
3. -Use latest p2.director from Mars M6-
4. Update launch form installer, because now .app location would be different
was (Author: dgolovin):
Seems to work with some adjustments:
1. Have to manually add into installer/category.xml
<bundle id="config.a.jre.javase" version="1.6.0"/>
2. On Mac OS X install should be done into target/studio.app folder to get it look like
application package (should probably test in installer if there is no .app suffix in
target folder name and add it by default)
3. -Use latest p2.director from Mars M6-
4. Update launch form installer, because now .app location would be different
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: installer, updatesite
Reporter: Max Rydahl Andersen
Assignee: Denis Golovin
Priority: Critical
Fix For: 9.0.0.Alpha2
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)