Hi , Sorry for duplicate question since the last one is not answered yet. I want to use Eclipse to debug the activemq-leveldb-store project to see how the replica mechanism works.So I downloaded the source code from the trunk and then switched to the activemq-leveldb-store directory following by executing "mvn eclipse:eclipse" statement to generate a eclipse project and it was generated successfully. After importing the project into Eclipse, there were many errors indicating many classes were not present in classpath, such as LevelDBStore,ElectingLevelDBStore and MasterLevelDBStore etc. I saw there are lots of scala files so I installed the scala ide as well, unfortunately errors still existed. If I use the command line to execute "mvn clean test" and no errors are reported. I want to use Eclipse to debug the project to see how the replica mechanism works, can you tell me how to debug?
Thanks, SuoNayi
