forked from jbossas/console
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
34 lines (21 loc) · 790 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Running in hosted mode:
----------------------
1.) Make sure you build the top level module first.
2.) cd 'standalone'
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
NOTE: Really quick turnaround through
mvn -Dhosted gwt:<run|debug>
Running in web mode:
-------------------
mvn package
Produces a war file in target/*-console.war,
which can be deployed to a running jboss instance.
Problems?
---------
Please post any questions to the jboss as 7 mailing list:
Have fun.