Re: svn commit: r1245786 - in /commons/sandbox/graph/trunk/src: main/java/org/apache/commons/graph/spanning/ test/java/org/apache/commons/graph/spanning/

2012-02-18 Thread Simone Tripodi
Hi Marco, +    @Test( expected = NullPointerException.class ) +    public void testNullVertex() +    { +        UndirectedMutableWeightedGraphBaseLabeledVertex, BaseLabeledWeightedEdgeDouble, Double input = null; +        try +        { +            input = new

Re: [DISCUSS][POOL] Logging options for Pool2

2012-02-18 Thread Mark Thomas
On 17/02/2012 21:13, Gary Gregory wrote: So... are we ready to move some bits? ;) Getting there. I had some Tomcat stuff to do. I'll try and look at this this week. Mark Gary On Sun, Feb 12, 2012 at 8:03 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2012/2/13 Mark Thomas

Re: [vfs] checkstyle - was Re: svn commit: r1245166 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: provider/ provider/http/ provider/https/ provider/ram/ provider/sftp/ pro

2012-02-18 Thread Luc Maisonobe
Le 17/02/2012 23:30, Ralph Goers a écrit : On Feb 17, 2012, at 2:18 PM, Gary Gregory wrote: On Fri, Feb 17, 2012 at 5:05 PM, Ralph Goers ralph.go...@dslextreme.comwrote: On Feb 17, 2012, at 1:17 PM, Gary Gregory wrote: On Fri, Feb 17, 2012 at 4:12 PM, Ralph Goers

Re: [VOTE] Release Commons NET 3.1 based on RC2

2012-02-18 Thread Mladen Turk
On 02/14/2012 11:03 PM, sebb wrote: This is a vote to release Apache Commons NET 3.1 based on RC2. [X] +1 release it Looks good. Regards -- ^TM - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional

Re: [vfs] checkstyle - was Re: svn commit: r1245166 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: provider/ provider/http/ provider/https/ provider/ram/ provider/sftp/ pro

2012-02-18 Thread Gary Gregory
On Feb 18, 2012, at 6:19, Luc Maisonobe luc.maison...@free.fr wrote: Le 17/02/2012 23:30, Ralph Goers a écrit : On Feb 17, 2012, at 2:18 PM, Gary Gregory wrote: On Fri, Feb 17, 2012 at 5:05 PM, Ralph Goers ralph.go...@dslextreme.comwrote: On Feb 17, 2012, at 1:17 PM, Gary Gregory wrote:

Re: [vfs] checkstyle - was Re: svn commit: r1245166 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: provider/ provider/http/ provider/https/ provider/ram/ provider/sftp/ pro

2012-02-18 Thread Ralph Goers
On Feb 18, 2012, at 3:20 AM, Luc Maisonobe luc.maison...@free.fr wrote: Le 17/02/2012 23:30, Ralph Goers a écrit : On Feb 17, 2012, at 2:18 PM, Gary Gregory wrote: That seems like way too much effort for very little benefit. In fact, when I created the checkstyle configuration I started

Re: [vfs] checkstyle - was Re: svn commit: r1245166 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: provider/ provider/http/ provider/https/ provider/ram/ provider/sftp/ pro

2012-02-18 Thread Ralph Goers
On Feb 18, 2012, at 6:12 AM, Gary Gregory garydgreg...@gmail.com wrote: Can you have a checkstyle.xml reused that way? Not easily. If you look at how the checkstyle.xml is used in VFS you will see it is a bit of a hack. The plugin has

Re: svn commit: r1245786 - in /commons/sandbox/graph/trunk/src: main/java/org/apache/commons/graph/spanning/ test/java/org/apache/commons/graph/spanning/

2012-02-18 Thread Marco Speranza
Hi Simo, in this tests, input graph can be empty, it would be enough testing that fromSource( null ) cannot be applicable you're right. I'll correct the test in that way I don't understand why graph population is in a try/catch block the try/catch block has been inserted to avoid the the

Re: [vfs] checkstyle - was Re: svn commit: r1245166 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: provider/ provider/http/ provider/https/ provider/ram/ provider/sftp/ pro

2012-02-18 Thread Oliver Heger
Am 18.02.2012 15:25, schrieb Ralph Goers: On Feb 18, 2012, at 3:20 AM, Luc Maisonobeluc.maison...@free.fr wrote: Le 17/02/2012 23:30, Ralph Goers a écrit : On Feb 17, 2012, at 2:18 PM, Gary Gregory wrote: That seems like way too much effort for very little benefit. In fact, when I

Re: [vfs] checkstyle - was Re: svn commit: r1245166 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: provider/ provider/http/ provider/https/ provider/ram/ provider/sftp/ pro

2012-02-18 Thread Gary Gregory
On Feb 18, 2012, at 11:00, Oliver Heger oliver.he...@oliver-heger.de wrote: Am 18.02.2012 15:25, schrieb Ralph Goers: On Feb 18, 2012, at 3:20 AM, Luc Maisonobeluc.maison...@free.fr wrote: Le 17/02/2012 23:30, Ralph Goers a écrit : On Feb 17, 2012, at 2:18 PM, Gary Gregory wrote: That

Re: [vfs] checkstyle - was Re: svn commit: r1245166 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: provider/ provider/http/ provider/https/ provider/ram/ provider/sftp/ pro

2012-02-18 Thread Luc Maisonobe
Le 18/02/2012 17:27, Gary Gregory a écrit : On Feb 18, 2012, at 11:00, Oliver Heger oliver.he...@oliver-heger.de wrote: Am 18.02.2012 15:25, schrieb Ralph Goers: On Feb 18, 2012, at 3:20 AM, Luc Maisonobeluc.maison...@free.fr wrote: Le 17/02/2012 23:30, Ralph Goers a écrit : On Feb 17,

Re: [Math] Toward releasing 3.0 ?

2012-02-18 Thread Thomas Neidhart
On 02/17/2012 09:04 PM, Mikkel Meyer Andersen wrote: I am still active in theory, but in practise I unfortunately haven't contributed much lately due to high workload on my PhD. I am of course sorry for this and hope to be able to highen my activity. Regarding MATH-431, we need to discuss

Re: [vfs] checkstyle - was Re: svn commit: r1245166 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: provider/ provider/http/ provider/https/ provider/ram/ provider/sftp/ pro

2012-02-18 Thread Ralph Goers
On Feb 18, 2012, at 8:54 AM, Luc Maisonobe wrote: Le 18/02/2012 17:27, Gary Gregory a écrit : On Feb 18, 2012, at 11:00, Oliver Heger oliver.he...@oliver-heger.de wrote: Am 18.02.2012 15:25, schrieb Ralph Goers: On Feb 18, 2012, at 3:20 AM, Luc Maisonobeluc.maison...@free.fr wrote:

Re: [Math] Toward releasing 3.0 ?

2012-02-18 Thread Sébastien Brisard
Dear all, I think 3.0 is very close at hand. Just a quick note to let you know that unfortunately, I'll be away for a week, and won't be able to help with the final brush up (if release occurs before next weekend). Best wishes, Sébastien

[GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-02-18 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-digester3 has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2012-02-18 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-proxy-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-vfs2-test (in module apache-commons) failed

2012-02-18 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-vfs2-test has an issue affecting its community integration. This