Re: About commons-net and GSoC

2009-04-03 Thread Rory Winston
Sergey The goal for this implementation is to add ssh/scp/sftp support to commons-net. I originally looked at integrating an existing SSH client implementation, but integration was not straightforward.. The Mina SSH implementation looks like a better implementation in terms of code quality and

Re: About commons-net and GSoC

2009-04-03 Thread Guillaume Nodet
If you're talking about the Mina Sshd project, the primay goal was to have an ASL friendly SSH server in Java wich I haven't found before beginning this project. The client part came later came naturally later because a lot of code is shared. But there' still a lot to do on this project (client ke

Re: Release Schedule Request

2009-04-03 Thread Siegfried Goeschl
Hi Brad, your JIRA will make it into the 1.2 release - I will add your stuff this weekend and publish a snapshot. I have altogether three issues so a release is not to far away - I would assume a timeframe of 4-5 for the commons-email-1.2 release. Cheers, Siegfried Goeschl Brad Davis wrote: >

Re: About commons-net and GSoC

2009-04-03 Thread Sergey Vladimirov
Guys, stupid question So...why do we need a new, 4-th (3-rd BSD-style) full SSH implementation? :) -- Sergey On Fri, Apr 3, 2009 at 1:03 PM, Guillaume Nodet wrote: > The dependency is at scope test AFAIK and it's only used to do some > testing on the SSH server implementation. > > On Fri, Ap

Re: Release Schedule Request

2009-04-03 Thread Matt Benson
--- On Fri, 4/3/09, Brad Davis wrote: > From: Brad Davis > Subject: Release Schedule Request > To: dev@commons.apache.org > Cc: agui...@redhat.com > Date: Friday, April 3, 2009, 1:21 PM > We are currently implementing jBPM > 4.0, and would like to use Apache Commons Email within our > email c

Release Schedule Request

2009-04-03 Thread Brad Davis
We are currently implementing jBPM 4.0, and would like to use Apache Commons Email within our email components. However, there are several methods we need described in the following JIRA: https://issues.apache.org/jira/browse/EMAIL-85 After creating the JIRA, I realize in retrospect that the c

Re: [net] +=DNS ...?

2009-04-03 Thread Aidan Skinner
On Wed, Feb 11, 2009 at 3:56 PM, Rory Winston wrote: > Do you mean a CIDR calculator? > > If so, I put a rudimentary implementation into [net] 2.0 last year. Sorry for instigating this and then dropping it on the floor, Qpid 0.5 has eaten my brain. Yes, we were talking about a CIDR calculator.

[math] releasing 2.0 ?

2009-04-03 Thread Luc Maisonobe
Hello, A lot of work has been done on [math] last months. There are 9 issues still open in Jira with a target set to 2.0. Some of them have already been almost processed, some could be finished soon, some could be postponed to 2.1. What do you think about preparing to release 2.0 in the next few

[g...@vmgump]: Project commons-compress-test (in module apache-commons) failed

2009-04-03 Thread commons-compress development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-compress-test has an issue affecting its community integration. Th

Re: [g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2009-04-03 Thread Stefan Bodewig
Now that commons-configuration gets the latest and greates vfs it also gets the latest of Xalan and we are back to this failure All errors I checked look like this one http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/gump_file/TEST-org.apache.commons.configuration.Te

[g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2009-04-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-configuration-test has an issue affecting its community integrati

Re: About commons-net and GSoC

2009-04-03 Thread Guillaume Nodet
The dependency is at scope test AFAIK and it's only used to do some testing on the SSH server implementation. On Fri, Apr 3, 2009 at 09:40, Rory Winston wrote: > Guillaume > > You're right - apologies, I just had a quick look at it and assumed it was > along the same lines as another SSH client f

Re: About commons-net and GSoC

2009-04-03 Thread Rory Winston
Guillaume You're right - apologies, I just had a quick look at it and assumed it was along the same lines as another SSH client framework that someone suggested earlier (which itself was just a wrapper). I also noticed mina-sshd has jsch in its dependency list - I wonder why it needs it if it