I cannot run the most simple of Magnolia projects.
I followed these basic instructions as specified from the official site (except with Eclipse): http://dev.magnolia-cms.com/~gjoseph/dont-build-magnolia-build-your-projects
I tried with magnolia-version 5.2 and repeated with 5.2.1-SNAPSHOT
It SUCCESSFULLY built.
But when I run on Tomcat I get this:
2013-12-19 11:07:51,368 ERROR info.magnolia.init.MagnoliaServletContextListener : Oops, Magnolia could not be started info.magnolia.module.model.reader.ModuleDependencyException: The following exceptions were found while checking Magnolia modules dependencies (i.e. those in META-INF/magnolia/my-module.xml): Module Magnolia DMS Module (version 1.5.2) is dependent on fckEditor version 4.4/, which was not found. Module Magnolia DAM Module (version 1.2.0) is dependent on dms version 1.6/, but Magnolia DMS Module (version 1.5.2) is currently installed.
at info.magnolia.module.model.reader.DependencyCheckerImpl.checkDependencies(DependencyCheckerImpl.java:71)