OpenEMM Sources on Bitbucket and Github

Use this forum for all questions related to the source code of OpenEMM

Moderator: moderator

ronoaldo
Posts: 3
Joined: Thu Apr 18, 2013 3:49 pm
Location: São Paulo, Brasil

OpenEMM Sources on Bitbucket and Github

Post by ronoaldo »

Hello OpenEMM authors, contributos and users,

While I was working on OpenEMM setup for my company, I noticed that it is a bit odd to build it from sources. Then I decided to try and port the build system to Maven, and to split the front-end application, backend scripts and configuration, help application and webservices appplication into Maven modules, allowing you to more easily deploy them to different servers, allowing for more complex setup. Also, by building from a well known tool like maven, it may be easier to build also distro packages for Debian and RPM based systems, using either the distro packaging tools or the maven plugins available for that tasks.

The work is still in progress, and I'm talking with the OpenEMM authors to make this a reality. As of now, please consider this work a temporary fork, as a prof-of-concept, that may or may not be accepted by the authors. No one is obligued to use this build system, but since there is a good ammount of developers that are used to build software using the Maven tools and facilities, it may be a great opportunity to have more people involved. Also, using a SCM is a must to be able to review and evaluate patches.

Currently I'm pushing changes to repositories at Bitbucket (https://bitbucket.org/ronoaldo/openemm) and Github (https://github.com/ronoaldo/openemm). Choose the one you are more used to, git or mercurial. Feel free to fork and send pull requests, and maybe fill issues if something is missing or not working properly from the maven build.

I am planning to merge the mvn branch into the default branch as soon as the resulting binary distribution is exactly the same as of the original one, and keep the original sources, as distributed on source forge, under an upstream branch so we can also build using the current tooling if we wish to do so.

If you want to load the project into Eclipse, folow the instructions on the README.md file on both repositories.

Happy hacking!
johnbendi
Posts: 1
Joined: Fri Dec 20, 2013 8:55 am

Re: OpenEMM Sources on Bitbucket and Github

Post by johnbendi »

I'm fully in support of this effort. Thanks for working on this for those of us that prefer working with a git based workflow and using maven and related build tools. I'll be making my own contribution in whatever way I can.

Cheers!
Post Reply