Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Unit Tests

> Error Output:
> org.osgi.framework.BundleException: Could not resolve module:
> org.mockito [486]
>    Unresolved requirement: Import-Package: COM.jrockit.reflect;
> resolution:="optional"
>    Unresolved requirement: Import-Package: jrockit.vm;
> resolution:="optional"
>    Unresolved requirement: Import-Package: org.hamcrest;
> version="[1.0.0,2.0.0)"

You are missing the org.hamcrest plugin, it is also available from Orbit:
http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repo
sitory/

If this does not work, you could also temporary remove the dependency to
org.mockito. We were playing around with it, but currently we do not need it
yet.

Best regards
Christian 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top