Re: Problems launching loom
Mauro Talevi <[email protected]> Wed, 17 Mar 2004 10:06:58 +0000
| Newsgroups | gmane.comp.java.jcontainer.interest |
|---|---|
| Message-ID | <[email protected]> |
Ulrich Mayring wrote:
> If I start it via run.sh I get:
>
> There was an uncaught exception:
> ---------------------------------------------------------
> --- Message ---
> org/objectweb/asm/ClassVisitor
> --- Stack Trace ---
> java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor
> at
> org.realityforge.metaclass.introspector.DefaultMetaClassAccessor.getMetaClassIOASM(DefaultMetaClassAccessor.java:127)
>
There is a dependency missing in the loom/distribution/project.xml
<dependency> <!-- for spice-metaclass -->
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<version>1.4</version>
<properties>
<category>shared</category>
</properties>
</dependency>
I will check in change tonight but in the meantime you can add it
yourself and rebuild.
Cheers