Hi there, I'm trying to debug XWiki Enterprise on Eclipse, using WTP and Tomcat 6. I've managed to fork and clone the sources from GitHub. I can build and install them to my local Maven repository without a problem. Now i'm trying to debug it on Eclipse, following this guide: http://dev.xwiki.org/xwiki/bin/view/Community/DebugXEWithEclipse I imported the xwiki-debug-eclipse as a Java Project. There is a validation error:
CHKJ3000E: WAR Validation Failed: org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException: WEB-INF/web.xml
I did not add any XWiki project to the Deployment Assembly. Do i need to add any core project before i can deploy it to the server? Or do i have to add all of them? PS: Tried posting this to the devs list but was denied. Is this the right place? Thanks in advance, Fernando