I've gotten the latest code base from the trunk. Then I've ran the eclipse config build. Imported the projects into Eclipse and attempted to run the project from Tomcat 5.5. Only to get the same exception.
I'm not sure I understand..... which log are you referring to? And do you mean that I shouldn't import the admin interface project into eclipse? Sorry for the newb questions Eric "Philipp Bracher" <[email protected]> Sent by: <[email protected]> 18/01/2007 01:20 AM Please respond to <[email protected]> To <[email protected]> cc Subject Re: [magnolia-dev] module-dms Please check latest code (trunk), we extended the dependency checks and improved the log. But the log tells that you don't include admin interface into your build. Philipp On 16.01.2007, at 22:42, EricCho wrote: Hi, I've attempted to run the checked out version of Magnolia on tomcat within eclipse and I get the following exception.... ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/magnolia] StandardContext.java(listenerStart:3673) 16.01.2007 14:19:43 Exception sending context initialized event to listener instance of class info.magnolia.cms.servlets.PropertyInitializer info.magnolia.cms.beans.config.MissingDependencyException: missing dependency: module [dms] needs [adminInterface] at info.magnolia.cms.beans.config.ModuleRegistration.checkDependencies( ModuleRegistration.java:227) at info.magnolia.cms.beans.config.ModuleRegistration.init( ModuleRegistration.java:113) at info.magnolia.cms.beans.config.ModuleRegistration.getInstance( ModuleRegistration.java:79) at info.magnolia.cms.servlets.PropertyInitializer.loadModuleProperties( PropertyInitializer.java:199) at info.magnolia.cms.servlets.PropertyInitializer.contextInitialized( PropertyInitializer.java:174) I noticed that the dms project did not import in eclipse/RAD with the others and that's because it seems to be commented out in the modules node of the root pom.xml. Is this supposed to be the case? If so, what am i missing here? Regards, Eric ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
