Ooops my bad. I tested the recent deployer changes with a .geronimo-
deployer file in my home directory and hence was not prompted to
enter my credentials; so, I did not detect this problem. I can fix
this problem tonight my time, i.e. in ~12 hours; the fix should be to
add the jline dependency to the jsr88-cli module; yet I will need
time to verify that. If you want to give it a try and fix this
problem before me, then please feel free to do so. Sorry once again.
Thanks,
Gianny
On 06/02/2007, at 5:04 AM, Sachin Patel wrote:
Looks like the CLI deployment is broken...
Exception in thread "main" java.lang.NoClassDefFoundError: jline/
ConsoleReader
at org.apache.geronimo.deployment.cli.InputPrompt.<init>
(InputPrompt.java:42)
at
org.apache.geronimo.deployment.cli.ServerConnection.doAuthPromptAndRet
ry(ServerConnection.java:334)
at
org.apache.geronimo.deployment.cli.ServerConnection.tryToConnect
(ServerConnection.java:294)
at
org.apache.geronimo.deployment.cli.ServerConnection.<init>
(ServerConnection.java:202)
at org.apache.geronimo.deployment.cli.DeployTool.execute
(DeployTool.java:159)
at org.apache.geronimo.kernel.util.MainBootstrapper.main
(MainBootstrapper.java:50)
-sachin