Author: pcraveiro
Date: 2012-03-01 19:08:41 -0500 (Thu, 01 Mar 2012)
New Revision: 1466
Added:
console/trunk/README.txt
Log:
Initial commit.
Added: console/trunk/README.txt
===================================================================
--- console/trunk/README.txt (rev 0)
+++ console/trunk/README.txt 2012-03-02 00:08:41 UTC (rev 1466)
@@ -0,0 +1,14 @@
+Running in hosted mode:
+----------------------
+
+1.) Make sure you build the top level module first.
+
+2.) cd 'gui'
+
+Start the GWT shell with
+
+ mvn gwt:<run|debug>
+
+When the hosted browser is started, it's enough to hit the 'refresh' button
to recompile
+and verify changes. You can get the OOPHM Plugin, required for attaching your browser to
the
+hosted mode execution here:
http://gwt.google.com/samples/MissingPlugin/MissingPlugin.html