as my project is built using maven, I have added crsh.shell.core and crsh.shell.telnet to my pom file (the JARs end up correctly in JAR) but I still can't connect to the shell using telnet.
Apr 24, 2013 10:04:25 AM org.crsh.plugin.ServiceLoaderDiscovery getPlugins
INFO: Loaded plugin Plugin[type=CRaSHShellFactory,interface=ShellFactory]
Apr 24, 2013 10:04:25 AM org.crsh.plugin.ServiceLoaderDiscovery getPlugins
INFO: Loaded plugin Plugin[type=ProcessorIOHandler,interface=TermIOHandler]
Apr 24, 2013 10:04:25 AM org.crsh.plugin.ServiceLoaderDiscovery getPlugins
INFO: Loaded plugin Plugin[type=JaasAuthenticationPlugin,interface=AuthenticationPlugin]
Apr 24, 2013 10:04:25 AM org.crsh.plugin.ServiceLoaderDiscovery getPlugins
INFO: Loaded plugin Plugin[type=SimpleAuthenticationPlugin,interface=AuthenticationPlugin]
Apr 24, 2013 10:04:25 AM org.crsh.plugin.PluginManager getPlugins
INFO: Initialized plugin Plugin[type=CRaSHShellFactory,interface=ShellFactory]
Apr 24, 2013 10:04:25 AM org.crsh.plugin.PluginManager getPlugins
INFO: Initialized plugin Plugin[type=ProcessorIOHandler,interface=TermIOHandler]
Apr 24, 2013 10:04:25 AM org.crsh.plugin.PluginManager getPlugins
INFO: Initialized plugin Plugin[type=JaasAuthenticationPlugin,interface=AuthenticationPlugin]
Apr 24, 2013 10:04:25 AM org.crsh.plugin.PluginManager getPlugins
INFO: Initialized plugin Plugin[type=SimpleAuthenticationPlugin,interface=AuthenticationPlugin]
Any help will be appraciated :)
Lukasz