Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-03 Thread Bruno P. Kinoshita
  [x] +1 Release these artifacts Build passing with `mvn clean test site -P !setup-checkout` on Ubuntu LTS and Windows 10 Pro and Java 8. Reports look OK with issues that can/need to be fixed later. CheersBruno On Monday, 3 June 2019, 10:55:58 pm NZST, Gary Gregory wrote: Hi Bruno,

Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-03 Thread Alex Herbert
> On 3 Jun 2019, at 21:44, Gary Gregory wrote: > > On Mon, Jun 3, 2019 at 3:49 PM Alex Herbert > wrote: > >> >> >>> On 3 Jun 2019, at 18:47, Alex Herbert wrote: >>> >>> >>> On 3 Jun 2019, at 15:11, Gary Gregory > garydgreg...@gmail.com>> wrote: On Mon, Jun 3, 2019 at 9:

Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-03 Thread Gary Gregory
On Mon, Jun 3, 2019 at 3:49 PM Alex Herbert wrote: > > > > On 3 Jun 2019, at 18:47, Alex Herbert wrote: > > > > > > > >> On 3 Jun 2019, at 15:11, Gary Gregory garydgreg...@gmail.com>> wrote: > >> > >> On Mon, Jun 3, 2019 at 9:07 AM Gary Gregory > wrote: > >> > >>

Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-03 Thread Gary Gregory
My +1 Gary On Sat, Jun 1, 2019 at 8:31 PM Gary Gregory wrote: > We have fixed quite a few bugs and added some enhancements since Apache > Commons CSV 1.6 was released, so I would like to release Apache Commons CSV > 1.7. > > Apache Commons CSV 1.7 RC1 is available for review here: > https:

Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-03 Thread Alex Herbert
> On 3 Jun 2019, at 18:47, Alex Herbert wrote: > > > >> On 3 Jun 2019, at 15:11, Gary Gregory > > wrote: >> >> On Mon, Jun 3, 2019 at 9:07 AM Gary Gregory > > wrote: >> >>> On Mon, Jun 3, 2019 at 9:00 AM Alex Herbert >>

Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-03 Thread Alex Herbert
> On 3 Jun 2019, at 15:11, Gary Gregory wrote: > > On Mon, Jun 3, 2019 at 9:07 AM Gary Gregory > wrote: > >> On Mon, Jun 3, 2019 at 9:00 AM Alex Herbert >> wrote: >> >>> >>> On 03/06/2019 12:12, Gary Gregory wrote: What about disabling the site-checkout

Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-03 Thread Gary Gregory
On Mon, Jun 3, 2019 at 9:07 AM Gary Gregory wrote: > On Mon, Jun 3, 2019 at 9:00 AM Alex Herbert > wrote: > >> >> On 03/06/2019 12:12, Gary Gregory wrote: >> > What about disabling the site-checkout profile like this: >> > >> > mvn clean install site -Pjacoco -P!setup-checkout >> >> That works (

Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-03 Thread Gary Gregory
On Mon, Jun 3, 2019 at 9:00 AM Alex Herbert wrote: > > On 03/06/2019 12:12, Gary Gregory wrote: > > What about disabling the site-checkout profile like this: > > > > mvn clean install site -Pjacoco -P!setup-checkout > > That works (with the following escape for a bash shell): > > mvn clean instal

Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-03 Thread Alex Herbert
On 03/06/2019 12:12, Gary Gregory wrote: What about disabling the site-checkout profile like this: mvn clean install site -Pjacoco -P!setup-checkout That works (with the following escape for a bash shell): mvn clean install site -Pjacoco -P \!setup-checkout ? Gary On Mon, Jun 3, 2019 at

Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-03 Thread Gary Gregory
What about disabling the site-checkout profile like this: mvn clean install site -Pjacoco -P!setup-checkout ? Gary On Mon, Jun 3, 2019 at 7:06 AM Alex Herbert wrote: > Hi Gary, > > I've just tried on my Linux setup and get the same error as Bruno. All > tests pass but the site build doesn't wo

Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-03 Thread Alex Herbert
Hi Gary, I've just tried on my Linux setup and get the same error as Bruno. All tests pass but the site build doesn't work. mvn -v Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T19:41:47+01:00) Maven home: /usr/local/apache-maven-3.6.0 Java version: 1.8.0_212, vendo

Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-03 Thread Gary Gregory
Hi Bruno, Hm, that is odd. You are building on Linux or MacOS? I am on Windows 10 and I used 'mvn clean install site -Pjacoco' Can you try the above? Gary On Sun, Jun 2, 2019 at 9:09 PM Bruno P. Kinoshita wrote: > Java 8 on Ubuntu LTS, `mvn clean test` passes OK. But I'm not able to > generat

Re: [VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-02 Thread Bruno P. Kinoshita
Java 8 on Ubuntu LTS, `mvn clean test` passes OK. But I'm not able to generate the site with `mvn site`, as it gives me: ```[INFO] --- maven-antrun-plugin:1.8:run (prepare-checkout) @ commons-csv --- [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [ex

[VOTE] Release Apache Commons CSV 1.7 based on RC1

2019-06-01 Thread Gary Gregory
We have fixed quite a few bugs and added some enhancements since Apache Commons CSV 1.6 was released, so I would like to release Apache Commons CSV 1.7. Apache Commons CSV 1.7 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/csv/1.7-RC1 (svn revision 34356) The