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

2014-03-31 Thread Benedikt Ritter
Great, thanks!!! Send from my mobile device > Am 01.04.2014 um 02:05 schrieb Niall Pemberton : > > I have fixed the JavaDoc issues with JDK 1.8 > > Niall > > > On Sat, Mar 29, 2014 at 2:12 PM, Benedikt Ritter wrote: > >> Okay, agreed. >> >> I see three options here: >> 1. fix all javadoc er

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

2014-03-31 Thread Niall Pemberton
I have fixed the JavaDoc issues with JDK 1.8 Niall On Sat, Mar 29, 2014 at 2:12 PM, Benedikt Ritter wrote: > 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 ja

Re: [jcs] Attempt a 2.0 release

2014-03-31 Thread sebb
Also, there is a source tree called auxiliary-builds/jdk14. Since the code now targets 1.6, I assume this is no longer needed? Note that the Maven coordinates have changed and the package names have changed since 1.3. Effectively 2.0 is a new product, so we should be careful to ensure that the AP

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

2014-03-31 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28481&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 31 Mar 2014 22:21:11 + Finished at: Mon 31 Mar 2014 22:24:42 + Total time: 3m 31s Build Trigger: Sche

Re: [jcs] Attempt a 2.0 release

2014-03-31 Thread sebb
Just been looking at the dependencies. Some of these are obsolete, for example commons-httpclient 3.0.1 On 31 March 2014 22:56, sebb wrote: > The Continuum build reports lots of test failures. > > For example: > > https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28476&projectI

Re: [jcs] Attempt a 2.0 release

2014-03-31 Thread sebb
The Continuum build reports lots of test failures. For example: https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28476&projectId=286 The tests are very "noisy" when run interactively. This makes it difficult to pick out the test failures. Ideally tests should produce no outpu

Re: [collections] MultiValuedMap interface discussion

2014-03-31 Thread Thomas Neidhart
On 03/28/2014 12:47 AM, Ted Dunning wrote: > Following Guava on this has something to be said for it. > > https://code.google.com/p/guava-libraries/wiki/NewCollectionTypesExplained > > Their decision is that Multimap#get returns a collection always. If there > are no values, then an empty collec

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

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

Re: [jcs] Attempt a 2.0 release

2014-03-31 Thread Benedikt Ritter
Hi Thomas, for the download plugin to work, you need to set some properties in pom.xml. Have a, look at commons lang: lang3 3.3.2 (Java 6.0+) I do not use the release profile to be honest. I usually follow the guide at [1] and do this stuff manually. Benedikt [1] http://common

Re: [jcs] Attempt a 2.0 release

2014-03-31 Thread Benedikt Ritter
Hey Thomas, I'll habe a look tonight, when I'm at home and give you some feedback. Benedikt Send from my mobile device > Am 29.03.2014 um 23:03 schrieb 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 t