changeset 353:d3f1fbe7e2c7

Fix README reviewed-by: rkennke review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-June/001688.html
author Mario Torre <neugens.limasoftware@gmail.com>
date Fri, 01 Jun 2012 17:54:03 +0200
parents fb1f9081c11e
children 9706c686c9e9
files README
diffstat 1 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Jun 01 14:49:33 2012 +0200
+++ b/README	Fri Jun 01 17:54:03 2012 +0200
@@ -17,16 +17,27 @@
 
 1. Run "mvn clean package". All tests should pass and the build should succeed.
    Requires a graphical environment for the ui tests.
+   
+   You can skip the tests phase by running:
+   
+   mvn clean package -Dmaven.test.skip=true
+
+   If maven is too chatty, you can try to pass the -q option too:
+   
+   mvn -q clean package -Dmaven.test.skip=true
+   
 2. The resultant Thermostat system can now be found under the directory
    distribution/target.
 
 RUNNING THERMOSTAT:
 
+0. cd into distribution/target directory just created
+
 1. To start the agent and the db:
    bin/thermostat service --start
 
 2. To start the gui client:
-   bin/thermostat-client-gui
+   bin/thermostat gui
 
 3. To start the cli client:
    bin/thermostat [--help]