Hi Damjan, Damjan Jovanovic wrote:
> On Sun, Nov 3, 2013 at 1:00 AM, Jörg Schaible <joerg.schai...@gmx.de> > wrote: [snip] >> The following error was some time ago normal, but I haven't seen it for >> some >> time now: >> >> ================= %< ===================== >> $ tar xf commons-imaging-1.0-src.tar.gz >> tar: Skipping to next header >> >> gzip: stdin: unexpected end of file >> tar: Child returned status 1 >> tar: Error is not recoverable: exiting now >> ================= %< ===================== >> >> Do you still use an old version of the assembly plugin to build the tar >> balls? >> >> > Don't know why you get that. The assembly plugin version - 2.4 - is set by > the parent POM, works fine for everyone in every commons project, and has > worked fine for ages. I should have possibly a closer look to the message, because it is different from the ones I've seen on a regular base with former releases of other commons artifacts ... let's see ... ============== %< ============= $ tar xf commons-logging-1.1.1-src.tar.gz tar: A lone zero block at 1830 ============== %< ============= >> Building from source with Maven I have the same 32 test failures for all >> my JDKs: >> ================= %< ===================== >> Failed tests: >> IcnsReadTest.test:36->IcnsBaseTest.getIcnsImages:45- >> >ImagingTest.getTestImages:108->ImagingTest.getTestImages:168 null >> IcoReadTest.test:36->IcoBaseTest.getIcoImages:41- >> >ImagingTest.getTestImages:108->ImagingTest.getTestImages:168 null >> RgbeReadTest.test:34->RgbeBaseTest.getRgbeImages:43- >> >ImagingTest.getTestImages:108->ImagingTest.getTestImages:168 null >> WbmpReadTest.test:34->WbmpBaseTest.getWbmpImages:37- >> >ImagingTest.getTestImages:108->ImagingTest.getTestImages:168 null >> JpegXmpDumpTest.test:33->JpegXmpBaseTest.getImagesWithXmpData:73- >> >ImagingTest.getTestImages:108->ImagingTest.getTestImages:168 null >> JpegXmpRewriteTest.testRemoveInsertUpdate:38- >> >JpegXmpBaseTest.getImagesWithXmpData:73->ImagingTest.getTestImages:108- >> >ImagingTest.getTestImages:168 null >> > > ImagingTest.getTestImages:168 is > assertTrue(images.size() > 0); > where images was set to: > final List<File> images = new ArrayList<File>(); > and then populated with images. > Either your test images aren't being found or something else is broken in > your setup. Meanwhile I fear that I started to extract the archive although it was not yet complete. I just did not recognize that it is a lot bigger than the average commons source ;-) At least it would explain all the reported stuff. Sorry for the noise :-/ - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org