Hi, there
The client.bat is not working as expected in karaf 4.1.0 on Windows, especially
the branding and prompt
{code}
G:\download\apache-karaf-4.1.0\bin>client.bat -h localhost
Logging in as karaf
[36m __ __ ____ [0m
[36m / //_/____ __________ _/ __/ [0m
[36m / ,< / __ `/ ___/ __ `/ /_ [0m
[36m / /| |/ /_/ / / / /_/ / __/ [0m
[36m /_/ |_|\__,_/_/ \__,_/_/ [0m
[1m Apache Karaf[0m (4.1.0)
Hit '[1m<tab>[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1msystem:shutdown[0m' to shutdown Karaf.
Hit '[1m<ctrl-d>[0m' or type '[1mlogout[0m' to disconnect
[1mkaraf[0m@root()>
{code}
If you type into some commands on the console, e.g. "list", then it still
works, but the prompt looks like:
{code}
[1mkaraf[0m@root()>
{code}
could this problem be introduced by the jline or sshd upgraded in the 4.1.0? or
something need to be configured?
Thanks
Xilai