Re: [CHAIN] CHAIN-92 has broken nightly build

2013-06-19 Thread Benedikt Ritter
2013/6/18 Benedikt Ritter > Hi guys, > > I recently fixed CHAIN-92 [1] but I just realized that I've probably > broken the nightly build. From what I can see the new module > (commons-chain2-test-utils is not published to the snapshot repository. Can > anybody point me to docs what I have to do t

Re: [CHAIN] Add an ExceptionHandler to Chain?

2013-06-19 Thread Benedikt Ritter
I have created CHAIN-95 [1] for this, since I don't have the time to think this through right now :-) Benedikt [1] https://issues.apache.org/jira/browse/CHAIN-95 2013/6/19 Simone Tripodi > Nice thought, feel free to give a try - I'd use the > observer/observable pattern for this > > best, > -

Re: Commons plugins

2013-06-19 Thread Gary Gregory
Thank you for taking the initiative and doing this work Sebb. Gary On Jun 19, 2013, at 19:45, sebb wrote: > I've been developing some Maven plugins in the Sandbox, and I now > propose to move them to Commons proper. > > commons-javadocfix-plugin > > Runs the Oracle JavadocF

Commons plugins

2013-06-19 Thread sebb
I've been developing some Maven plugins in the Sandbox, and I now propose to move them to Commons proper. commons-javadocfix-plugin Runs the Oracle JavadocFixTool as a Maven plugin or a Java command-line application. The tool was released by Oracle recently in order to fix up

Re: [CHAIN] CopyCommand implements two commands at once

2013-06-19 Thread Simone Tripodi
go ahead with copy/override, I think is a nice idea. best, -Simo http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi On Tue, Jun 18, 2013 at 9:06 PM, Benedikt Ritter wrote: > > Am 16.06.2013 um 13:46 schrieb Benedikt Ritter : > >> >> Am 15.06.2013 um 15:52 schrieb Benedik

Re: [CHAIN] Add an ExceptionHandler to Chain?

2013-06-19 Thread Simone Tripodi
Nice thought, feel free to give a try - I'd use the observer/observable pattern for this best, -Simo http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi On Sun, Jun 16, 2013 at 11:21 AM, Benedikt Ritter wrote: > Hi, > > I'm thinking about adding an ExceptionHandler to Cha

Commons Sanbox plugins [ was svn commit: r1494633 - /commons/sandbox/commons-javadocfix-plugin/]

2013-06-19 Thread sebb
On 19 June 2013 15:22, Benedikt Ritter wrote: > Hi Sebb, > > saw the new projects you created lately. Would be nice to know where you > are going with this. This particular plugin is intended for use in fixing the Javadoc scripting bug for future builds. The other plugins are intended for simpli

Re: svn commit: r1494633 - /commons/sandbox/commons-javadocfix-plugin/

2013-06-19 Thread Benedikt Ritter
2013/6/19 > Author: sebb > Date: Wed Jun 19 14:14:30 2013 > New Revision: 1494633 > > URL: http://svn.apache.org/r1494633 > Log: (empty) > > Added: > commons/sandbox/commons-javadocfix-plugin/ > > Hi Sebb, saw the new projects you created lately. Would be nice to know where you are going wit

Re: [VFS] Itch to implement a SFTP filesystem client using sshd

2013-06-19 Thread Julien Aymé
Hi, I forgot to mention one argument for using sshd: it behaves really nicely in multi-threaded environments. Regards, Julien 2013/6/19 Julien Aymé : > Hi everyone, > > I've used sshd from mina at work > (http://mina.apache.org/sshd-project/index.html), and I found the api > really attractive. >

[VFS] Itch to implement a SFTP filesystem client using sshd

2013-06-19 Thread Julien Aymé
Hi everyone, I've used sshd from mina at work (http://mina.apache.org/sshd-project/index.html), and I found the api really attractive. In sshd there is already a SFTP server implemented, but there is no SFTP filesystem client support. So I am willing to take up the task of (re)implementing a SFTP