[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-05-10 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=30497&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Fri 9 May 2014 22:20:52 + Finished at: Fri 9 May 2014 22:24:45 + Total time: 3m 52s Build Trigger: Schedu

Re: Re: [lang]

2014-05-10 Thread Gary Gregory
On Tue, May 6, 2014 at 9:01 PM, sebb wrote: > On 7 May 2014 01:51, Paul Benedict wrote: > > When you dereference a null pointer, you get an NPE. We can agree to > that. > > We can also agree it's not inherently wrong to throw IAE on a null > argument > > check, but this discussion has never been

[GitHub] commons-lang pull request: Adding the maxVA and minVA methods to N...

2014-05-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/23 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: How to run unit test ProviderRenameTests?

2014-05-10 Thread Woonsan Ko
I figured out how to run the unit test: $ mvn -Pftp clean test -Dtest=FtpProviderTestCase FtpProviderTestCase extends ProviderTestSuite which seems to add tests programmatically (#addBaseTests()). So, when I run the above command, it executes 76 tests including ProviderRenameTests. It was also

Re: [ALL] Commit emails currently don't work

2014-05-10 Thread Benedikt Ritter
2014-05-08 11:51 GMT+02:00 Benedikt Ritter : > Hi all, > > FYI: I've talked with infra via IRC, since the commit emails currently > don't work. Infra is already working on this. > You can read more about this here: https://blogs.apache.org/infra/entry/mail_outage > > Regards, > Benedikt > > > -

Re: [QUESTION] Is switching from array parameter to varargs binary compatible?

2014-05-10 Thread Thomas Vandahl
On 05.05.14 19:40, Benedikt Ritter wrote: > Hi, > > we have a pull request at github for [lang] which proposes to introduce new > methods in NumberUtils that take varargs as input parameters instead of > arrays [1]. I think a better solution would be to change those old methods > to use varargs in