Hi,
I'm currently trying to debug XWiki with Eclipse. I set up everything as
explained in
http://dev.xwiki.org/xwiki/bin/view/Community/DebugXEWithEclipse and
everything runs fine. Also debugging works, but my problem is that the
downloaded xwiki-core JAR is used instead of my xwiki-core project in my
Eclipse workspace. If I attach the the xwiki-core project as the source to
that JAR (Eclipse asks me for that) the lines don't correspond if I set a
breakpoint and try to step through the program.
I set my xwiki-core project as a J2EE module dependency and also as project
dependency of my xe-debug-web project.
Any ideas what goes wrong?
Thanks a lot,
Markus