Re: [beanutils2] Checkstyle Errors

2014-04-08 Thread Yogesh Rao
Hello Benedikt, Thanks for the reply ... I will not look at the checkstyle issues for now... I looked at the mail pointed out earlier by you and will try to work on it... I do understand now in a nutshell for BU2 to be released it needs to have the exact same functionality what BU1 had and

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-04-08 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28957projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Tue 8 Apr 2014 10:20:34 + Finished at: Tue 8 Apr 2014 10:23:58 + Total time: 3m 23s Build Trigger:

Re: [CSV] [CSV-110] Making CSVParser.nextRecord()

2014-04-08 Thread Gary Gregory
Ok, I will revert.  Gary Original message From: Benedikt Ritter benerit...@gmail.com Date:04/08/2014 01:15 (GMT-05:00) To: Commons Developers List dev@commons.apache.org Subject: Re: [CSV] [CSV-110] Making CSVParser.nextRecord() Hi, I'm in my mobile, so don't expect to

[GitHub] commons-lang pull request: Fix bug with stripping spaces on last l...

2014-04-08 Thread Andrey-Khobnya
GitHub user Andrey-Khobnya opened a pull request: https://github.com/apache/commons-lang/pull/18 Fix bug with stripping spaces on last line in WordUtils.wrap() In _WordUtils.wpap()_ leading white spaces on new lines are stripped from the result. But there is a bug if there are

Re: [CSV] [CSV-110] Making CSVParser.nextRecord()

2014-04-08 Thread Gary Gregory
Hm, now Thomas is suggesting making it protected... Which is almost like making public but we would not have to officially keep it for BC? Gary On Tue, Apr 8, 2014 at 6:32 AM, Gary Gregory garydgreg...@gmail.com wrote: Ok, I will revert. Gary Original message From:

regex match utility method

