smarthome

Eclipse SmartHome™ project

Github星跟蹤圖

Eclipse SmartHome Build Instructions

Thanks for your interest in the Eclipse SmartHome project!

Building and running the project is fairly easy if you follow the steps detailed below.

Please note that Eclipse SmartHome is not a product itself, but a framework to build solutions on top.
This means that what you build is primarily an artifact repository of OSGi bundles that can be used within smart home products.
Besides this repository, a VSCode extension is available for editing configuration files with full IDE support.

1. Prerequisites

The build infrastructure is based on Maven in order to make it as easy as possible to get up to speed.
If you know Maven already then there won't be any surprises for you.
If you have not worked with Maven yet, just follow the instructions and everything will miraculously work ;-)

What you need before you start:

Make sure that the "mvn" command is available on your path

2. Checkout

Checkout the source code from GitHub, e.g. by running

git clone https://github.com/eclipse/smarthome.git

3. Building with Maven

To build Eclipse SmartHome from the sources, Maven takes care of everything:

  • set MAVEN_OPTS to "-Xms512m -Xmx1024m"
  • change into the smarthome directory ("cd smarthome“)
  • run "mvn clean install" to compile and package all sources

If there are tests that are failing occasionally on your local build, run mvn -DskipTests=true clean install instead to skip them.

The p2 repository that contains all bundles as a build result will be available in the folder products/org.eclipse.smarthome.repo/target.

主要指標

概覽
名稱與所有者eclipse-archived/smarthome
主編程語言Java
編程語言Java (語言數: 9)
平台
許可證Eclipse Public License 2.0
所有者活动
創建於2014-01-09 20:47:19
推送於2020-05-07 14:11:52
最后一次提交2020-05-07 10:11:52
發布數16
最新版本名稱ref-0.10.0 (發布於 )
第一版名稱ref-0.7.0 (發布於 )
用户参与
星數864
關注者數133
派生數777
提交數5.2k
已啟用問題?
問題數2552
打開的問題數470
拉請求數3868
打開的拉請求數5
關閉的拉請求數493
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?