Preparing for a release
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
- Update your local version (svn up)
- update in the build.properties file the version property
- build the war: (on the root): ant build-all-in-one-war. The war file will be stored in the /target folder
- rename the war to the current version: eg. from activiti-modeler.war to activiti-modeler-5.0.beta1.war
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 (ant build.clean.distro) and run the demo setup.
- Verify if the modeler is correctly working.
Labels
