Skip to content

How to compile messic: Compile Messic

spheras edited this page Aug 27, 2014 · 2 revisions

It is very easy to compile messic thanks to maven. If you don't know nothing about maven, then you should learn a bit before at the web.

The first step is to download the whole project, and once done, you only need to launch maven over the messic project: [folder_where_downloaded_messic]/messic

From there launch: mvn clean install

After that, all the projects will compile... really all, except one (assembly).

If you need to launch messic, from a debug environment, then you can do it launching messicmain from "messic-service" project.

If you need to assembly, then you need to compile the messic-assembly project. It will generate different versions of messic at the target folder.