Skip to main content

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

Thank you very much Johannes. Setting target platform solved the problem. :-)

Regards,
Lakjeewa


On Wed, Jul 16, 2014 at 1:40 AM, Johannes Dorn <johannes.dorn@xxxxxxxxxxxxxx> wrote:
Hi Madhuranga,

Did you set  the (luna) target platform? That should include all necessary dependencies.

Johannes

Madhuranga Lakjeewa schrieb:
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
_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/recommenders-dev
_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/recommenders-dev


Back to the top