Re: [Laboratory Toolkit] proposing a new Apache Commons component

2013-12-17 Thread Valentin Waeselynck
Hello to all, As you asked me, I have changed the structure to make the Laboratory Toolkit a Maven project, and added some code samples to show its use cases. (Sorry for the delay, I've had a rough couple of weeks). In the code samples, you may find the following examples :     - accounting : t

Re: [beanutils] Test failures in Debian

2013-12-17 Thread Emmanuel Bourg
Le 17/12/2013 21:39, Oliver Heger a écrit : > MemoryTestCase is explicitly excluded in the surefire configuration of > the pom with the comment "This test case is known to fail, and there > isn't any proposed fix - so we will just exclude it until someone comes > up with a solution." > > Not sur

Re: svn commit: r1551026 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress: archivers/zip/UnshrinkingInputStream.java compressors/z/AbstractLZWInputStream.java compressors/

2013-12-17 Thread Damjan Jovanovic
Very nice. I am wondering how far this can be taken. TIFF's LZW uses an end-of-information code after the clear code, allows both little-endian and big-endian packing of bytes, and increases the code size one step too early. Is it even possible to generalize LZW (any further), and would it be a go

Re: [beanutils] Test failures in Debian

2013-12-17 Thread Oliver Heger
Hi Emmanuel, Am 17.12.2013 10:21, schrieb Emmanuel Bourg: > I'm updating the beanutils package in Debian to the latest release and I > have two test failures: > > --- > Test set: org.apache.commons.beanutils.ConvertUtilsT

[beanutils] Test failures in Debian

2013-12-17 Thread Emmanuel Bourg
I'm updating the beanutils package in Debian to the latest release and I have two test failures: --- Test set: org.apache.commons.beanutils.ConvertUtilsTestCase -