]
Alexey Kazakov resolved JBDS-3670.
----------------------------------
Resolution: Done
This is done.
Build self executable bundled installer on Jenkins
--------------------------------------------------
Key: JBDS-3670
URL:
https://issues.jboss.org/browse/JBDS-3670
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Task
Components: installer
Affects Versions: 9.1.0.Beta2
Reporter: Denis Golovin
Assignee: Denis Golovin
Labels: havoc
Fix For: 9.1.0.CR1
Latest version of electron-packager-squirrel-windows cannot handle big installer with
size more than 600Mb approximately. This forces us to use alternative approach for bundled
installer that includes:
* CDK;
* SSH/rsync
* openjdk8
* JBDS
To create bundled installer, build should download all required binaries and put them
along with installer exe file with with the same name that installer uses in online
version. For example CDK binaries would go to cdk.zip, JBDS installer to jbds.jar and so
on. Names are configured in browser/model/*.js files for every downloaded binary.
Then 7zip extra package should be downloaded and used t produce self extracting archive
from generated electron installer (gulp generate) and downloaded binaries.