[jbpm-commits] JBoss JBPM SVN: r2773 - in projects/gwt-console/trunk: war and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 6 05:40:56 EST 2008


Author: heiko.braun at jboss.com
Date: 2008-11-06 05:40:56 -0500 (Thu, 06 Nov 2008)
New Revision: 2773

Modified:
   projects/gwt-console/trunk/README.txt
   projects/gwt-console/trunk/war/README.txt
Log:
update readme's

Modified: projects/gwt-console/trunk/README.txt
===================================================================
--- projects/gwt-console/trunk/README.txt	2008-11-06 10:37:38 UTC (rev 2772)
+++ projects/gwt-console/trunk/README.txt	2008-11-06 10:40:56 UTC (rev 2773)
@@ -1 +1,38 @@
-Please see ./war/README.txt for instructions on building and testing the GWT console
+
+Prerequisites
+-------------
+
+The server module needs to be deployed on a running jboss instance, along with jbpm.
+The easiest way is using the installer as described here: http://www.jboss.org/community/docs/DOC-12863
+
+Build and test the console
+--------------------------
+General information can be found here: 
+https://www.jboss.org/community/docs/DOC-12879
+
+But the basics steps to get going are as follows:
+
+1) Build the top level module (gwt-console)
+
+	mvn clean install
+
+2) Make sure both jBPM and the server module are installed on JBoss AS instance
+	
+	See http://www.jboss.org/community/docs/DOC-12863
+
+3) Boot the AS and start the gwt console in hosted mode
+
+	cd war
+	mvn gwt:gwt
+
+	// optionally
+	mvn gwt:debug
+
+Troubleshooting
+---------------
+
+Please post any questions to the jbpm developer forum.
+(http://www.jboss.com/index.html?module=bb&op=viewforum&f=219)
+
+Have fun.
+

Modified: projects/gwt-console/trunk/war/README.txt
===================================================================
--- projects/gwt-console/trunk/war/README.txt	2008-11-06 10:37:38 UTC (rev 2772)
+++ projects/gwt-console/trunk/war/README.txt	2008-11-06 10:40:56 UTC (rev 2773)
@@ -13,12 +13,12 @@
 -------------------
 
 mvn package 
-mvn deploy (TODO)
 
 Produces a war file in target/gwt-console-war-<version>.war,
 which can be deployed to a running jboss instance.
 
 Please post any questions to the jbpm developer forum.
+(http://www.jboss.com/index.html?module=bb&op=viewforum&f=219)
 
 Have fun.
 




More information about the jbpm-commits mailing list