intellij-openshift-connector icon indicating copy to clipboard operation
intellij-openshift-connector copied to clipboard

odo cache executable move to plugin directory

Open zsoltii opened this issue 1 year ago • 1 comments

Move the odo cache executable to the idea plugin directory.

java.io.IOException: Cannot run program "C:\Users\user.odo\cache\3.6.0\odo-windows-amd64.exe" (in directory "C:\idea\project\path"): CreateProcess error=1260, A programot egy csoportházirend tiltja. További információért forduljon a rendszergazdához at com.redhat.devtools.intellij.common.utils.ExecHelper.executeWithResult(ExecHelper.java:261) at org.jboss.tools.intellij.openshift.utils.odo.OdoCli.execute(OdoCli.java:244)

"A programot egy csoportházirend tiltja. További információért forduljon a rendszergazdához" translation: The program is blocked by group policy. Contact your system administrator for more information

Which functionality do you think we should add?

The odo cache executable move to the idea plugin directory (I can move it to the specific directory, where we have permission to run exe and ddl).

Why is this needed?

On the company laptop, you can run exe and dll in a specific directory, from any other location it is forbiddeen, such as from the user profile.

Idea plugin directory default way in the c:\users\user\appdata directory, but you can move it with idea.plugins.path parameter under the specific directory, where we have access to run exe and dll, so we can the the odo cache.

zsoltii avatar Apr 26 '23 12:04 zsoltii

@zsoltii : so you ask to change the default cache directory used by ourt tool to somewhere else, because you don't have the proper execution rights on your $HOME directory.

sbouchet avatar May 11 '23 08:05 sbouchet