This repository keeps sources of Activiti extension with some stuff needed for Hydra BSS and Hydra Order Management System (homs).
Requirements:
- Groovy 1.8.6+
- Activiti 5.19.x
- Dependent jars:
- Apache Commons BeanUtils 1.9.2
- Apache Commons Codec 1.10
- Apache Commons Lang 2.6
- Apache HttpClient 4.5
- Apache HttpCore 4.4.1
- Apache Xerces 2.4.0
- Apache XML Resolver 1.2
- EZMorph 1.0.6
- Groovy HTTPBuilder 0.7.1
- Json-lib 2.4
- NekoHTML 1.9.21
- Apache Ant
-
Install Groovy 1.8.6+. Example for Debian Linux:
sudo apt-get install groovy
-
Download Activiti 5.19.x and unzip it.
-
Unzip
wars/activiti-explorer.war
. -
Download and put all dependent jars to
WEB-INF/lib
directory of activiti-explorer. -
Download source code by git:
git clone https://github.com/latera/activiti-ext.git
-
Compile extension jar via Apache Ant (may-be you need to edit
build.xml
before):ant
- Download or compile extension jar.
- Put extension jar and all dependent jars into
WEB-INF/lib
directory of activiti-explorer and activiti-rest applications.
Copyright (c) 2016 Latera LLC under the Apache License.