INACTIVE - Eclipse SmartHome project
Перейти к файлу
Kai Kreuzer fef7f6f43e Allow other namespaces then ESH in archetype
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2014-07-14 14:40:03 +02:00
binding fixed initialisation behaviour of hue binding 2014-07-10 20:55:23 +02:00
bundles Fixing performance issue in ItemRegistryImpl 2014-07-11 21:56:51 +02:00
distribution fixed minor issues in lifecycle of thinghandlers and hue heartbeat service 2014-07-07 14:39:22 +02:00
docs/sources Added some initial documentation structure 2014-06-24 18:40:46 +02:00
features added missing bundles to runtime core feature 2014-06-27 20:48:32 +02:00
products removed outdated feature from categories 2014-07-04 13:42:36 +02:00
src/etc removed UTF-8 char from license header 2014-03-07 18:06:35 +01:00
targetplatform added EMF update site to be no longer dependent on Xtext update site for EMF 2014-07-10 13:46:28 +02:00
tools Allow other namespaces then ESH in archetype 2014-07-14 14:40:03 +02:00
.gitignore added .gitignore 2014-01-10 16:43:38 +01:00
CONTRIBUTING renamed to CONTRIBUTING 2014-03-10 18:30:35 +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 Initial contribution of binding archetype. 2014-07-08 16:12:39 +02: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]"