[jbosstools-issues] [JBoss JIRA] (JBDS-3854) Installer: Gulp dist task doesn't report subtasks in correct order

Pavol Pitonak (JIRA) issues at jboss.org
Thu Apr 21 05:44:00 EDT 2016


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)


More information about the jbosstools-issues mailing list