-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"cd" cannot be used/called like a stand-alone program in configurations under #4
Comments
Thank you for reporting this! |
labels: linux --> linux, preset |
May be the Shell Run Command without hold the window in open state after execution of command: |
Christian V. J. Bruessow (https://sourceforge.net/u/cvjb/profile/) 2014-02-13xterm -hold -e "cd {1}" will not work as expected as it will open an xterm, change into the directory stored in {1} and wait till the user closes the xterm. |
Sorry, but this preset is for xterm configuration. So user wants to open the folder in xterm!? If one want to open it in bash we can create new preset for bash directly without xterm. |
I will check the bash command for linux systems and provide the right presets for version 1.4.2 |
Did you tried the version 1.4.2 with linux? |
Christian V. J. Bruessow (https://sourceforge.net/u/cvjb/profile/) 2015-10-19II'am sorry, but the error still exists with Eclipse "Mars". Here the |
Thanks, i'm preparing the fix for next release v1.5.x, planed now for 30.05.16 |
related to fix for issue #6 |
- complete rewrite of plugin with EPL license #35 - [v2.0] new license: EPL - added table view to support adding, removing and change order of commands - new name space "de.anbos.eclipse.easyshell" Addressed enhancement requests: #9 - Editable / custom commands #11 - Change argument names #12 - Change order menue entries #14 - ability to select which of the 4 options to be visible #17 - add linux 'nemo' file browser #21 - add Xfce4 Terminal to linux presets #23 - add linux 'thunar' file browser #31 - add support of eclipse variables Bug fixes: #4 - "cd" cannot be used/called like a stand-alone program in configurations under #6 - gnome-terminal: change to working directory does not work in LMDE 201403 #29 - EasyShell v1.4.2 cannot be installed in Eclipse Neon(4.6.0M5) #30 - Compatibility Issue with Neon-M7 #45 - EasyShell not compatible with new Eclipse Neon Signed-off-by: Andre Bossert <anb0s@anbos.de>
done at branch v2_0 |
copied from: https://sourceforge.net/p/pluginbox/bugs/20/
Version 1.4.1 of the plugin was installed via the Eclipse Marketplace.
The OS is Linux (openSUSE 12.3 and 13.1, but will apply to all standard Linux distros).
Eclipse is 4.3 (Kepler) with latest updates installed.
"cd" cannot be used like shown in the configuration for CDE. cd is a shell built-in not a standalone command. That is not a CDE speciality, but also valid for all configurations using a standard xterm/rxvt/uxterm.
The error is reported as:
eclipse.buildId=4.3.0.M20130911-1000
java.fullversion=JRE 1.7.0 IBM J9 2.6 Linux amd64-64 20120809_118929 (JIT enabled, AOT enabled)
J9VM - R26_Java726_SR2_20120809_0948_B118929
JIT - r11.b01_20120808_24925
GC - R26_Java726_SR2_20120809_0948_B118929
J9CL - 20120809_118929
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
Framework arguments: -product org.eclipse.epp.package.rcp.product -showlocation
Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.rcp.product -showlocation
Error
Thu Feb 06 09:23:59 CET 2014
java.io.IOException: Cannot run program "cd": error=2, Datei oder Verzeichnis nicht gefunden
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1040)
at java.lang.Runtime.exec(Runtime.java:626)
at java.lang.Runtime.exec(Runtime.java:494)
at com.tetrade.eclipse.plugins.easyshell.actions.EasyShellAction.run(EasyShellAction.java:173)
at com.tetrade.eclipse.plugins.easyshell.command.EasyShellCommand.execute(EasyShellCommand.java:39)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
[...]
The text was updated successfully, but these errors were encountered: