[
https://issues.jboss.org/browse/JBDS-3662?page=com.atlassian.jira.plugin....
]
Rob Stryker commented on JBDS-3662:
-----------------------------------
So this seems to be an issue when launching from cygwin.
When launching from cygwin, the environment has no PATH variable, but rather uses the
linux-style "Path" environment variable. My code was pulling a default
environment from System.getEnv().get(pathvar) where pathvar is "PATH" on
windows and "Path" on linux.
This will need to be liberalized on windows to allow checking for both, or possibly to
find some way to detect whether the environment is using PATH or Path.
This issue has a workaround, which is to not launch via cygwin. I'll investigate a
patch, but this is no longer a critical.
CDK Launch config has broken PATH env variable value set
--------------------------------------------------------
Key: JBDS-3662
URL:
https://issues.jboss.org/browse/JBDS-3662
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: cdk, server
Affects Versions: 9.1.0.Beta2
Reporter: Denis Golovin
Assignee: Rob Stryker
Priority: Blocker
Labels: havoc
Fix For: 9.1.0.CR1
Attachments: path.png
Why it duplicates what is already set on installer side? Installer configures everything
that is required for vagrant .up to work except SUB_USERNAME and SUB_PASSWORD.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)