JDK-8189710 : Implement a mechanism for creating a bundle for downloaded files (from .jnlp).
  • Type: Sub-task
  • Component: deploy
  • Sub-Component: packager
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2017-10-20
  • Updated: 2018-10-19
  • Resolved: 2018-10-19
Description
We need to implement a mechanism for creating a bundle for downloaded files (from .jnlp).
All jars (and icon) must be downloaded to a temporary directory (probably something based on BUILD_ROOT (Files.createTempDirectory("fxbundler"))). JNLP files should also be downloaded to the same directory. 
tmp directory should be removed after creating the bundle.