[JBoss JIRA] (JBDS-3425) Disable Unintsaller generation for Mac OS X
by Denis Golovin (JIRA)
Denis Golovin created JBDS-3425:
-----------------------------------
Summary: Disable Unintsaller generation for Mac OS X
Key: JBDS-3425
URL: https://issues.jboss.org/browse/JBDS-3425
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: installer
Affects Versions: 9.0.0.Alpha2
Reporter: Denis Golovin
Assignee: Denis Golovin
Uninstaller doesn't make sense for Mac platform, because it is literally just removing .app package.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBDS-3411) have installer build actually use M6 p2 product build
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3411?page=com.atlassian.jira.plugin.... ]
Denis Golovin edited comment on JBDS-3411 at 4/27/15 3:55 PM:
--------------------------------------------------------------
Removing uninstaller for Mac sounds good to me (see JBDS-3425). I can suppress Unintsaller generation for Mac platform. Izpack has configuration for that according to documentation.
was (Author: dgolovin):
Removing uninstaller for Mac sounds good to me. I can suppress Unintsaller generation for Mac platform. Izpack has configuration for that according to documentation.
> 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)
10 years, 11 months
[JBoss JIRA] (JBDS-3411) have installer build actually use M6 p2 product build
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3411?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-3411:
-------------------------------------
Removing uninstaller for Mac sounds good to me. I can suppress Unintsaller generation for Mac platform. Izpack has configuration for that according to documentation.
> 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)
10 years, 11 months
[JBoss JIRA] (JBDS-3411) have installer build actually use M6 p2 product build
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3411?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-3411:
-------------------------------------
we can override tychoVersion for product build only so other jbt modulew would not be affected
> 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)
10 years, 11 months
[JBoss JIRA] (JBDS-3411) have installer build actually use M6 p2 product build
by Denis Golovin (JIRA)
[ 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)
10 years, 11 months
[JBoss JIRA] (JBIDE-19717) Visual (diagram) editor for JSR-352 batch job files.
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19717?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-19717:
-----------------------------------
Labels: new_and_noteworthy (was: )
> Visual (diagram) editor for JSR-352 batch job files.
> ----------------------------------------------------
>
> Key: JBIDE-19717
> URL: https://issues.jboss.org/browse/JBIDE-19717
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: batch
> Affects Versions: 4.3.0.Alpha1
> Reporter: Tomáš Milata
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy
> Fix For: 4.3.x
>
>
> A *visual* editor which allows users to *graphically draw* structure of a JSR-352 batch job xml file.
> Existing Sapphire model makes it easy to create a new Sapphire diagram editor that works together with the existing tree editor.
> While the existing tree editor is efficient for editing properties of *single element*, the diagram editor should serve as a useful *visualization* tool that helps with orientation in complex flow *strucures*.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19717) Visual (diagram) editor for JSR-352 batch job files.
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19717?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-19717:
--------------------------------------
Assignee: Alexey Kazakov
> Visual (diagram) editor for JSR-352 batch job files.
> ----------------------------------------------------
>
> Key: JBIDE-19717
> URL: https://issues.jboss.org/browse/JBIDE-19717
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: batch
> Affects Versions: 4.3.0.Alpha1
> Reporter: Tomáš Milata
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy
> Fix For: 4.3.x
>
>
> A *visual* editor which allows users to *graphically draw* structure of a JSR-352 batch job xml file.
> Existing Sapphire model makes it easy to create a new Sapphire diagram editor that works together with the existing tree editor.
> While the existing tree editor is efficient for editing properties of *single element*, the diagram editor should serve as a useful *visualization* tool that helps with orientation in complex flow *strucures*.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19717) Visual (diagram) editor for JSR-352 batch job files.
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19717?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-19717:
-----------------------------------
Fix Version/s: 4.3.x
> Visual (diagram) editor for JSR-352 batch job files.
> ----------------------------------------------------
>
> Key: JBIDE-19717
> URL: https://issues.jboss.org/browse/JBIDE-19717
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: batch
> Affects Versions: 4.3.0.Alpha1
> Reporter: Tomáš Milata
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy
> Fix For: 4.3.x
>
>
> A *visual* editor which allows users to *graphically draw* structure of a JSR-352 batch job xml file.
> Existing Sapphire model makes it easy to create a new Sapphire diagram editor that works together with the existing tree editor.
> While the existing tree editor is efficient for editing properties of *single element*, the diagram editor should serve as a useful *visualization* tool that helps with orientation in complex flow *strucures*.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months