Two modes of distributions are available:
The current version of Entropy is the version 1.2.0 (see release notes ). It contains several experimental features and should not be used in a production mode. Only the consolidation manager release has been deeply tested. We hope to release an official 2.0 version asap.
| Archive | Checksum | |
| Distribution | entropy-1.2.0-distribution.zip | entropy-1.2.0-distribution.zip.md5 |
| JAR | entropy-1.2.0.jar | entropy-1.2.0.jar.md5 |
| sources | entropy-1.2.0-sources.jar | entropy-1.2.0-sources.jar.md5 |
| javadoc | entropy-1.2.0-javadoc.jar | entropy-1.2.0-javadoc.jar.md5 |
The latest stable version of Entropy is the version 1.0.0 (see release notes ). It should only contain tested and stable features.
| Archive | Checksum | |
| Distribution | entropy-1.0.0-distribution.zip | entropy-1.0.0-distribution.zip.md5 |
| JAR | entropy-1.0.0.jar | entropy-1.0.0.jar.md5 |
| sources | entropy-1.0.0-sources.jar | entropy-1.0.0-sources.jar.md5 |
| javadoc | entropy-1.0.0-javadoc.jar | entropy-1.0.0-javadoc.jar.md5 |
All the previous releases are available in the archives .
Snapshot are available for development versions. They contain additional features or fixes that are not as mature to be considered as a release.
| Archive | Checksum | |
| Distribution | entropy-1.0.0-SNAPSHOT-distribution.zip | entropy-1.0.0-SNAPSHOT-distribution.zip.md5 |
| JAR | entropy-1.0.0-SNAPSHOT.jar | entropy-1.0.0-SNAPSHOT.jar.md5 |
All the previous snapshots are available on the snapshot repository .
You can build Entropy from sources using the repository. The methods to download the sources are described on the repository page . Entropy uses Maven as the software project management system, it is necessary to install it to build easily Entropy.
You can build the artifacts (the jar and the standalone distribution) with the command "mvn assembly:assembly " in the root directory of the sources (this directory should contain a file named pom.xml ). If the compilation succeed, artifacts will be available in the directory target .
entropy-1.0.0 |-- LICENSE.txt |-- README.txt |-- bin | `-- controlLoop.sh |-- config | |-- entropy.properties | `-- log4j.properties |-- jar | |-- choco-1.2.04.jar | |-- entropy-1.0.0.jar | |-- jsch-0.1.38.jar | `-- log4j-1.2.9.jar `-- logs