Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] What version of the OSGi stock framework jar corresponds to equinox 3.10.0-v20140606-1445?

Neil is correct and I see you understand that.  But to answer your original question Equinox (org.eclipse.osgi) framework at version 3.10 implements the OSGi R6 Core specification.

Tom





From:        Benson Margulies <benson@xxxxxxxxxxxxx>
To:        Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
Date:        07/16/2015 01:34 PM
Subject:        Re: [equinox-dev] What version of the OSGi stock framework jar corresponds to equinox 3.10.0-v20140606-1445?
Sent by:        equinox-dev-bounces@xxxxxxxxxxx




On Thu, Jul 16, 2015 at 2:24 PM, Neil Bartlett <njbartlett@xxxxxxxxx> wrote:
> Benson, you don't need to put the OSGi core jar on your runtime classpath if
> you already have an implementation (such as Equinox or Felix) on there.
>
> The OSGi core spec jar is only intended to be used as a compile-time
> dependency.

Neil,

I understand that, but due to a combination of stupidity in an IDE and
Maven, I'm having trouble getting rid of it. I don't do it in
production, it's a problem when running a test from the IDE.

>
> Neil
>
> --
> Neil Bartlett
> Sent from a phone
>
> On Thursday, 16 July 2015 at 18:11, Benson Margulies wrote:
>
> I have ended up with a classpath that contains both the version of
> equinox in the subject and also version 5.0.0 of the OSGi core API
> jar, and I get stomped on by an incompatibility. It's somewhat
> difficult to avoid this state of affairs; can you clue me in on what
> version of the OSGi core I need to avoid trouble?
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
>
https://dev.eclipse.org/mailman/listinfo/equinox-dev
>
>
>
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
>
https://dev.eclipse.org/mailman/listinfo/equinox-dev
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/equinox-dev



Back to the top