I have not been able to understand in which build file is target patch.activi.modeler located?
================================================================================= Call the Ant target patch.activiti.modeler in distro/build.xml in the Activiti codebase. The easiest is to create a small script that does that for you on the root of the Modeler source: This will patch the modeler war to include the Cycle plugin and the Activiti stencil set. ant -f /Users/jbarrez/Development/workspace/activiti/distro/build.xml patch.activiti.modeler The patched war will be created in /target/patched ============================================================================