[net] NET-314. Use public method getAutodetectUTF8 instead of private variable

2012-02-29 Thread Fredrik Gustafsson
I saw that _connectAction_ in FTPClient uses private variable __autodetectEncoding. I guess i should use the public method getAutodetectUTF8() instead because it can be overridden by another class. Best regards Fredrik - To

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Digester - Default Maven 2 Build Definition (Java 1.5)

2012-02-29 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=19484projectId=75 Build statistics: State: Failed Previous State: Failed Started at: Wed 29 Feb 2012 11:29:54 + Finished at: Wed 29 Feb 2012 11:31:13 + Total time: 1m 18s Build Trigger: Schedule

Re: Should a vote about a commons wide checkstyle config be submitted to the PMC (was Re: Common checkstyle)

2012-02-29 Thread Benedikt Ritter
Hi, for the record: since more than 72h have passed with no response, I guess we can drop this topic and leave everything the way it is. Regards, Benedikt Am 25.02.2012 17:33, schrieb Benedikt Ritter: Hi, for some reason this discussion ended without a result. Maybe it is time to summarize

Re: Should a vote about a commons wide checkstyle config be submitted to the PMC (was Re: Common checkstyle)

2012-02-29 Thread Jörg Schaible
Benedikt Ritter wrote: Hi, for the record: since more than 72h have passed with no response, I guess we can drop this topic and leave everything the way it is. Or it means, you did not draw any attention to a new topic in a thread of ~50 postings ... - Jörg

Re: Should a vote about a commons wide checkstyle config be submitted to the PMC (was Re: Common checkstyle)

2012-02-29 Thread Gary Gregory
On Wed, Feb 29, 2012 at 8:45 AM, Jörg Schaible joerg.schai...@scalaris.comwrote: Benedikt Ritter wrote: Hi, for the record: since more than 72h have passed with no response, I guess we can drop this topic and leave everything the way it is. Or it means, you did not draw any attention

Re: Should a vote about a commons wide checkstyle config be submitted to the PMC (was Re: Common checkstyle)

2012-02-29 Thread Ralph Goers
Nah. It just means that when someone actually decides to do it we will review it then. I don't really see the point in voting on something and then no one following through to implement it. Ralph On Feb 29, 2012, at 5:27 AM, Benedikt Ritter b...@systemoutprintln.de wrote: Hi, for the

Re: [lang] Please fix DateParser Javadocs

2012-02-29 Thread Benedikt Ritter
Am 29.02.2012 15:28, schrieb Gary Gregory: Can someone please fix: [WARNING] C:\svn\org\apache\commons\trunks-proper\lang\src\main\java\org\apache\commons\lang3\time\DateParser.java:75: warning - Tag @link: can't find getTimeZo neOverridesCalendar() in org.apache.commons.lang3.time.DateParser

Re: [lang] Please fix DateParser Javadocs

2012-02-29 Thread Gary Gregory
On Wed, Feb 29, 2012 at 11:11 AM, Benedikt Ritter b...@systemoutprintln.dewrote: Am 29.02.2012 15:28, schrieb Gary Gregory: Can someone please fix: [WARNING] C:\svn\org\apache\commons\**trunks-proper\lang\src\main\** java\org\apache\commons\lang3\**time\DateParser.java:75: warning - Tag

Re: [lang] Please fix DateParser Javadocs

2012-02-29 Thread sebb
On 29 February 2012 16:11, Benedikt Ritter b...@systemoutprintln.de wrote: Am 29.02.2012 15:28, schrieb Gary Gregory: Can someone please fix: [WARNING] C:\svn\org\apache\commons\trunks-proper\lang\src\main\java\org\apache\commons\lang3\time\DateParser.java:75: warning - Tag @link: can't

Re: svn commit: r1295173 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateParser.java

