I forgot to say that the console requires jbpm3 trunk to be installed on a AS instance
anyway.
Hence we did not publish snapshots yet.
But I've added a README:
|
| 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
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187497#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...