cancel
Showing results for 
Search instead for 
Did you mean: 

Building Signavio Based modeler

mpankaj
Champ in-the-making
Champ in-the-making
In the instructions given at

http://docs.codehaus.org/display/ACT/How+to+build+Activiti+Modeler+from+Signavio


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
============================================================================

Any help appreciated.

Thanks

Pankaj
1 REPLY 1

droverflow
Champ in-the-making
Champ in-the-making
Hello Pankaj,

I had the same problem… My tip: Ignore that step, it works fine without it. Smiley Happy

hth,
Doc