2014-04-08 Thread manoj mokashi
hi, do we have something like the below already ? if not, would like to contribute to commons, maybe StringUtils ? /** * Matches a string to a regex and returns the matches as String[][], * each row is a match, each column a group * @param source : string to be matched * @param regex : regex

Re: [CSV] [CSV-110] Making CSVParser.nextRecord()

2014-04-08 Thread Gary Gregory
Let's see now, our options for nextRecord() are: - public: allows call sites to do https://issues.apache.org/jira/browse/CSV-110?focusedCommentId=13961889page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13961889 - private: allows nothing - package private: allows

Re: [CSV] [CSV-110] Making CSVParser.nextRecord()

2014-04-08 Thread Benedikt Ritter
I don't understand why we a) want to have this in 1.0 even though the user already stated that be doesn't need it in 1.0 and b) want to put this into the parser... The parser is supposed to parse an abitrary csv input. Following SRP I'd say parsing a single line is a different thing. What sense

Re: [CSV] [CSV-110] Making CSVParser.nextRecord()

2014-04-08 Thread Gary Gregory
On Tue, Apr 8, 2014 at 8:52 AM, Benedikt Ritter benerit...@gmail.comwrote: I don't understand why we a) want to have this in 1.0 even though the user already stated that be doesn't need it in 1.0 and b) want to put this into the parser... The parser is supposed to parse an abitrary csv input.

Re: regex match utility method

2014-04-08 Thread sebb
On 8 April 2014 12:14, manoj mokashi manojmoka...@gmail.com wrote: hi, do we have something like the below already ? if not, would like to contribute to commons, maybe StringUtils ? Just curious - what is the use case for this? What does the method return if there are no matches? /** *

[chain] Latest javadoc missing from site

2014-04-08 Thread Paul Benedict
FYI, for anyone maintaining the site, the javadoc is not present from the site's links. -- Cheers, Paul

Re: [VOTE] Release Commons Lang 3.3.2 based on RC1

2014-04-08 Thread Jörg Schaible
Hi Benedikt, +1 builds and runs from source for my complete compiler zoo (incl. Java 8.0.0 ...??) in 64-Bit Linux. - Jörg Benedikt Ritter wrote: Hi all, as some of you might know, we have introduced a bug in NumberUtils#isNumber(String) in Commons Lang 3.3.2. To fix this, I'd like to

Re: [JCS] Continuum test failures

2014-04-08 Thread Thomas Vandahl
On 07.04.14 21:38, sebb wrote: Indeed. It also has some peculiar behaviour in that it allows the storage directory to be changed after initialisation. Looks like the directory can be anywhere so it might use a directory with existing files in it that are not actually cache files. Seems rather

Re: [VOTE] Release Commons Proxy 2.0 based on RC1

2014-04-08 Thread Gary Gregory
FYI: the src zip does not build with Maven 3.2.1: mvn clean site [INFO] Scanning for projects... [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.commons:commons-proxy2-build-tools:2.0'}' and

Re: [VOTE] Release Commons Proxy 2.0 based on RC1

2014-04-08 Thread Matt Benson
You're running into http://jira.codehaus.org/browse/MNG-5601 . The project is pretty normal and builds just fine with `mvn package` or `mvn install` using Maven 3.1.x. Matt On Tue, Apr 8, 2014 at 3:40 PM, Gary Gregory garydgreg...@gmail.com wrote: FYI: the src zip does not build with Maven

Re: [VOTE] Release Commons Proxy 2.0 based on RC1

2014-04-08 Thread Gary Gregory
On Tue, Apr 8, 2014 at 4:58 PM, Matt Benson gudnabr...@gmail.com wrote: You're running into http://jira.codehaus.org/browse/MNG-5601 . The project is pretty normal and builds just fine with `mvn package` or `mvn install` using Maven 3.1.x. Oh joy... Gary Matt On Tue, Apr 8, 2014 at

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-04-08 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28986projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Tue 8 Apr 2014 21:13:29 + Finished at: Tue 8 Apr 2014 21:16:44 + Total time: 3m 15s Build Trigger: Forced

Re: [VOTE] Release Commons Proxy 2.0 based on RC1

2014-04-08 Thread Gary Gregory
A suggestion for the site: The LHS menu area should provide navigation to components and to the home page. Gary On Mon, Apr 7, 2014 at 3:50 PM, Matt Benson mben...@apache.org wrote: I would like to release Commons Proxy 2.0. Commons Proxy 2.0 RC1 is available for review here:

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Test build BasicRemoteCacheClientServerUnitTest)

2014-04-08 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28988projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Tue 8 Apr 2014 21:31:35 + Finished at: Tue 8 Apr 2014 21:32:20 + Total time: 44s Build Trigger: Forced

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Test build BasicRemoteCacheClientServerUnitTest)

2014-04-08 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28987projectId=286 Build statistics: State: Failed Previous Build: No previous build. Started at: Tue 8 Apr 2014 21:23:48 + Finished at: Tue 8 Apr 2014 21:24:28 + Total time: 40s Build

Re: [JCS] Continuum test failures

2014-04-08 Thread sebb
On 8 April 2014 20:11, Thomas Vandahl t...@apache.org wrote: On 07.04.14 21:38, sebb wrote: Indeed. It also has some peculiar behaviour in that it allows the storage directory to be changed after initialisation. Looks like the directory can be anywhere so it might use a directory with

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Test build BasicRemoteCacheClientServerUnitTest)

2014-04-08 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28989projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Tue 8 Apr 2014 22:00:04 + Finished at: Tue 8 Apr 2014 22:00:48 + Total time: 44s Build Trigger: Schedule

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Test build BasicRemoteCacheClientServerUnitTest)

2014-04-08 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28992projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Tue 8 Apr 2014 22:16:40 + Finished at: Tue 8 Apr 2014 22:17:26 + Total time: 45s Build Trigger: Forced

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-04-08 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28993projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Tue 8 Apr 2014 22:20:31 + Finished at: Tue 8 Apr 2014 22:23:55 + Total time: 3m 23s Build Trigger:

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Test build BasicRemoteCacheClientServerUnitTest)

2014-04-08 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28994projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Tue 8 Apr 2014 22:26:52 + Finished at: Tue 8 Apr 2014 22:27:40 + Total time: 47s Build Trigger: Forced

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Test build BasicRemoteCacheClientServerUnitTest)

2014-04-08 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28995projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Tue 8 Apr 2014 22:40:14 + Finished at: Tue 8 Apr 2014 22:40:55 + Total time: 41s Build Trigger: Forced

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-04-08 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28998projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Tue 8 Apr 2014 23:20:41 + Finished at: Tue 8 Apr 2014 23:24:12 + Total time: 3m 31s Build Trigger:

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Test build BasicRemoteCacheClientServerUnitTest)

2014-04-08 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29006projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Wed 9 Apr 2014 03:00:04 + Finished at: Wed 9 Apr 2014 03:01:06 + Total time: 1m 2s Build Trigger:

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-04-08 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29009projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Wed 9 Apr 2014 03:20:41 + Finished at: Wed 9 Apr 2014 03:24:05 + Total time: 3m 24s Build Trigger: