-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1.9
-
Fix Version/s: 1.1.11
On windows, in the nuxeo shell, the cmds command is always throwing the following exception
java.lang.StringIndexOutOfBoundsException: String index out of range: -18 at java.lang.String.substring(String.java:1937) at org.nuxeo.shell.cmds.Commands.split(Commands.java:110) at org.nuxeo.shell.cmds.Commands.wrap(Commands.java:85) at org.nuxeo.shell.cmds.Commands.run(Commands.java:71) at org.nuxeo.shell.Shell.run(Shell.java:503) at org.nuxeo.shell.Shell.run(Shell.java:498) at org.nuxeo.shell.Shell.run(Shell.java:492) at org.nuxeo.shell.cmds.Interactive.run(Interactive.java:121) at org.nuxeo.shell.Shell.run(Shell.java:503) at org.nuxeo.shell.Shell.run(Shell.java:498) at org.nuxeo.shell.Shell.run(Shell.java:492) at org.nuxeo.shell.Shell.main(Shell.java:281) at org.nuxeo.ide.shell.views.ShellView$2.run(ShellView.java:54) at java.lang.Thread.run(Thread.java:662)