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
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
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
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,
"
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
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
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
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
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