Federico Cauti [https://community.jboss.org/people/nonnino] created the discussion
"Re: how to install the JBpm to work in eclipse Hileos" To view the discussion, visit: https://community.jboss.org/message/784488#784488 -------------------------------------------------------------- The following procedure worked using JBPM 5.4.0 and Eclipse Indigo: * Download JBPM 5 full installation: http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.4.0.Final/jbpm-5.4.0.Final-installer-full.zip/download http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.4.0.Final/jbpm-5.4.0.Final-installer-full.zip/download * Extract it in a folder:* jbpm-installer folder is created * we will call this path %JBPM_HOME% * Edit %JBPM_HOME%\build.xml file:* Replace line <target name="install.droolsjbpm-eclipse.into.eclipse" depends="download.droolsjbpm.eclipse">; take out the dependency so that it becomes: <target name="install.droolsjbpm-eclipse.into.eclipse"> * Open a command prompt, cd %JBPM_HOME% * Execute:* ant download.droolsjbpm.eclipse * ant install.jBPM.runtime * ant install.droolsjbpm-eclipse.into.eclipse * copy all files that are now inside %JBPM_HOME%\eclipse\features into your %ECLIPSE_HOME%\features * copy all files that are now inside %JBPM_HOME%\eclipse\plugins into your %ECLIPSE_HOME%\plugins * Restart Eclipse * On Eclipse File -> New -> Project… -> JBPM Project * When you are asked to provide JBPM runtime:* Go to “Configure workspace settings…” -> Add * Choose a name (i.e. Default) * Browse for path and select %JBPM_HOME%\runtime This simply installs the eclipse plugins and runtime Hope helps Bye -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/784488#784488] Start a new discussion in jBPM at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