2012-02-29 Thread sebb
On 29 February 2012 16:17, ggreg...@apache.org wrote: Author: ggregory Date: Wed Feb 29 16:17:26 2012 New Revision: 1295173 URL: http://svn.apache.org/viewvc?rev=1295173view=rev Log: Apply fix suggested by Benedikt Ritter on the ML: The problem is, that there is no method with name

Re: svn commit: r1295173 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateParser.java

2012-02-29 Thread Honton, Charles
Sorry about the leftover cruft. The description should be: pThe default {@link TimeZone} used to create a {@Link Date} when the {@link TimeZone} is not specified by the format pattern./p Chas Honton On 2/29/12 8:55 AM, sebb seb...@gmail.com wrote: On 29 February 2012 16:17,

Maven bugs when building Sanselan

2012-02-29 Thread Damjan Jovanovic
Hi As we near the 1.0 release of Sanselan / Apache Commons Imaging, I am having showstopper problems with Maven. The first problem, now fixed, was that mvn assembly:assembly failed due to the Maven Assembly plugin failing to add a non-ASCII filename to a tar file

Re: [lang] Please fix DateParser Javadocs

2012-02-29 Thread Benedikt Ritter
Am 29.02.2012 17:54, schrieb sebb: On 29 February 2012 16:11, Benedikt Ritterb...@systemoutprintln.de wrote: Am 29.02.2012 15:28, schrieb Gary Gregory: Can someone please fix: [WARNING]

Re: [lang] Please fix DateParser Javadocs

2012-02-29 Thread Benedikt Ritter
I just read the thread from comm...@c.a.org. Please ignore my last post. Am 29.02.2012 19:25, schrieb Benedikt Ritter: Am 29.02.2012 17:54, schrieb sebb: On 29 February 2012 16:11, Benedikt Ritterb...@systemoutprintln.de wrote: Am 29.02.2012 15:28, schrieb Gary Gregory: Can someone please

Re: [Math] Toward releasing 3.0 ?

2012-02-29 Thread Gilles Sadowski
[...] With  gpg.passphrasePass phrase in clear text/gpg.passphrase it works; whereas with  gpg.passphrase{dwQBDCzUlr8Hb4JOieNAAhzWzTT0Gnmy5yOayp6W4CpbnGsVQrii/bcwDRjwYx9U}/gpg.passphrase it doesn't. Just re-checked, and it seems that Maven only supports password encryption for

Re: svn commit: r1295173 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateParser.java

2012-02-29 Thread Gary Gregory
On Wed, Feb 29, 2012 at 12:36 PM, Honton, Charles charles_hon...@intuit.com wrote: Sorry about the leftover cruft. The description should be: pThe default {@link TimeZone} used to create a {@Link Date} when the {@link TimeZone} is not specified by the format pattern./p Now in SVN. Thank

Re: Maven bugs when building Sanselan

2012-02-29 Thread Gary Gregory
On Wed, Feb 29, 2012 at 1:00 PM, Damjan Jovanovic damjan@gmail.comwrote: Hi As we near the 1.0 release of Sanselan / Apache Commons Imaging, I am having showstopper problems with Maven. The first problem, now fixed, was that mvn assembly:assembly failed due to the Maven Assembly plugin

[Commons Wiki] Update of UsingNexus by sebbapache

2012-02-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Commons Wiki for change notification. The UsingNexus page has been changed by sebbapache: http://wiki.apache.org/commons/UsingNexus?action=diffrev1=28rev2=29 {{{ profile - idapache-release/id + idrelease/id

Re: [Math] Toward releasing 3.0 ?

2012-02-29 Thread sebb
On 29 February 2012 18:35, Gilles Sadowski gil...@harfang.homelinux.org wrote: [...] With  gpg.passphrasePass phrase in clear text/gpg.passphrase it works; whereas with  gpg.passphrase{dwQBDCzUlr8Hb4JOieNAAhzWzTT0Gnmy5yOayp6W4CpbnGsVQrii/bcwDRjwYx9U}/gpg.passphrase it doesn't.

