Re: DNA and Loom migrated to org.codehaus namespace
Mauro Talevi <[email protected]> Tue, 20 Apr 2004 22:40:51 +0100
| Newsgroups | gmane.comp.java.jcontainer.interest |
|---|---|
| Message-ID | <[email protected]> |
Mauro Talevi wrote: > 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. > now loom uses metaclass-jmx with the same namespace as metaclass-runtime trying running again after re-building latest from cvs. thanks!