Re: svn commit: r1620901 - /commons/proper/csv/trunk/src/changes/release-notes.vm

2014-08-27 Thread Benedikt Ritter
Nice idea, but now one has to commit the release notes in two places: the RELEASE-NOTES.txt and the template. For [lang], I backup the old release notes before I generate the new one and then merge them together by hand (which is also suboptimal). 2014-08-27 16:07 GMT+02:00 : > Author: ggregory

Re: [lang] Remove JDK 1.3 workaround from FieldUtils

2014-08-27 Thread Benedikt Ritter
Hi, thanks for bringing this up Duncan. I was in a hurry and did not have the time to write an email, hence the fixme marker. I've tried to simply delegate to Class.getField(String) in hope that it would do what we want, but several tests failed. So the first thing to do here would be to find

Re: [CSV] with methods like withAllowMissingColumnNames

2014-08-27 Thread Benedikt Ritter
No objections here. Send from my mobile device > Am 27.08.2014 um 16:20 schrieb Gary Gregory : > > It feels weird to me to write: > > CSVFormat.EXCEL.withAllowMissingColumnNames(true); > > I want to say: > > CSVFormat.EXCEL.withAllowMissingColumnNames(); > > Any thought adding no arg methods

[CSV] with methods like withAllowMissingColumnNames

2014-08-27 Thread Gary Gregory
It feels weird to me to write: CSVFormat.EXCEL.withAllowMissingColumnNames(true); I want to say: CSVFormat.EXCEL.withAllowMissingColumnNames(); Any thought adding no arg methods that call the 1-arg version of the method with a default that makes sense to the "reader" of the call. In the case, "

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-08-27 Thread Gary Gregory
Looks good! Gary On Wed, Aug 27, 2014 at 9:11 AM, Benedikt Ritter wrote: > Hi all, > > I have worked on this some more. Today I included a new mojo that can > generate a CONTRIBUTING.md for you. An example of how the generated file > looks at github can be found here [1]. Please review the con

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-08-27 Thread Benedikt Ritter
Hi all, I have worked on this some more. Today I included a new mojo that can generate a CONTRIBUTING.md for you. An example of how the generated file looks at github can be found here [1]. Please review the contents and add anything you think is missing :-) Thanks, Benedikt [1] https://github.c

Re: svn commit: r6282 - in /release/commons/csv/binaries: HEADER.html README.html

2014-08-27 Thread Benedikt Ritter
I have tried to document my understanding [1] Thanks! Benedikt [1] http://commons.apache.org/releases/release.html 2014-08-27 12:53 GMT+02:00 sebb : > I deleted the file copies and committed the change; then updated the > workspace. > > [It's important to ensure the workspace is correctlyy syn

Re: svn commit: r6282 - in /release/commons/csv/binaries: HEADER.html README.html

2014-08-27 Thread sebb
I deleted the file copies and committed the change; then updated the workspace. [It's important to ensure the workspace is correctlyy synched] For users on a Unix-like system (e.g. OS/X) one can then just create the symbolic link: cd binaries ln -s README.html ../README.html etc. Then commit t

Re: svn commit: r6282 - in /release/commons/csv/binaries: HEADER.html README.html

2014-08-27 Thread Benedikt Ritter
Sebb, thank you for taking care of this! I still don't understand how to do this. Is this svn magic? Or do I have to create a file system link and commit it? Can you take the time to add this to our release process documentation? That would be great! Regards, Benedikt 2014-08-26 20:42 GMT+02:00