Re: [LANG] Failing tests

2016-05-01 Thread Chas Honton
The line number makes it look like the Parameterized values are not being properly set by junit. Is it possible that we're using a new parent Pom that doesn't fully configure junit plugin version? What version of maven are you using? I just successfully built from tip on a Mac using maven 3.3

[VOTE] Apache Commons-VFS2 2.1 rc0

2016-05-01 Thread Josh Elser
All, Please consider the following for Apache Commons VFS2 version 2.1 (rc0). Maven repository: https://repository.apache.org/content/repositories/orgapachecommons-1161 Artifacts: https://dist.apache.org/repos/dist/dev/commons/vfs/{binaries,source} Staged site: http://home.apache.org/~els

[VOTE] Commons NET 3.5 based on RC3

2016-05-01 Thread sebb
Try again. == NET 3.5 RC3 is available for review here: https://dist.apache.org/repos/dist/dev/commons/net/3.5_RC3/ (13489) commons-net-3.5-bin.tar.gz.sha1:4941d802a78dd198786d4f6a0a9500f658f44a85 commons-net-3.5-bin.zip.sha1:b03fc180862aff92de7aaa6ca94b83ef7f3435cf commons-net-3.5-src.tar.g

Re: [CRYPTO] How to build CRYPTO on Mac OS 10.11?

2016-05-01 Thread sebb
On 1 May 2016 at 21:27, Gary Gregory wrote: > On May 1, 2016 12:19 PM, "sebb" wrote: >> >> On 1 May 2016 at 19:17, Benedikt Ritter wrote: >> > Hi, >> > >> > today I started working on the site build. I ran into problems with the >> > native build and with different JDK versions. Can anybody help

Re: [CRYPTO] How to build CRYPTO on Mac OS 10.11?

2016-05-01 Thread Gary Gregory
On May 1, 2016 12:19 PM, "sebb" wrote: > > On 1 May 2016 at 19:17, Benedikt Ritter wrote: > > Hi, > > > > today I started working on the site build. I ran into problems with the > > native build and with different JDK versions. Can anybody help? I've > > documented my problems in CRYPTO-45 [1]. >

Re: [CSV] Some tweaks for working with headers

2016-05-01 Thread Gary Gregory
This all sounds good to me. Gary On May 1, 2016 12:05 PM, "Benedikt Ritter" wrote: > Hi, > > I often seeing myself doing the following when my csv file has a header > row: > > CSVFormat.RFC4180 >.withHeader() // use first row as header >.withSkipHeaderRecord(); > > How about combining th

[VFS] JIRA Karma?

2016-05-01 Thread Josh Elser
Can someone grant me some karma on the VFS project, please? I'll eventually need to some version management, but, even now, it seems like I can't assign an issue to myself. Thanks in advance. - Josh - To unsubscribe, e-mail:

Re: [VFS] 2.1 clirr report

2016-05-01 Thread Josh Elser
Also, looks like I'm wrong about the static member moving up to a parent class (WebdavFileProvider to HttpFileProvider). I thought this wouldn't work, but a quick experiment shows that it's fine. Josh Elser wrote: https://issues.apache.org/jira/browse/VFS-377 is the biggest not-easily-fixed ch

Re: [VFS] 2.1 clirr report

2016-05-01 Thread Josh Elser
https://issues.apache.org/jira/browse/VFS-377 is the biggest not-easily-fixed change that breaks binary compatibility for 2.1 against 2.0. The bzip/gzip file object changes are easily restored, as is a moved static member (I don't believe this is something that would I can commit these changes

Re: [ALL] Validator vote - please

2016-05-01 Thread sebb
On 1 May 2016 at 20:20, Jochen Wiedmann wrote: > On Thu, Apr 28, 2016 at 3:23 PM, sebb wrote: >> The Validator vote has been open 3 days now, with no votes or even comments. >> >> Please could some other PMC members vote? > > Sorry for asking, sebb, but do you have a pointer to the vote? It's OK

Re: [LANG] Failing tests

2016-05-01 Thread sebb
On 1 May 2016 at 19:32, Benedikt Ritter wrote: > Hi, > > when building a clean checkout of Commons LANG, I get a lot of failing > tests: OS? Java? > Tests in error: > FastDateFormat_ParserTest>FastDateParserTest.testTzParses:265 » > NullPointer > FastDateParserSDFTest.testLowerCasePP:149->ch

Re: [ALL] Validator vote - please

2016-05-01 Thread Jochen Wiedmann
On Thu, Apr 28, 2016 at 3:23 PM, sebb wrote: > The Validator vote has been open 3 days now, with no votes or even comments. > > Please could some other PMC members vote? Sorry for asking, sebb, but do you have a pointer to the vote? Thanks, Jochen -- The next time you hear: "Don't reinvent

Re: [CRYPTO] How to build CRYPTO on Mac OS 10.11?

2016-05-01 Thread sebb
On 1 May 2016 at 19:17, Benedikt Ritter wrote: > Hi, > > today I started working on the site build. I ran into problems with the > native build and with different JDK versions. Can anybody help? I've > documented my problems in CRYPTO-45 [1]. I think you have discovered why there were concerns ab

[CSV] Some tweaks for working with headers

2016-05-01 Thread Benedikt Ritter
Hi, I often seeing myself doing the following when my csv file has a header row: CSVFormat.RFC4180 .withHeader() // use first row as header .withSkipHeaderRecord(); How about combining the two into a method called withFirstRecordAsHeader() or something like that? Further more I find it un

[LANG] Failing tests

2016-05-01 Thread Benedikt Ritter
Hi, when building a clean checkout of Commons LANG, I get a lot of failing tests: Tests in error: FastDateFormat_ParserTest>FastDateParserTest.testTzParses:265 » NullPointer FastDateParserSDFTest.testLowerCasePP:149->checkParsePosition:195 » NullPointer FastDateParserSDFTest.testLowerCasePP

[CRYPTO] How to build CRYPTO on Mac OS 10.11?

2016-05-01 Thread Benedikt Ritter
Hi, today I started working on the site build. I ran into problems with the native build and with different JDK versions. Can anybody help? I've documented my problems in CRYPTO-45 [1]. Regards, Benedikt [1] https://issues.apache.org/jira/browse/CRYPTO-45