This tool automatically prepares a Jolie installation package, as used in the website.
Usage instructions:
- Clone the Jolie repository;
- Clone this repository (
release_tools); - Go to the
jolierepo and compile, e.g., by runningmvn install; - Go to the
release_toolsrepo- enter the
jolie_installerand compile the installer e.g., by runningmvn install; - go back in the root of
release_toolsrepo and runjolie release.ol $dir [$jar_name], where$diris the directory where you cloned the Jolie repository and the$jar_name(optional) is the jar file name without extension (default value is jolie_installer). Example:jolie release.ol ../jolie jolie_installer; - under folder
releasethere should be an all-in-one installer for Joliejolie-installer.jaror the specified$jar_name.jar.
- enter the