Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] EasyMock Class Extension

On 02/16/2011 10:05 PM, Matthias Sohn wrote:
> I tried this and checked out that version of mockito, but I get an error on the 
> manifest for org.mockito, PDE complains about this package import which can't
> be resolved :  
> org.objenesis;version="[1.0,2.0)"

It seams that we are hitting here bug 331002. When I added Export-Package definition
into mockito's MANIFEST.MF compilation errors just disappears.

Here is what I've added:
Export-Package: org.mockito;version="1.8.4",
 org.mockito.stubbing;version="1.8.4"

-- 
Best regards

GSM: +48 695 192 160
Blog: http://luksza.org
LinkedIn: http://www.linkedin.com/in/dariuszluksza


Back to the top