[jbosstools-issues] [JBoss JIRA] (JBIDE-21194) Result from adbinfo on windows has different syntax
Max Rydahl Andersen (JIRA)
issues at jboss.org
Wed Dec 9 01:30:00 EST 2015
[ https://issues.jboss.org/browse/JBIDE-21194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138769#comment-13138769 ]
Max Rydahl Andersen commented on JBIDE-21194:
---------------------------------------------
example: https://github.com/eclipse/linuxtools/blob/master/containers/org.eclipse.linuxtools.docker.core/src/org/eclipse/linuxtools/internal/docker/core/DefaultDockerConnectionSettingsFinder.java#L172 and scripts for each platform https://github.com/eclipse/linuxtools/tree/master/containers/org.eclipse.linuxtools.docker.core/resources that shows how I mean.
> 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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jbosstools-issues
mailing list