Building multiple modules in Order

Hello,
I’m currently working on a project where we have several projects that depend on each other. Since they all have to be re-/built locally when running the project I was wondering if there is an easier way to run the “Build Module” for all at the same time instead having to manually start one after another?

I saw there was something called a “Meta Build” but was wondering how is the build order handled? We have a strict order since Project A requires B and B requires C & project D requires project C too.

image

Hello,
Yes a meta-build module allows to automatically build a set of other modules. The build order is based on the dependencies between the modules, so if the project A requires the project B, the project B is built first.
You can find the documentation related to meta-build at MicroEJ Module Manager — MicroEJ Documentation

Regards,
Thomas