Re: GShell Update

2008-11-29 Thread David Jencks
Hi Jason, This sounds very cool but I don't understand exactly what the ssh functionality gets us or what your vision of shared commands between the web console and gshell looks like. IIUC right now communication between gshell and a geronimo server is via jmx, which optionally can be

Re: GShell Update

2008-11-29 Thread Jason Dillon
On Nov 30, 2008, at 1:45 AM, David Jencks wrote: Hi Jason, This sounds very cool but I don't understand exactly what the ssh functionality gets us or what your vision of shared commands between the web console and gshell looks like. First some background... In the beginning there was

GShell Update

2008-11-28 Thread Jason Dillon
Its been a while, I have been in a lillte bit of a slump. But, some really cool things have happened in the past weeks which gave me a nice kick in the ass to move forward. Thanks to Guillaume Nodet (aka gnodet) GShell now has... SSH support! Yes you can now use your native/local sshd

Re: GShell Update

2008-10-03 Thread Jason Dillon
FYI, I just committed a VFS provider based on Truezip, based on patches from: https://issues.apache.org/jira/browse/VFS-106 This allows the contents of jar/zip/tar/whatever archives to be edited. So for example, you can edit the ejb-jar.xml file of a .jar file w/o

GShell Update

2008-09-29 Thread Jason Dillon
As some of you might have noticed I've been very busy for the past days working on GShell. I've been meaning to stop hacking and write some email about what I'm doing, but I always end up jumping into some feature or fixing some bug. But a lot has changed, so I really need to post some

Re: GShell Update

2008-09-29 Thread Jason Dillon
Oh, I also forgot one thing. I registered the gshell.org domain and set it up to redirect to http://geronimo.apache.org/gshell automatically. I also fixed the redirects in the site content, so actually http://geronimo.apache.org/gshell will redirect you to http://cwiki.apache.org/GSHELL. The

Re: GShell Update

2008-09-29 Thread Davanum Srinivas
Jason, Please send an courtesy heads up email to infrastructure@ when you get a chance. thanks, dims On Mon, Sep 29, 2008 at 2:18 PM, Jason Dillon [EMAIL PROTECTED] wrote: Oh, I also forgot one thing. I registered the gshell.org domain and set it up to redirect to

Re: GShell update

2008-09-19 Thread Guillaume Nodet
Just had a look at the current code, and I want to point a possible problem. Bear with me if I misunderstood something. When a command is created from spring, we have the following bean definition: bean class=org.apache.geronimo.gshell.wisdom.command.CommandImpl

Re: GShell update

2008-09-19 Thread Guillaume Nodet
Doh, find the answer to my last question. The build was disable in idea project did not show whisper. My bad! On Fri, Sep 19, 2008 at 2:13 PM, Guillaume Nodet [EMAIL PROTECTED] wrote: Just had a look at the current code, and I want to point a possible problem. Bear with me if I misunderstood

Re: GShell update

2008-09-19 Thread Jason Dillon
Yup, I know... still need to figure that out actually. Keep in mind I'm not done hacking up this stuff just yet, I hope to solve this problem soon... but before I do that I'm going to re-enable all the other previously disabled stuff (like whisper and remote support) and make sure that

Re: GShell update

2008-09-19 Thread Jason Dillon
FYI, I've just started to update the gshell-remote-* and gshell- whisper stuff to integrate with wisdom/spring... so might take a few days before the remote shell commands will work again. It compiles now, but I've yet to actually get a rsh/rsh-server connection working. The plan is to

GShell update

2008-09-11 Thread Jason Dillon
Finally got back to hacking on GShell... and have been working on replacing the Plexus container with a Spring container. Today I finally got it working correctly, using maven repository for dependencies. Still got some work left to do to clean up the layout muck and make the help