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

2013-03-16 Thread Continuum@vmbuild
Group (shared) Maven 2 Build Definition (Java 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: 97 X-Continuum-Project-Name: Commons Math Online report : http://vmbuild.apache.org/con

Re: [Bag] random pick

2013-03-16 Thread Ted Dunning
I think that this implementation is a problem. Bag implementations tend to fall into different categories, according to whether they provide unit (or log) time random access, random deletion and ordered traversal. Most implementations don't provide unit time for all operations. I think that your

Re: [Bag] random pick

2013-03-16 Thread Othmen Tiliouine
This is an example of use of pick from Bag https://github.com/influence160/flera see the classes https://github.com/influence160/flera/blob/master/flera-core/src/main/java/com/otiliouine/flera/SuccessionBasedWordGenerator.javaand https://github.com/influence160/flera/blob/master/flera-core/src/ma

RE: [Chain] Any future plans for commons-chain?

2013-03-16 Thread Steve Westwood
Hi Simone, Thanks for this - happy to take a closer look a.s.a.p. However, what were/are yours and Elijahs issues with the CatalogFactory? Regards, Steve -Original Message- From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On Behalf Of Simone Tripodi Sent: 16 March 201

Re: [VOTE] Release of Commons Logging 1.1.2 based on RC2

2013-03-16 Thread Jörg Schaible
+1 Thomas Neidhart wrote: > Hi, > > I'd like to call a vote for releasing Commons Logging 1.1.2 based on RC2. > > This release candidate has the following changes compared to RC1: > > * Fix deployment process to include also missing bin/src assemblies > * Disable reference release test for W

Re: [Chain] Any future plans for commons-chain?

2013-03-16 Thread Simone Tripodi
Hi again Steve, another thing that came in my mind, is about a discussion between Elijah and I about dropping completely the CatalogFactory and moving the ChainConfigurationException to the configuration API module. IIRC this is still related to CHAIN-76... TIA! -Simo http://people.apache.org/~s

[LOGGING] OSGi Meta data is the same for adapters and api jar Was: [VOTE] Release of Commons Logging 1.1.2 based on RC2

2013-03-16 Thread Benedikt Ritter
Hi Oliver 2013/3/16 Oliver Heger > Build works fine on Windows 7 with Java 1.5 and 1.7, artifacts and site > look good. > > One thing I noticed, not sure whether this is actually a problem: The > artifacts for adapters and api have the same manifest information as the > main jar. Are they inten

Re: [VOTE] Release of Commons Logging 1.1.2 based on RC2

2013-03-16 Thread Oliver Heger
Build works fine on Windows 7 with Java 1.5 and 1.7, artifacts and site look good. One thing I noticed, not sure whether this is actually a problem: The artifacts for adapters and api have the same manifest information as the main jar. Are they intended to be used in an OSGi environment? Could

Re: [VOTE] Release of Commons Logging 1.1.2 based on RC2

2013-03-16 Thread Gary Gregory
On Mar 16, 2013, at 12:45, Thomas Neidhart wrote: > On 03/16/2013 03:21 PM, Gary Gregory wrote: >> Not a blocker but not pretty: >> >> The variable testObjCls may be null at line 199 in LoadTestCase.java >> (/commons-logging/src/test/java/org/apache/commons/logging) >> >> And... wow is that code

Re: [VOTE] Release of Commons Logging 1.1.2 based on RC2

2013-03-16 Thread Thomas Neidhart
On 03/16/2013 03:21 PM, Gary Gregory wrote: > Not a blocker but not pretty: > > The variable testObjCls may be null at line 199 in LoadTestCase.java > (/commons-logging/src/test/java/org/apache/commons/logging) > > And... wow is that code some weird format! no question about that ;-), but I don'

Re: [All] Java coding standards

2013-03-16 Thread Simone Tripodi
Hi Steve, > Looking through the chains site, I cannot see any coding > standards listed. Is there a guide I can reference for any Java work I > undertake? Also, is there an acceptable ASF Eclipse IDE code formatter file > (xml) that I can use? Did you have a look at the chain parent pom? It refer

Re: [All] Java coding standards

2013-03-16 Thread Luc Maisonobe
Hi Steve, Le 16/03/2013 16:19, Steve Westwood a écrit : > I am looking to undertake some work on commons-chain, but would prefer any > work I contribute to adhere to acceptable Apache conventions. Scanning > through various ASF projects, it appears as if conventions are enforced on a > per-project

[All] Java coding standards

2013-03-16 Thread Steve Westwood
I am looking to undertake some work on commons-chain, but would prefer any work I contribute to adhere to acceptable Apache conventions. Scanning through various ASF projects, it appears as if conventions are enforced on a per-project basis. Looking through the chains site, I cannot see any coding

Re: [VOTE] Release of Commons Logging 1.1.2 based on RC2

2013-03-16 Thread Gary Gregory
Not a blocker but not pretty: The variable testObjCls may be null at line 199 in LoadTestCase.java (/commons-logging/src/test/java/org/apache/commons/logging) And... wow is that code some weird format! Gary On Sat, Mar 16, 2013 at 10:14 AM, Gary Gregory wrote: > +1 > > looks good on: > > Apa

Re: [VOTE] Release of Commons Logging 1.1.2 based on RC2

2013-03-16 Thread Gary Gregory
+1 looks good on: Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 08:51:28-0500) Maven home: C:\Java\apache-maven-3.0.5\bin\.. Java version: 1.6.0_39, vendor: Sun Microsystems Inc. Java home: C:\Program Files\Java\jdk1.6.0_39\jre Default locale: en_US, platform encoding:

[VOTE] Release of Commons Logging 1.1.2 based on RC2

2013-03-16 Thread Thomas Neidhart
Hi, I'd like to call a vote for releasing Commons Logging 1.1.2 based on RC2. This release candidate has the following changes compared to RC1: * Fix deployment process to include also missing bin/src assemblies * Disable reference release test for WeakHashtable as it was unreliable on vari