Re: [VFS] HDFS failures on Windows

2014-06-17 Thread Gary Gregory
On Tue, Jun 17, 2014 at 9:27 PM, Bernd Eckenfels wrote: > Am Tue, 17 Jun 2014 20:26:11 -0400 > schrieb Gary Gregory : > > > The build still breaks on Windows. Can you fix it please? > > Sure, it is tracked under VFS-529 and I am on it. > > > > > I wanted to reproduce your problem, but had problem

Re: [VFS] HDFS failures on Windows

2014-06-17 Thread Bernd Eckenfels
Am Tue, 17 Jun 2014 20:26:11 -0400 schrieb Gary Gregory : > The build still breaks on Windows. Can you fix it please? Sure, it is tracked under VFS-529 and I am on it. > > I wanted to reproduce your problem, but had problems with the line > > numbers in the stack trace. Can you check why you ha

Re: [VFS] HDFS failures on Windows

2014-06-17 Thread Bernd Eckenfels
Am Tue, 17 Jun 2014 20:26:11 -0400 schrieb Gary Gregory : > The build still breaks on Windows. Can you fix it please? Sure I am working on it, it is tracked under VFS-529. > > I wanted to reproduce your problem, but had problems with the line > > numbers in the stack trace. Can you check why yo

Re: [VFS] HDFS failures on Windows

2014-06-17 Thread dlmarion
Gary,    Can you apply vfs-530 and see if that makes a difference? Dave Original message From: Gary Gregory Date:06/17/2014 8:26 PM (GMT-05:00) To: Commons Developers List Subject: Re: [VFS] HDFS failures on Windows The build still breaks on Windows. Can you fix it ple

Re: [VFS] HDFS failures on Windows

2014-06-17 Thread Gary Gregory
The build still breaks on Windows. Can you fix it please? Gary On Mon, Jun 16, 2014 at 8:23 PM, Bernd Eckenfels wrote: > Hello Gary, > > I wanted to reproduce your problem, but had problems with the line numbers > in the stack trace. Can you check why you have different ones? When I check > it

Re: [csv] release 1.0?

2014-06-17 Thread sebb
On 17 June 2014 14:39, Tillmann Gaida wrote: > Hi everybody, > > I'm a long time user of csv and am eagerly awaiting the 1.0 release. > Two major "bugs" are unresolved: > > https://issues.apache.org/jira/browse/CSV-35 Escaped line separators > are not supported > > https://issues.apache.org/jira/b

Re: [csv] release 1.0?

2014-06-17 Thread Gary Gregory
On Tue, Jun 17, 2014 at 10:00 AM, Colton wrote: > I agree with naming the classes something usable in an IDE(Ide). It also > tends to make things more readable. Consider CSVToXML vs CsvToXml etc. It's > not obvious at a glance what the former says. > Would you like to use my IBMXMLSAXParser? ;-

Re: [csv] release 1.0?

2014-06-17 Thread Gary Gregory
On Tue, Jun 17, 2014 at 9:54 AM, Emmanuel Bourg wrote: > Le 17/06/2014 15:31, Gary Gregory a écrit : > > > > My personal preference would be for type names like CsvFormat and > > CsvParser, instead f CSVFormat and CSVParser. > > My personal preference is for CSV*, that seems to be the most common

Re: [csv] release 1.0?

2014-06-17 Thread Colton
I agree with naming the classes something usable in an IDE(Ide). It also tends to make things more readable. Consider CSVToXML vs CsvToXml etc. It's not obvious at a glance what the former says. On Jun 17, 2014 7:32 AM, "Gary Gregory" wrote: > > > > > On Mon, Jun 16, 2014 at 5:20 PM, sebb wrote

Re: [csv] release 1.0?

2014-06-17 Thread Emmanuel Bourg
Le 17/06/2014 15:31, Gary Gregory a écrit : > > My personal preference would be for type names like CsvFormat and > CsvParser, instead f CSVFormat and CSVParser. My personal preference is for CSV*, that seems to be the most common syntax for 3-letters acronyms. Practically, it's also easier to t

Re: [csv] release 1.0?

2014-06-17 Thread Tillmann Gaida
Hi everybody, I'm a long time user of csv and am eagerly awaiting the 1.0 release. Two major "bugs" are unresolved: https://issues.apache.org/jira/browse/CSV-35 Escaped line separators are not supported https://issues.apache.org/jira/browse/CSV-58 Unescape handling needs rethinking IMHO the fir

Re: [csv] release 1.0?

2014-06-17 Thread Gary Gregory
> > > On Mon, Jun 16, 2014 at 5:20 PM, sebb wrote: > > > >> And are we sure that the API is OK? > My personal preference would be for type names like CsvFormat and CsvParser, instead f CSVFormat and CSVParser. Gary > >> > >> On 16 June 2014 21:26, Siegfried Goeschl > > >> wrote: > >> > Hi Gar