[jboss-user] [jBPM] - Re: How to install jBPM 5.0 on a JBoss AS

Chris Melas do-not-reply at jboss.com
Mon May 2 05:40:46 EDT 2011


Chris Melas [http://community.jboss.org/people/melc] created the discussion

"Re: How to install jBPM 5.0 on a JBoss AS"

To view the discussion, visit: http://community.jboss.org/message/602952#602952

--------------------------------------------------------------
Hello,
You have to either tweak the build.properties and build.xml files and use start.demo or do manually the work that build.xml does.... I'll try to guide you with tweaking build.properties and build.xml  ;) 
First of all make a safety backup copy of your existing jboss installation i.e. copy your jboss directory . 
Edit build.properties and set the property jboss.server.version with the version of your jboss installation, the property jboss.home with the path to your jboss installation.

Edit build.xml and replace the line,
<target name="install.demo" depends="install.jboss,install.guvnor.into.jboss,install.designer.into.jboss,install.jBPM-gwt-console.into.jboss,install.eclipse,install.jBPM-eclipse.into.eclipse,install.jBPM.runtime,install.drools-eclipse.into.eclipse" />

with the line,
<target name="install.demo" depends="install.guvnor.into.jboss,install.designer.into.jboss,install.jBPM-gwt-console.into.jboss,install.eclipse,install.jBPM-eclipse.into.eclipse,install.jBPM.runtime,install.drools-eclipse.into.eclipse" />

in other words delete the install.jboss part from the depends attribute value.

Now you may try to run ant install.demo and then ant start.demo .
If you get any exceptions stop the procedure (although ant will probably stop running) and post the exceptions here for further instructions  :)
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/602952#602952]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110502/8566e205/attachment.html 


More information about the jboss-user mailing list