Camunda setup in local

Hi guys,

I am facing issue in changing Camunda source.
I have cloned the git repo (https://github.com/camunda/camunda-bpm-platform) and followed the steps , but when i clean install using tomcat profile it creates the .bat and .sh file but my changes are not there in war I might be missing some very small thing .
At first look it looks like it is not building the code present in my local but it pulling the modules and everything from its repository(I might be wrong here so please bear with me :stuck_out_tongue: )
Can you point me to the correct link regarding how set it up properly or what i might be missing ?

Hi,

what part of the code base do you want to change? Engine or Webapps? And how are you running the build, in which directory and which command?

Cheers,
Sebastian

Hi Sebastian,

I might want to change both Engine and Webapps.(Specially rest part of it) So that i could fit it in my project.
I executed this command (mvn clean install -Pdistro-tomcat -DskipTests) in camunda-root directory.
and checked the target directory E:\camundaworkspace\camunda-root\distro\tomcat\distro\target\start-camunda.bat

I assume that you changed something in the webapp which didn’t showed up in the build distro? If so did you first build the GitHub - camunda/camunda-bpm-webapp: This codebase was merged with https://github.com/camunda/camunda-bpm-platform. Only maintenance branches are active. locally before building the distro? And is the distro version configured correctly, i.e. do you build SNAPSHOT versions locally, this should be correct if you git checkout the master of both projects. But you probably have to adjust it if you checkout a specific version of the projects like 7.7.0.

Cheers,
Sebastian