[JBoss JIRA] (JBDS-3854) Installer: Gulp dist task doesn't report subtasks in correct order
by Pavol Pitonak (JIRA)
Pavol Pitonak created JBDS-3854:
-----------------------------------
Summary: Installer: Gulp dist task doesn't report subtasks in correct order
Key: JBDS-3854
URL: https://issues.jboss.org/browse/JBDS-3854
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 9.1.0.CR1
Reporter: Pavol Pitonak
Assignee: Pavol Pitonak
Gulp task _dist_ log is in wrong order, e.g. dist should finish after clean is finished (caused by mixed usage of runSequence and native Gulp dependent tasks)
{code}
[11:40:03] Using gulpfile ~/workspace/developer-platform-install/gulpfile.js
[11:40:03] Starting 'check-requirements'...
[11:40:05] Finished 'check-requirements' after 1.74 s
[11:40:05] Starting 'dist'...
[11:40:05] Starting 'clean'...
[11:40:05] Finished 'dist' after 3.05 ms
[11:40:05] Finished 'clean' after 4.52 ms
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3854) Installer: Gulp dist task doesn't report subtasks in correct order
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/JBDS-3854?page=com.atlassian.jira.plugin.... ]
Pavol Pitonak updated JBDS-3854:
--------------------------------
Story Points: 1
> Installer: Gulp dist task doesn't report subtasks in correct order
> ------------------------------------------------------------------
>
> Key: JBDS-3854
> URL: https://issues.jboss.org/browse/JBDS-3854
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Pavol Pitonak
> Assignee: Pavol Pitonak
>
> Gulp task _dist_ log is in wrong order, e.g. dist should finish after clean is finished (caused by mixed usage of runSequence and native Gulp dependent tasks)
> {code}
> [11:40:03] Using gulpfile ~/workspace/developer-platform-install/gulpfile.js
> [11:40:03] Starting 'check-requirements'...
> [11:40:05] Finished 'check-requirements' after 1.74 s
> [11:40:05] Starting 'dist'...
> [11:40:05] Starting 'clean'...
> [11:40:05] Finished 'dist' after 3.05 ms
> [11:40:05] Finished 'clean' after 4.52 ms
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3853) Installer: use node-rcedit instead of resourceHacker
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/JBDS-3853?page=com.atlassian.jira.plugin.... ]
Pavol Pitonak updated JBDS-3853:
--------------------------------
Story Points: 3
> Installer: use node-rcedit instead of resourceHacker
> ----------------------------------------------------
>
> Key: JBDS-3853
> URL: https://issues.jboss.org/browse/JBDS-3853
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Enhancement
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Pavol Pitonak
> Labels: havoc
>
> Installer's metadata and icon are changed by Gulp using Resource Hacker which requires that we manually pre-compile its configuration on every change in metadata (e.g. project version).
> Change it to node-rcedit module (already used by electron-packager to do the same thing for binary inside self-extracting zip)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3853) Installer: use node-rcedit instead of resourceHacker
by Pavol Pitonak (JIRA)
Pavol Pitonak created JBDS-3853:
-----------------------------------
Summary: Installer: use node-rcedit instead of resourceHacker
Key: JBDS-3853
URL: https://issues.jboss.org/browse/JBDS-3853
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Enhancement
Components: installer
Affects Versions: 9.1.0.CR1
Reporter: Pavol Pitonak
Installer's metadata and icon are changed by Gulp using Resource Hacker which requires that we manually pre-compile its configuration on every change in metadata (e.g. project version).
Change it to node-rcedit module (already used by electron-packager to do the same thing for binary inside self-extracting zip)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months