Building the Activiti Modeler for the first time
Check out the excellent documentation by Signavio: http://code.google.com/p/signavio-core-components/wiki/InstallationInstructions
Set the following properties and follow the instructions of the next section ('Preparing for a release') to get a working Activiti Modeler:
All other properties are optional.
Preparing for a release
- Update your local version (svn up).
- Update the version property in the build.properties file.
- Build the war using (on the root of signavio-core-components):
The war file will be stored in the target folder.
- Set or verify in user.home/.activiti/build.properties the
modeler.target.folderproperty to point to the target folder, into which the Activiti Modeler has been built.
eg. - Call the Ant target
patch.activiti.modelerin 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.The patched war will be created in /target/patched
Testing the war
- Checkout the to-be-released (tag) version
- Edit distro/src/setup/build.xml : change the property 'activiti.modeler.download.url' to the war on your local system. Example:
- Comment the 'skip.deploy.activiti.modeler=true' property in the $user.home/.activiti/build.properties
- Build a new activiti distro (in qa dir: ant build.clean.distro or in distro dir: ant clean distro) and run the demo setup (in qa dir: ant test.demo.setup or in distro/target/activiti-${activiti.version}/setup/ dir: ant demo.setup).
- Verify if the modeler is correctly working.
Labels
