Re: Problem building from Source

Mauro Talevi <[email protected]> Tue, 16 Mar 2004 10:32:19 +0000
Newsgroups gmane.comp.java.jcontainer.interest
Message-ID <[email protected]>
Ulrich Mayring wrote:
> Linux xs-ulim.office.denic.de 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 
> i686 i686 i386 GNU/Linux
> 
> java version "1.4.2_03"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02)
> Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)
> 
> Here's how the error message looks now:
> 
> /usr/local/loom/engine/src/java/org/jcontainer/loom/components/util/verifier/ComponentVerifier.java:31: 
> package org.realityforge.metaclass does not exist
> import org.realityforge.metaclass.Attributes;

ok, looks like the spice-metaclass-1.0-rc3-dev.jar which is upload on 
remote maven repo is corrupted.

try jar tvf spice-metaclass-1.0-rc3-dev.jar:

java.io.EOFException: Unexpected end of ZLIB input stream
         at 
java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:215)
         at 
java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
         at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
         at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
         at sun.tools.jar.Main.list(Main.java:744)
         at sun.tools.jar.Main.run(Main.java:192)
         at sun.tools.jar.Main.main(Main.java:904)

Will rectify tonight, but in the mean time, you can either
- use spice-metaclass-1.0-rc2 in the engine project.xml
- checkout spice/sandbox/metaclass from http://spice.codehaus.org
and install it in your local maven repo.

Cheers, m.