Re: svn commit: r1519540 - /commons/sandbox/monitoring/trunk/siteDeploy.sh

2013-09-02 Thread Bernd Eckenfels
Am 03.09.2013, 07:11 Uhr, schrieb Olivier Lamy : +mvn clean site site:stage $@ Generic way, yes those command line can be generic especially for multi modules build. BTW: with "$@" shell quoting, this works with spaces as well (but I wonder if this is not more lika a task for a local alias).

Re: svn commit: r1519540 - /commons/sandbox/monitoring/trunk/siteDeploy.sh

2013-09-02 Thread Olivier Lamy
On 3 September 2013 14:55, Phil Steitz wrote: > On 9/2/13 6:57 PM, ol...@apache.org wrote: >> Author: olamy >> Date: Tue Sep 3 01:57:09 2013 >> New Revision: 1519540 >> >> URL: http://svn.apache.org/r1519540 >> Log: >> simple script to deploy website >> >> Added: >> commons/sandbox/monitoring

Re: svn commit: r1519540 - /commons/sandbox/monitoring/trunk/siteDeploy.sh

2013-09-02 Thread Phil Steitz
On 9/2/13 6:57 PM, ol...@apache.org wrote: > Author: olamy > Date: Tue Sep 3 01:57:09 2013 > New Revision: 1519540 > > URL: http://svn.apache.org/r1519540 > Log: > simple script to deploy website > > Added: > commons/sandbox/monitoring/trunk/siteDeploy.sh (with props) > > Added: commons/sand

Re: [spam] Re: svn commit: r1518802 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2013-09-02 Thread Phil Steitz
On 9/2/13 3:30 PM, James Carman wrote: > I get both sides of the argument. I just know how I feel when I see > an NPE. It's probably more of a psychological thing for me, I guess. > I just prefer IAE in these cases. I do as well. The key for me is Gary's point about activation site - where exac

Re: [spam] Re: svn commit: r1518802 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2013-09-02 Thread James Carman
I get both sides of the argument. I just know how I feel when I see an NPE. It's probably more of a psychological thing for me, I guess. I just prefer IAE in these cases. On Mon, Sep 2, 2013 at 3:27 PM, Matt Benson wrote: > To continue to play devil's advocate, when one validates that an argume

[continuum] BUILD FAILURE: Apache Commons - Commons JCS -

2013-09-02 Thread Continuum@vmbuild
Default Maven 2 Build Definition (1.5) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 286 X-Continuum-Project-Name: Commons JCS Online report : http://vmbuild.apache.org/continuum/build

Re: [spam] Re: svn commit: r1518802 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2013-09-02 Thread Emmanuel Bourg
Le 02/09/2013 20:46, James Carman a écrit : > Emmanuel was the only dissenting voice, perhaps he would want to weigh > in at this point. Emmanuel? I asked because I was under the impression that throwing a NPE in this case was the most common practice. But I don't care much as long as the except

[continuum] BUILD FAILURE: Apache Commons - Commons JCS -

2013-09-02 Thread Continuum@vmbuild
Default Maven 2 Build Definition (1.5) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 286 X-Continuum-Project-Name: Commons JCS Online report : http://vmbuild.apache.org/continuum/build

Re: [spam] Re: svn commit: r1518802 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2013-09-02 Thread Matt Benson
To continue to play devil's advocate, when one validates that an argument is not null, doesn't this signify that in the absence of such validation, NPE is what would be thrown anyway? Arguably throwing NPE from Validate#notNull() simply allows the API designer to explicitly address this and option

Re: [spam] Re: svn commit: r1518802 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2013-09-02 Thread James Carman
I think Emmanuel Bourg was the only one actually advocating NPE (or asking if it's what should be used). I brought up the fact that [lang] uses NPE merely as a discussion point. I don't agree with the NPE usage for Validate.notNull() (sorry I was not more clear on that opinion). I would rather ha

Re: [spam] Re: svn commit: r1518802 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2013-09-02 Thread Benedikt Ritter
Hey, sorry if I missunderstood your opinions (Gary and James). So do we call for a [VOTE]? I've never seen a vote thread for design related decisions so far. Benedikt 2013/9/2 James Carman > I meant re-visit the decision to make sure we took everything into > consideration when choosing which

Re: [spam] Re: svn commit: r1518802 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2013-09-02 Thread James Carman
I meant re-visit the decision to make sure we took everything into consideration when choosing which way to go in this case. I say we leave [lang] alone at this point. On Mon, Sep 2, 2013 at 11:41 AM, Matt Benson wrote: > How do you mean, "revisit?" I think changing [lang] at this late date wou

Re: [spam] Re: svn commit: r1518802 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2013-09-02 Thread Matt Benson
How do you mean, "revisit?" I think changing [lang] at this late date would be more trouble than it's worth. Matt On Sep 1, 2013 1:31 PM, "James Carman" wrote: > I favor IAE, but I want to make sure we re-visit the decision made for > [lang] when it chose to use NPE instead. > > On Sun, Sep 1, 2

Re: Apache Commons Monitoring write access

2013-09-02 Thread Jean-Louis MONTEIRO
Works fine. Commit #1519417 Thanks again. Jean-Louis 2013/9/2 Jean-Louis MONTEIRO > Thanks a lot. > Yes, gonna try to push a small fix. > > Jean-Louis > > > 2013/9/2 Luc Maisonobe > >> Le 02/09/2013 13:14, Jean-Louis MONTEIRO a écrit : >> > Hi guys, >> > >> > I've been working on Apache Commo

Re: Apache Commons Monitoring write access

2013-09-02 Thread Jean-Louis MONTEIRO
Thanks a lot. Yes, gonna try to push a small fix. Jean-Louis 2013/9/2 Luc Maisonobe > Le 02/09/2013 13:14, Jean-Louis MONTEIRO a écrit : > > Hi guys, > > > > I've been working on Apache Commons Monitoring (from the sandbox/trunk). > > I did some fixes and would like to push others. > > I'm als

Re: Apache Commons Monitoring write access

2013-09-02 Thread Luc Maisonobe
Le 02/09/2013 13:14, Jean-Louis MONTEIRO a écrit : > Hi guys, > > I've been working on Apache Commons Monitoring (from the sandbox/trunk). > I did some fixes and would like to push others. > I'm also working on a new feature. > > After discussing with Romain and Mark, they asked me to push a mail

Apache Commons Monitoring write access

2013-09-02 Thread Jean-Louis MONTEIRO
Hi guys, I've been working on Apache Commons Monitoring (from the sandbox/trunk). I did some fixes and would like to push others. I'm also working on a new feature. After discussing with Romain and Mark, they asked me to push a mail here. Would it be possible to get write access to the sandbox su