]
Jan Richter closed JBDS-3888.
-----------------------------
I'll close this as finished. If something more is required, I suggest opening a new
issue.
DevStudio build results should contain file with additional
information
-----------------------------------------------------------------------
Key: JBDS-3888
URL:
https://issues.jboss.org/browse/JBDS-3888
Project: Red Hat Developer Studio (DevStudio)
Issue Type: Feature Request
Components: build, platform-installer
Affects Versions: 10.0.0.Alpha2
Reporter: Denis Golovin
Assignee: Nick Boldt
Fix For: 10.0.0.Alpha2
Current implementation hardcode DevStudio version/url into Platform-Installer. Would be
good to be able to get this info form download location in form of content.json file:
{code}{
"name": "Red Hat Developer Studio",
"description": "DevStudio 10.0.0.Alpha2 Nightly Build",
"fullVersion": "10.0.0.Alpha2-XXXXXXXXXXXXX-B0001",
"installer":
"https//downloadhost.com/devstudio-10.0.0.Alpha2-XXXXXXXXXXX-B0001-installer.jar"
}{code}
Full URL is required to avoid download interruptions, when new version of DevStudio is
uploaded and files available from stable URL is overwritten with latest nightly build. In
this case a client downloaded content.json has direct link to installer jar from specific
nightly location, which is usually kept for several days.