From Fedora Project Wiki

< User:Jerboaa

Revision as of 08:59, 17 October 2013 by Jerboaa (talk | contribs) (Created page with "= Getting sources = Upstream Thermostat source releases can be downloaded from: http://icedtea.wildebeest.org/download/thermostat/ = Building standalone Integration Tests = ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Getting sources

Upstream Thermostat source releases can be downloaded from: http://icedtea.wildebeest.org/download/thermostat/

Building standalone Integration Tests

This only works for releases > 0.15.

$ wget http://icedtea.wildebeest.org/download/thermostat/thermostat-<VERSION>.tar.gz
$ tar -xzf thermostat-<VERSION>.tar.gz
$ cd thermostat-<VERSION>
$ mvn clean package

The last step should produce a jar with stand-alone integration tests, which can be run against packaged thermostat. Passing integration tests will ensure that basic thermostat functionality is working.