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

Denis Golovin (JIRA) issues at jboss.org
Wed Mar 23 16:08:00 EDT 2016


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

Denis Golovin updated JBDS-3702:
--------------------------------
    Affects Version/s: 9.1.0.CR1


> 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
>    Affects Versions: 9.1.0.CR1
>            Reporter: Pavol Pitonak
>            Assignee: Denis Golovin
>              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