I have tried all hints from internet for debugging a junit test of solr 3.6 under eclipse but didn't succeed.
eclipse and everything is running, compiling, debugging with runjettyrun. Tests have no errors. Ant from command line ist also running with ivy, e.g. ant -Dtestmethod=testUserFields -Dtestcase=TestExtendedDismaxParser test-solr-core But I can't get a single test with junit running from eclipse and then jump into it for debugging. Any idea what's going wrong? Regards Bernd