As of version 1.0.0, CodeCover Eclipse Plugin does not properly handle classpath entries describing other eclipse projects.
Steps to reproduce (in Eclipse):
1. Create project p1
2. Create class C1 in project p1
3. Create project p2
4. Add project p1 as dependency of project p2 (Java Build Path > Projects tab)
5. Create class C2
6. Create in C2 compile time dependency on C1 (e.g. "C1 c1 = new C1();")
7. Instrument classes in p2
8. Run code coverage
Compilation process failes with generic message:
[FATAL] An error occured when trying to compile the instrumented sources.
Starting point: line 302 in eclipse/src/org/codecover/eclipse/builder/CodeCoverCompilationParticipant.java (explicit 'if' statement that handles only library dependencies).
I confirm. This is important for me too.