INACTIVE - Eclipse SmartHome project
Перейти к файлу
Aoun Bukhari a92dabe19f Ser services default values
Signed-off-by: Aoun Bukhari <bukhari@itemis.de>
2016-03-14 22:01:28 +01:00
bundles Merge pull request #1185 from maggu2810/cleanup 2016-03-14 10:38:11 +01:00
distribution updated yahoo weather thing type definition 2016-03-11 21:35:09 +01:00
docs documentation updated because of #1164 2016-03-11 22:09:40 +01:00
extensions Ser services default values 2016-03-14 22:01:28 +01:00
features fix feature for renamed bundle 2016-03-05 12:46:48 +01:00
products Initial implementation of the automation component - squashed 2015-11-24 11:57:26 +02:00
protocols/enocean clean pom.xml (indentation, trailing whitespace, line break) 2015-04-09 14:06:11 +02:00
src/etc updated license header plugin to use correct headers for the different components 2015-04-14 20:25:47 +02:00
targetplatform Revert "m2e: add connectors" 2016-03-13 19:55:32 +01:00
tools fix indentation of some POM files 2016-01-29 13:54:18 +01:00
.gitignore added Karaf feature definitions 2016-01-03 22:04:41 +01:00
CONTRIBUTING.md moving from Bugzilla to Github Issues 2015-12-02 15:54:20 +01:00
LICENSE Initial commit 2014-01-09 12:47:19 -08:00
README.md removed demo runtime as a new one will be built from scratch 2014-06-26 17:05:49 +02:00
pom.xml add maven-bundle-plugin configuration 2016-03-06 21:10:54 +01:00
settings.xml added CBI relevant parts 2014-02-15 22:01:59 +10:00

README.md

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 tool called "Designer" is available. The Designer can be used 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

  1. Checkout ===========

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

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

  1. Building with Maven ======================

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

  • set MAVEN_OPTS to "-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"
  • change into the smarthome directory ("cd smarthome“)
  • run "mvn clean install" to compile and package all sources

The build result will be available in the folder smarthome/distribution/target. Both the repository as well as the designer zips are placed in there.

  1. Starting the designer ========================
  • unzip the file eclipsesmarthome-incubation-0.x.0-designer-.zip to a local folder
  • run the executable „Eclipse-SmartHome-Designer[.exe]"