[continuum] BUILD FAILURE: Apache Commons Sandbox Parent - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.7))

2014-07-17 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=34211&projectId=132 Build statistics: State: Failed Previous Build: No previous build. Started at: Fri 18 Jul 2014 05:55:55 + Finished at: Fri 18 Jul 2014 05:56:04 + Total time: 8s Build Trigg

Re: [VOTE] Release Commons DbUtils 1.6 based on RC2

2014-07-17 Thread Oliver Heger
+1 Tested with Java 1.6 and 1.7 on Windows 8.1. One minor nit: The checkstyle report appears twice in the menu under "Project Reports". Oliver Am 16.07.2014 21:52, schrieb Benedikt Ritter: > We have fixed quite a few bugs and added some significant enhancements > since DbUtils 1.5 was release

RE: [SITE] Add automatic generation of maven coords to site build?

2014-07-17 Thread Gary Gregory
It is a great change! I would also love to see an Ivy XML fragment in addition to Maven. Graddle? Gary Original message From: Benedikt Ritter Date:07/17/2014 11:57 (GMT-05:00) To: Commons Developers List Subject: [SITE] Add automatic generation of maven coords to site bu

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

2014-07-17 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=34195&projectId=136 Build statistics: State: Failed Previous Build: No previous build. Started at: Thu 17 Jul 2014 16:23:21 + Finished at: Thu 17 Jul 2014 16:24:01 + Total time: 40s Build Trig

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

2014-07-17 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=34192&projectId=286 Build statistics: State: Failed Previous Build: No previous build. Started at: Thu 17 Jul 2014 16:18:10 + Finished at: Thu 17 Jul 2014 16:22:15 + Total time: 4m 4s Build Tr

Re: [VOTE] Release Commons CSV based on RC2

2014-07-17 Thread Gary Gregory
Java 6 for 1.0 is ok here. We can do java 7 for 1.1. Gary Original message From: Benedikt Ritter Date:07/17/2014 11:05 (GMT-05:00) To: Commons Developers List Subject: Re: [VOTE] Release Commons CSV based on RC2 CSVParser implicitly implements AutoClosable because it impl

[SITE] Add automatic generation of maven coords to site build?

2014-07-17 Thread Benedikt Ritter
Hi all, since we're releasing all our components to maven central, it makes sense to automatically generate the maven coords into the download page. I've patched the commons-build-plugin locally so that it can generate the coords for us. Before I commit my changes, I'd like to hear how others fee

[CANCEL][VOTE] Release Commons CSV based on RC2

2014-07-17 Thread Benedikt Ritter
This vote is canceled because the source level was changed to Java 7 without consensus. Releasing with Java 7 source level would enable try-with-resource. Currently it seems, that people would rather like to see a Java 6 compatible release (see [1]). I'll create RC3 Saturday morning. If nobody ob

Re: [VOTE] Release Commons CSV based on RC2

2014-07-17 Thread Benedikt Ritter
CSVParser implicitly implements AutoClosable because it implements Closable which extends AutoClosable in Java 7. I assumed we had consensus about switching to Java 7 to enable try-with-resource when using CSVParser (this was my bad, sorry). As far as I understand try-with-resource won't work when

Re: [VOTE] Release Commons CSV based on RC2

2014-07-17 Thread Gary Gregory
The 1.7 target is not needed. By changing the 1.7 to 1.6, I was able to build on Java 6 with: Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e; 2014-06-17T09:51:42-04:00) Maven home: C:\Java\apache-maven-3.2.2 Java version: 1.6.0_45, vendor: Sun Microsystems Inc. Java home: C:\Program

Re: [VOTE] Release Commons CSV based on RC2

2014-07-17 Thread Emmanuel Bourg
Le 17/07/2014 10:54, Jörg Schaible a écrit : > The claim of Emmanuel that CSV uses AutoCloseable is simply not true: > > $> find commons-csv-1.0-src -type f -exec grep AutoClose {} + You are right, sorry about that I got confused by the Javadoc of CSVPrinter: http://people.apache.org/~britter/

Re: [VOTE] Release Commons CSV based on RC2

2014-07-17 Thread Jörg Schaible
Hi Benedict, Benedikt Ritter wrote: > Hi all, > > We had quite a few findings during the vote on CVS 1.0 RC1. I've worked > through all the issues and fixed most of them. Now I'd like to release CSV > 1.0 based on RC2. > > Changes since RC1 are: > > - CSV now requires Java 7 and the Java requi