[
https://issues.redhat.com/browse/JBIDE-26917?page=com.atlassian.jira.plug...
]
André Dietisheim edited comment on JBIDE-26917 at 2/10/20 2:57 PM:
-------------------------------------------------------------------
the file pattern that I see for windows is missing the *-windows* portion required:
http://cdk-builds.usersys.redhat.com/builds/nightly/latest-build/windows-...
{code}
minishift.exe
{code}
Assuming that the file I am referring to is the correct one, the error would be in the
above regex. I checked several oc binaries in this repo and they all dont have the
*-windows* portion.
On the other hand, the cdk builds that one can get from
https://access.redhat.com match
the pattern:
{code}
cdk-3.11.0-1-minishift-windows-amd64.exe
{code}
[~odockal], could you please verify the filename of your cdk binary on windows where
detection fails?
was (Author: adietish):
the file pattern that I see for windows is missing the *-windows* portion required:
http://cdk-builds.usersys.redhat.com/builds/nightly/latest-build/windows-...
{code}
minishift.exe
{code}
Assuming that the file I am referring to is the correct one, the error would be in the
above regex. I checked several oc binaries in this repo and they all dont have the
*-windows* portion.
[~odockal], could you please verify the filename of your cdk binary on windows where
detection fails?
CDK runtime detection does not work for folder with minishift.exe on
windows system
-----------------------------------------------------------------------------------
Key: JBIDE-26917
URL:
https://issues.redhat.com/browse/JBIDE-26917
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk, openshift, runtime-detection
Affects Versions: 4.13.0.Final
Environment: Windows 10
Reporter: Ondrej Dockal
Assignee: André Dietisheim
Priority: Critical
Fix For: 4.14.0.Final
Runtime detection does not find CDK server adapter when given folder with minishift.exe
binary. It does not happen on linux systems.
Steps:
1. Have studio opened and CDK binary downloaded
2. Preferences -> JBossTools -> Jboss Runtime Detection
3. Add
4. Choose folder with cdk binary -> Open
5. ASSERT: Searching for runtimes dialog is shown with offered CDK 3.2+ server adapter
Acutally: on windows it does not recognize adapter. On linux this works.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)