Re: Build failure

2016-09-11 Thread Paul Merlin
Le 2016-09-11 18:42, Paul Merlin a écrit : I just disabled Xvfb on the develop branch builds. IIRC this was needed for the integration tests of tools/entity-viewer that we removed some time ago. Let's see what the CI has to say.. Everything is back to blue except the Java 9 build as expected.

Re: Build failure

2016-09-11 Thread Paul Merlin
I just disabled Xvfb on the develop branch builds. IIRC this was needed for the integration tests of tools/entity-viewer that we removed some time ago. Let's see what the CI has to say.. Le 2016-08-27 19:57, Niclas Hedhman a écrit : Infra marked it as Duplicate, and I went digging for the

Re: Build failure

2016-08-27 Thread Niclas Hedhman
Infra marked it as Duplicate, and I went digging for the "original"; https://issues.apache.org/jira/browse/INFRA-12510 seems to be it. On Sun, Aug 28, 2016 at 9:19 AM, Niclas Hedhman wrote: > I have contacted Infra team about these missing Xvfb or whatever it is. > >

Build failure

2016-08-27 Thread Niclas Hedhman
I have contacted Infra team about these missing Xvfb or whatever it is. https://issues.apache.org/jira/browse/INFRA-12516 Cheers -- Niclas Hedhman, Software Developer http://zest.apache.org - New Energy for Java

Re: Build Failure expected...

2015-07-20 Thread Paul Merlin
Niclas, I took from where you left equals()/hashCode() implementation for NamedAssociation. It now works and is tested, see commit 3e3e89d. Along the way I commented PropertySomeValue[] usage in AbstractValueCompositeSerializationTest as arrays are not supported, see commit bb14d5b and the