-
Bug
-
Resolution: Done
-
Critical
-
4.5.0.AM2
The openshift rest client lib is not including the full path when calling ProcessBuilder. So process builder is being asked to run a command named "oc" without the full path to it. In such situation, the process builder (or the OS, not 100% sure which) will revert to searching the system path for the given command, and choose the one on the system path.
Since my machine does not have 'oc' on the system path, openshift tools cannot run the oc command, or publish.
This also blocks adoption of JBIDE-24236, which allows users to select different OC. On linux, the system path's OC will always be chosen, regardless of any user settings.
- blocks
-
JBIDE-24236 Preferences: "automagically" use the oc that's shipped with the cdk3
- Closed