[jbosstools-issues] [JBoss JIRA] (JBDS-3702) Installer: VirtualBox and JDK key in requirements.json should not contain version

Jan Richter (JIRA) issues at jboss.org
Wed Mar 23 06:15:01 EDT 2016


     [ https://issues.jboss.org/browse/JBDS-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Richter reassigned JBDS-3702:
---------------------------------

    Assignee: Nick Boldt


> Installer: VirtualBox and JDK key in requirements.json should not contain version
> ---------------------------------------------------------------------------------
>
>                 Key: JBDS-3702
>                 URL: https://issues.jboss.org/browse/JBDS-3702
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: installer
>            Reporter: Pavol Pitonak
>            Assignee: Nick Boldt
>              Labels: havoc
>
> File requirements.json contains URLs to various bits that need to be downloaded in built time or in runtime. VirtualBox and JDK key should *not* contain version.
> {code:title=requirements.json}
> "jdk8.zip": {
>     "bundle": "yes",
>     "url": "http://cdn.azul.com/zulu/bin/zulu8.13.0.5-jdk8.0.72-win_x64.zip"
>   },
>   "vagrant.msi": {
>     "bundle": "no",
>     "url": "https://releases.hashicorp.com/vagrant/1.7.4/vagrant_1.7.4.msi"
>   },
>   "VirtualBox-5.0.8.exe": {
>     "bundle": "no",
>     "version": "5.0.8",
>     "revision": "103449",
>     "url": "http://download.virtualbox.org/virtualbox/5.0.8/VirtualBox-5.0.8-103449-Win.exe"
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list