]
Jan Richter closed JBDS-3854.
-----------------------------
Verified with latest master (equivalent of B141)
Installer: Gulp dist task doesn't report subtasks in correct
order
------------------------------------------------------------------
Key: JBDS-3854
URL:
https://issues.jboss.org/browse/JBDS-3854
Project: Red Hat Developer Studio (DevStudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 9.1.0.CR1
Reporter: Pavol Pitonak
Assignee: Pavol Pitonak
Labels: Havoc
Fix For: 10.0.0.Alpha1
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}