Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Why is my JUnit Plugin tests failing with unresolved bundles errors?

Hi Ricardo.  This mailing list isn't the right place for such questions.

…but I'd highly recommend you use Eclipse's Error Log view to import and look at these entries — it provides a much better visualization of what's going on.  Basically your issue is the following:

> !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-09 15:43:59.904
> !MESSAGE Bundle me.gladwell.android.tools_0.1.1.qualifier [76] was not resolved.
> !SUBENTRY 2 me.gladwell.android.tools 2 0 2011-08-09 15:43:59.904
> !MESSAGE Package uses conflict: Require-Bundle: org.eclipse.persistence.moxy; bundle-version="2.1.0"

You might want to look at some of the following links for how to proceed:

	http://njbartlett.name/2011/02/09/uses-constraints.html
	http://blog.springsource.com/2008/10/20/understanding-the-osgi-uses-directive/
	http://blog.springsource.com/2008/11/22/diagnosing-osgi-uses-conflicts/

Brian.

Back to the top