Re: Maven bugs when building Sanselan

2012-02-29 Thread Dennis Lundberg
On 2012-02-29 19:00, Damjan Jovanovic wrote: Hi As we near the 1.0 release of Sanselan / Apache Commons Imaging, I am having showstopper problems with Maven. The first problem, now fixed, was that mvn assembly:assembly failed due to the Maven Assembly plugin failing to add a non-ASCII

Re: [VOTE][Lang] Update to Java 6

2012-02-29 Thread Oliver Heger
-0 I can understand that we all are keen to work with the latest and greatest technology. Therefore, if we really needed a feature of a newer JDK, I would certainly be +1. Given the functionality we provide in [lang] and the JDK classes we use, IMHO the minor differences between JDK 1.6 and

Re: [VOTE][Lang] Update to Java 6

2012-02-29 Thread sebb
On 29 February 2012 20:34, Oliver Heger oliver.he...@oliver-heger.de wrote: -0 I can understand that we all are keen to work with the latest and greatest technology. Therefore, if we really needed a feature of a newer JDK, I would certainly be +1. Given the functionality we provide in

Karma for Continuum on vmbuild

2012-02-29 Thread Dennis Lundberg
Hi Can someone please grant me karma @ http://vmbuild.apache.org/continuum I'd like to add some missing modules. My account in Continuum is dennisl which is backed by my ASF e-mail address. -- Dennis Lundberg - To

Re: Karma for Continuum on vmbuild

2012-02-29 Thread sebb
On 29 February 2012 21:14, Dennis Lundberg denn...@apache.org wrote: Hi Can someone please grant me karma @ http://vmbuild.apache.org/continuum I'd like to add some missing modules. My account in Continuum is dennisl which is backed by my ASF e-mail address. Try now. -- Dennis Lundberg

Re: [graph] Doubts on DFS algorithm implementation

2012-02-29 Thread Marco Speranza
Cool good job... Only one think.. I ran the tests and I experienced one failure: Results : Failed tests: findMaxFlowAndVerify(org.apache.commons.graph.flow.EdmondsKarpTestCase): expected:3 but was:5 Tests run: 109, Failures: 1, Errors: 0, Skipped: 1 [INFO]

Re: [graph] Doubts on DFS algorithm implementation

2012-02-29 Thread Thomas Neidhart
On 02/29/2012 11:07 PM, Marco Speranza wrote: Cool good job... Only one think.. I ran the tests and I experienced one failure: Results : Failed tests: findMaxFlowAndVerify(org.apache.commons.graph.flow.EdmondsKarpTestCase): expected:3 but was:5 Tests run: 109, Failures:

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

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

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

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

Re: Maven bugs when building Sanselan

2012-02-29 Thread Damjan Jovanovic
On Wed, Feb 29, 2012 at 9:45 PM, Dennis Lundberg denn...@apache.org wrote: On 2012-02-29 19:00, Damjan Jovanovic wrote: Hi As we near the 1.0 release of Sanselan / Apache Commons Imaging, I am having showstopper problems with Maven. The first problem, now fixed, was that mvn

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

2012-02-29 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

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

2012-02-29 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-29 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

Re: [graph] Doubts on DFS algorithm implementation

2012-02-29 Thread Marco Speranza
In the old BFS implementation, the discoverEdge method in the visitor was even called for nodes that have been already visited, which is not the case anymore. From my understanding the new behavior is correct, or am I missing something? I don't think so. in the old algo there was a check to

Re: svn commit: r1295244 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/visit/DefaultVisitAlgorithmsSelector.java

2012-02-29 Thread Simone Tripodi
Cool, thank you!!! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Feb 29, 2012 at 9:01 PM, t...@apache.org wrote: Author: tn Date: Wed Feb 29 20:01:10 2012 New Revision: 1295244 URL: