Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] Mockito and Hamcrest libraries cannot be resolved

Hi,
I imported the whole recommenders code base to the IDE as an existing maven project (I gave org.eclipse.recommenders directory as the root directory). Everything is fine except mockito and hamcrest. Every module which uses those libraries indicates the error message "Bundle 'org.mockito' and 'org.mockito' cannot be resolved".

Earlier the same issue was raised with xtext library, but it could be solved by installing the xtext plugin. But AFAIK Mockito or Hamcrest doesn't have Eclipse plugins.

Do i want to manually add those libraries to the class path of each module or is there a way to solve this?

(I'm using Eclipse-RCP-Luna-4.4.0 on Windows)

Thanks and regards,
Madhuranga Lakjeewa

Back to the top