Eclipse gives me this error in one of my projects:
One or more cycles were detected in the build path of project 'a'. The paths towards the cycle and cycle are:
a->{b, c, d}
a->{e, b, f}
where a-f are projects in the workspace.
I don't see a cycle here so I can't solve it. How do I read and understand this error message?