Re: DNA and Loom migrated to org.codehaus namespace
Mauro Talevi <[email protected]> Tue, 20 Apr 2004 20:43:13 +0100
| Newsgroups | gmane.comp.java.jcontainer.interest |
|---|---|
| Message-ID | <[email protected]> |
Leandro Rodrigo Saad Cruz wrote: > I removed my plugins dir. > Built loom > cd distribution/target/loom-1.0-beta1-dev-bin/bin > ./run.sh and I get > > > There was an uncaught exception: > --------------------------------------------------------- > --- Message --- > org/realityforge/metaclass/introspector/MetaClassException > --- Stack Trace --- > java.lang.NoClassDefFoundError: > org/realityforge/metaclass/introspector/MetaClassException > at > org.realityforge.metaclass.jmx.MBeanBinder.bindMBean(MBeanBinder.java:35) > --------------------------------------------------------- > that's because metaclass-jmx is still expecting the old metaclass namespace. We need to port metaclass-jmx. I'll do it later tonight. Cheers