[
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086938#comment-13086938
]
Yi Xiao commented on GERONIMODEVTOOLS-706:
------------------------------------------
The double prompt issue has been fixed due to Jarek's contribution to karaf.
Now, the GEP uses -Djline.terminal=jline.UnsupportedTerminal, and the
UnsupportedTermial use a different command parsing process compared with
KarafWindowsTermial.
The TAB function could not be used under the UnsupportedTerminal, so if we want
to use the TAB, we should eliminate the
-Djline.terminal=jline.UnsupportedTerminal, and try to enable the eclipse's
console can read each character instead of a line.
The eclipse's console intercept the stdin, stdout and stderr, so the Jline's
readCharacter(in) could not work successfully.
Maybe, we could start a separated console terminal from eclipse, any thoughts?
> Consider enabling Karaf shell in Eclipse console
> ------------------------------------------------
>
> Key: GERONIMODEVTOOLS-706
> URL:
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-706
> Project: Geronimo-Devtools
> Issue Type: Improvement
> Components: eclipse-plugin
> Affects Versions: 3.0-M2
> Reporter: Jarek Gawor
> Assignee: Ted Kirby
>
> (If possible) I think it would be pretty nice to have an option to enable and
> access Karaf shell directly in Eclipse console window. If that can be done
> make sure to start Geronimo server with
> -Djline.terminal=jline.UnsupportedTerminal option.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira