]
Martin Malina resolved JBIDE-25835.
-----------------------------------
Fix Version/s: 4.5.3.AM3
(was: 4.5.3.Final)
Resolution: Done
I'm gonna mark this as resolved because the error is gone now. But it still
doesn't work properly IMO. The server adapter is added, but minishift binary is not
filled in. I created a new JIRA for that here: JBIDE-25858
Cannot download/install cdk-runtime
-----------------------------------
Key: JBIDE-25835
URL:
https://issues.jboss.org/browse/JBIDE-25835
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk, openshift
Affects Versions: 4.5.2.AM3
Environment: MacOSX
Win10
Reporter: Andre Dietisheim
Assignee: Rob Stryker
Labels: download_runtimes_wizard
Fix For: 4.5.3.AM3
Attachments: image-2018-03-21-15-13-35-753.png
steps:
# EXEC: Ctrl + 3 and provide "Runtime" into the filter field, choose *Download
Runtimes*
# EXEC: choose CDK v3.3.0, hit "Next"
# ASSERT: credentials page shows up
# EXEC: provide credentials, hit "Next"
# ASSERT: license page shows up
# EXEC: accept it, hit "Next"
# ASSERT: "Download Runtime" page shows up
# EXEC: confirm suggested values, hit "Finish"
# ASSERT: download is triggered, is progressing.
Result:
Once the download is finished, an error shows up:
!image-2018-03-21-15-13-35-753.png!
If you verify the destination, you see that it's actually a file (while the dialog
talks of a folder):
{code}
$ ls -l cdk-3.3.0-1-minishift-darwin-amd64
-rwxr--r-- 1 adietish staff 461M Mar 21 14:52 cdk-3.3.0-1-minishift-darwin-amd64
{code}