INACTIVE - Eclipse SmartHome project
Перейти к файлу
Markus Rathgeb 1e348f4bcb Fix CNFE by removal of optional resolution (#1395)
Move the service that needs packages from core.transform and
model.script bundle to model.script. The core.transform is a core bundle
and also part of the base target platform, so it should be available.
The model script bundle is optional.

PR: https://github.com/eclipse/smarthome/pull/1395
Bug: https://github.com/eclipse/smarthome/issues/1394
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2016-04-18 09:15:56 +02:00
bundles Fix CNFE by removal of optional resolution (#1395) 2016-04-18 09:15:56 +02:00
distribution bump Xtext to 2.9.2 (#1383) 2016-04-15 14:35:16 +02:00
docs added rule samples to documentation menu 2016-04-05 12:11:27 +02:00
extensions Send null instead of empty string in configurations (#1380) 2016-04-15 12:01:31 +02:00
features bump Xtext to 2.9.2 (#1383) 2016-04-15 14:35:16 +02: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 bump Xtext to 2.9.2 (#1383) 2016-04-15 14:35:16 +02:00
tools add option to change 'check build' Maven arguments 2016-03-24 09:44:46 +01:00
.gitignore bump Xtext to 2.9.2 (#1383) 2016-04-15 14:35:16 +02: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 bump Xtext to 2.9.2 (#1383) 2016-04-15 14:35:16 +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]"