]
Martin Malina closed JBIDE-21194.
---------------------------------
This is done and working the way Rob described. If you want it to be done differently,
please create a new JIRA.
Result from adbinfo on windows has different syntax
---------------------------------------------------
Key: JBIDE-21194
URL:
https://issues.jboss.org/browse/JBIDE-21194
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: openshift, server
Affects Versions: 4.3.0.Beta1
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
The result from adbinfo on linux is:
{code}
export key=value
{code}
The result on Windows is:
{code}
setx key value
{code}
The adbinfo runner needs to be aware of this difference and react accordingly when
creating the openshift connection.