hello,
i'm trying to build the jbpm designer from sources (version 2.4.0.Final) but i've encountered some compilation errors - probably caused by messed-up maven dependencies.
Here's what i've done :
- git clone git@github.com:droolsjbpm/jbpm-designer -b 2.4.x (to clone the repository and set 'active' branch to '2.4.x')
- git checkout 2.4.0.Final (to checkout a tagged version '2.4.0.Final' which is supposed to be stable)
- mvn clean install in checkout directory (.../jbpm-designer)
It wouldn't even compile due to some dependency problems (details available here :cannot build jBPM Designer v 2.4.0.Final (problem with SimulationServlet) )
I tried changing jbpm-simulation depedency version from 1.0.0-SNAPSHOT to 1.1.0-SNAPSHOT and some of the errors mentioned disappeared but i need a clean stable build and would like to avoid tampering with the sources manually.
Thanks in advance for any assistance
regards
Simon