[jboss-user] [jBPM] - Re: How to change console version for jbpm recompile
Marco Burrafato
do-not-reply at jboss.com
Thu Aug 22 08:23:51 EDT 2013
Marco Burrafato [https://community.jboss.org/people/ocramot] created the discussion
"Re: How to change console version for jbpm recompile"
To view the discussion, visit: https://community.jboss.org/message/833538#833538
--------------------------------------------------------------
Ok, after another careful trial and error session, I found the solution.
The jbpm/pom.xml file in the main project, requires as parent:
<parent>
<groupId>org.drools</groupId>
<artifactId>droolsjbpm-parent</artifactId>
<version>5.5.0.Final</version>
<!-- relativePath causes out-of-date problems on hudson slaves -->
<!--<relativePath>../droolsjbpm-build-bootstrap/pom.xml</relativePath>-->
</parent>
therefore I looked into .m2\repository\org\drools\droolsjbpm-parent\5.5.0.Final\droolsjbpm-parent-5.5.0.Final.pom, and here I found
<bpm.console.version>2.3.8.Final</bpm.console.version>
I changed this property, I compiled again, and everything worked fine.
PS: since this is my case, I might add that the .zip version number must be the same jBPM.version number specified inside the $jbpm-install-directory/build.properties file.
Also, you have to move the $source-directory/jbpm-form-builder/jbpm-form-builder-distribution/target/jbpm-5.4.3-SNAPSHOT-form-builder.war to the lib directory; the guide tells you to compile it at point 8, but the author must have forgotten to tell you to move the file. Once again, check that version numbers coincide, or the build file will automatically download another version and invalidate your changes.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/833538#833538]
Start a new discussion in jBPM at Community
[https://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/20130822/b641dcaa/attachment.html
More information about the jboss-user
mailing list