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

2014-03-29 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28450&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Sat 29 Mar 2014 22:20:26 + Finished at: Sat 29 Mar 2014 22:24:01 + Total time: 3m 34s Build Trigger: Sche

Re: [jcs] Attempt a 2.0 release

2014-03-29 Thread Thomas Vandahl
Hi Benedikt, On 29.03.14 16:58, Benedikt Ritter wrote: > I've released [lang] a few times. I can help. Feel free to drop any issues > here in the list, of get in touch with me in our IRC channel. Thanks a lot. Indeed, I already have two questions. - How is the download plugin supposed to work?

[continuum] BUILD FAILURE: Apache Commons SCXML - Apache Commons (Test build with Java 1.7)

2014-03-29 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28449&projectId=101 Build statistics: State: Failed Previous State: Ok Started at: Sat 29 Mar 2014 20:20:47 + Finished at: Sat 29 Mar 2014 20:21:21 + Total time: 33s Build Trigger: Schedule

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

2014-03-29 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28448&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Sat 29 Mar 2014 19:20:31 + Finished at: Sat 29 Mar 2014 19:23:56 + Total time: 3m 24s Build Trigger: Sche

Re: svn commit: r1582981 - in /commons/proper/lang/trunk: build.xml pom.xml

2014-03-29 Thread Gary Gregory
Simple: don't build with Java 8. Or if you are set on Java 8 then you'll have to bite the bullet and fix the javadocs. Gary Original message From: Benedikt Ritter Date:03/29/2014 10:12 (GMT-05:00) To: Commons Developers List Subject: Re: svn commit: r1582981 - in /common

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

2014-03-29 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28447&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Sat 29 Mar 2014 16:20:29 + Finished at: Sat 29 Mar 2014 16:23:57 + Total time: 3m 27s Build Trigger: Sche

Re: [jcs] Attempt a 2.0 release

2014-03-29 Thread Benedikt Ritter
Hi Thomas, I've released [lang] a few times. I can help. Feel free to drop any issues here in the list, of get in touch with me in our IRC channel. Benedikt Send from my mobile device > Am 29.03.2014 um 15:49 schrieb Thomas Vandahl : > > Hi folks, > > I'd like to attempt a JCS release of ver

[jcs] Attempt a 2.0 release

2014-03-29 Thread Thomas Vandahl
Hi folks, I'd like to attempt a JCS release of version 2.0. I volunteer as the release manager. However as this will be my first release within Commons and I don't want to spoil it, I could need some mentoring. Anyone willing to support me? Bye, Thomas. -

Re: svn commit: r1582981 - in /commons/proper/lang/trunk: build.xml pom.xml

2014-03-29 Thread Benedikt Ritter
Okay, agreed. I see three options here: 1. fix all javadoc errors 2. find a way to Set Xdoclint:none only if building with java 8 3. accept, that 3.3.2 can not be build with java 8 1. requires time, since there are a lot of problems. I won't have the time to fix all the errors this weekend. Cho

Re: svn commit: r1582981 - in /commons/proper/lang/trunk: build.xml pom.xml

2014-03-29 Thread Gary Gregory
-1 as well. This is only a issue on Java 8. Gary Original message From: sebb Date:03/29/2014 08:17 (GMT-05:00) To: Commons Developers List Subject: Re: svn commit: r1582981 - in /commons/proper/lang/trunk: build.xml pom.xml -1 because the change causes Continuum to fai

Re: svn commit: r1582981 - in /commons/proper/lang/trunk: build.xml pom.xml

2014-03-29 Thread sebb
-1 because the change causes Continuum to fail with: javadoc: error - invalid flag: -Xdoclint:none On 29 March 2014 10:43, Benedikt Ritter wrote: > I hope everybody is okay with this. > > > 2014-03-29 11:42 GMT+01:00 : > >> Author: britter >> Date: Sat Mar 29 10:42:01 2014 >> New Revision: 1582

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

2014-03-29 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28446&projectId=95 Build statistics: State: Failed Previous State: Ok Started at: Sat 29 Mar 2014 11:20:31 + Finished at: Sat 29 Mar 2014 11:22:08 + Total time: 1m 36s Build Trigger: Schedule

Re: [LANG] NumberUtils#isNumber() returns false for "0.0", "0.4790", et al

2014-03-29 Thread Benedikt Ritter
The RC will have to wait until tomorrow, since I don't have enough time to go through the hole process today :-) 2014-03-28 16:10 GMT+01:00 sebb : > On 28 March 2014 15:06, Benedikt Ritter wrote: > > 2014-03-28 16:04 GMT+01:00 sebb : > > > >> On 28 March 2014 15:00, Benedikt Ritter wrote: > >>

Re: svn commit: r1582981 - in /commons/proper/lang/trunk: build.xml pom.xml

2014-03-29 Thread Benedikt Ritter
I hope everybody is okay with this. 2014-03-29 11:42 GMT+01:00 : > Author: britter > Date: Sat Mar 29 10:42:01 2014 > New Revision: 1582981 > > URL: http://svn.apache.org/r1582981 > Log: > Disable doclint for 3.3.2 release, since I do not have the time to fix all > the JavaDoc errors > > Modifie