Automatic rebuild of the site with foopubsub

2015-06-22 Thread Jochen Wiedmann
Hi, sorry, if this is off topic. Anyways: On behalf of another Apache project (Incubator AsterixDB), I am researching the possibility to have an automated rebuild of the site in conjunction with svnpubsub, or gitpubsub. (Should be a fairly generic question.) Namely, I am interested in the followi

[CLI] Need advice on CLI-254

2015-06-22 Thread Benedikt Ritter
Hello all, we have this [1] bug report from the Groovy project. Apparently, [cli] will remove the quotes from the following command line: -f "test" This goes back to CLI-22 and CLI-185. I have no idea what the problem of the original reporter was, but my feeling is, that we should not mess aroun

Re: svn commit: r9464 - in /release/commons/cli: binaries/ source/

2015-06-22 Thread Benedikt Ritter
Thank you, I must have forgotten that before I went on vacation. 2015-06-22 2:48 GMT+02:00 : > Author: sebb > Date: Mon Jun 22 00:48:02 2015 > New Revision: 9464 > > Log: > Archive old release > > Removed: > release/commons/cli/binaries/commons-cli-1.3-bin.tar.gz > release/commons/cli/bin

Re: [cli] GnuParser vs DefaultParser

2015-06-22 Thread Benedikt Ritter
Hello Alex, can you please file an issue at https://issues.apache.org/jira/browse/CLI ? Thank you! 2015-06-18 0:02 GMT+02:00 Alex P : > Hi All, > > Not sure if that is a change in API or bug in DefaultParser. > > If I use GnuParser (what I used in 1.2) like: > --

Re: [ALL] re-organise dist directory layout?

2015-06-22 Thread Benedikt Ritter
Sounds good to me. Would be more "maven-style". However I'm not sure how this change would affect clients referencing the absolute URLs of the artifacts. Maybe we should change the layout for the releases to come and leave anything we already have there as it is? Benedikt 2015-06-22 7:18 GMT+02:0

Re: Jira permissions gone .. ?

2015-06-22 Thread Kristian Rosenvold
Yup, they're back. Still need other permissions to actually do RM work though... K 22. jun. 2015 8.00 p.m. skrev "Benedikt Ritter" : > Hello again, > > looks like you have been removed from the commons-developer group. I've > added you again. Does it work? > > Benedikt > > 2015-06-22 19:53 GMT+02

Re: [io] How picky about backward compatibility ?

2015-06-22 Thread Benedikt Ritter
2015-06-21 14:34 GMT+02:00 Kristian Rosenvold : > 2015-06-21 14:16 GMT+02:00 sebb : > > > > > > Is there a genuine use-case which requires that the same IOE instance > > be used? (Other than the unit tests!) > > If not, then we could look into relaxing the behaviour (and fixing the > > Javadoc) f

Re: RandomStringUtils with variable lengths

2015-06-22 Thread Benedikt Ritter
Yes, please go ahead! 2015-06-20 2:44 GMT+02:00 Caleb Cushing : > so should I spend the time working this into a more finalized patch, that > includes the stuff for numeric and alphanumeric as well? (and fixes the > feedback) > > On Sun, Jun 7, 2015 at 6:23 AM Benedikt Ritter wrote: > >> Hello C

Re: Jira permissions gone .. ?

2015-06-22 Thread Benedikt Ritter
Hello again, looks like you have been removed from the commons-developer group. I've added you again. Does it work? Benedikt 2015-06-22 19:53 GMT+02:00 Benedikt Ritter : > Hello Kristian, > > sorry for the late reply. I'll have a look. > > Benedikt > > 2015-06-19 19:06 GMT+02:00 Kristian Rosenv

Re: Jira permissions gone .. ?

2015-06-22 Thread Benedikt Ritter
Hello Kristian, sorry for the late reply. I'll have a look. Benedikt 2015-06-19 19:06 GMT+02:00 Kristian Rosenvold : > I seem to have lost my jira permissions to assign issues to myself and > close them. I believe I had them not so long ago... ? > > Kristian (krosenvold) > -- http://people.

Re: svn commit: r1686260 [1/5] - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/ main/java/org/apache/commons/io/input/ main/java/org/apache/commons/io/monitor/ test/java/org/apache/

2015-06-22 Thread Benedikt Ritter
Does one really have to be part of the PMC group to be able to deploy to nexus? Can't we change the privileges in a way that we can grant deploy privileges to anybody who is up for RMing? Benedikt 2015-06-18 19:23 GMT+02:00 Gary Gregory : > I'm a RERO fan. Why not cut a release ASAP and iron out

Re: [LANG][COLLECTIONS] Require a static function to swap 2 elements in a array (primitive as well non-primitive)

2015-06-22 Thread Benedikt Ritter
Hello, we already have such a functionality in [lang], but it hasn't been released yet. Please see LANG-1099 [1] for more information. br, Benedikt [1] https://issues.apache.org/jira/browse/LANG-1099 2015-06-18 16:44 GMT+02:00 venkatesha murthy : > Hi Thomas, > > thanks for responding. > > The

Re: [lang] Regression in StrSubstitutor?

2015-06-22 Thread Benedikt Ritter
Hello Oliver, I've commented on LANG-1141. Your patch looks good to me. Benedikt 2015-06-09 7:26 GMT+02:00 Benedikt Ritter : > Hello Oliver, > > I need some more time to look into this. Sorry, I'm pretty busy at the > moment :-( > > br, > Benedikt > > 2015-06-01 22:25 GMT+02:00 Oliver Heger : >

[GitHub] commons-cli pull request: [CLI-253] Prevent "Unrecognized option: ...

2015-06-22 Thread msrb
GitHub user msrb opened a pull request: https://github.com/apache/commons-cli/pull/3 [CLI-253] Prevent "Unrecognized option: --null" when handling long opts in PosixParser Attempt to fix [CLI-253]. [CLI-253]: https://issues.apache.org/jira/browse/CLI-253 You can merge this