Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [smarthome-dev] ECF Python OSGi Services

Hi Scott,

> WRT ESH and different OSGi containers...what is the default that the project
> uses?  Equinox?

You should consider ESH itself as a collection of OSGi bundles. There
is no ESH "product" to distribute.
But there is an Oomph setup file to setup an Eclipse IDE instance and
there is an Eclipse launch configuration to test / run (on development
time) a setup inside the Eclipse IDE. This one is using Eclipse
Equinox but it should not matter at all. The build product -- the OSGi
bundles should be consumable by every OSGi runtime (with respect to
the version).

> Actually, does ESH have a public target platform?

Have a look at the ESH repository and you will identify a directory
"targetplatform" that contains the target platform used for
development of ESH bundles
"https://github.com/eclipse/smarthome/blob/master/targetplatform/smarthome.target";

Regards,
Markus

>
> Scott
>
>
> On 7/19/2017 2:27 AM, Markus Rathgeb wrote:
>>
>> Hi Scott,
>>
>>> One question:  Does there exist somewhere a target platform that includes
>>> a)
>>> the version and flavor of Karaf that Smarthome 2.1 is using; and b) the
>>> 2.1
>>> version of Smarthome and it's non-Karaf dependencies.
>>
>> It seems you refer to openHAB 2.1 and not to Eclipse SmartHome here,
>> correct?
>> ESH is the Framework (a collection of OSGi bundles) and used by the
>> open source project openHAB.
>> openHAB is using Karaf for the runtime container.
>> Other (proprietary) solutions based on ESH are using different OSGi
>> runtimes, containers, ...
>>
>> So perhaps you should add a comment to the openHAB Community forum.
>>
>> Best regards,
>> Markus
>> _______________________________________________
>> smarthome-dev mailing list
>> smarthome-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/smarthome-dev
>
>
>
> _______________________________________________
> smarthome-dev mailing list
> smarthome-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/smarthome-dev


Back to the top