[
https://issues.jboss.org/browse/JBDS-3849?page=com.atlassian.jira.plugin....
]
Nick Boldt edited comment on JBDS-3849 at 4/28/16 8:54 AM:
-----------------------------------------------------------
I don't think using Promise.all is a viable solution here. PR
https://github.com/redhat-developer-tooling/developer-platform-install/pu... works fine
and the prefetch task blocks until it's done. PR
https://github.com/redhat-developer-tooling/developer-platform-install/pu... DOES NOT
BLOCK, so downloads continue while downstream tasks run at the same time.
I also tried Bluebird and request-promise and neither worked for me for this use case.
was (Author: nickboldt):
I don't think using Promise.all is a viable solution here. PR
https://github.com/redhat-developer-tooling/developer-platform-install/pu... works fine
and the prefetch task blocks until it's done. PR
https://github.com/redhat-developer-tooling/developer-platform-install/pu... DOES NOT
BLOCK, so downloads continue while downstream tasks run at the same time.
Store downloaded requirements for bundled installer between builds
------------------------------------------------------------------
Key: JBDS-3849
URL:
https://issues.jboss.org/browse/JBDS-3849
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Enhancement
Components: platform-installer
Affects Versions: 10.0.0.Alpha1
Reporter: Denis Golovin
Assignee: Denis Golovin
Labels: havoc
Fix For: 10.0.0.Alpha1
Attachments: jbds-jar-0-length-in-7zip.png, works-but-too-small.png
Now build downloads all bundled binaries in every build, because the got wiped out by
clean task.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)