Error running MMM Build Kit

Hello,

I’m currently trying to build and run my application using the Module Manager Build Kit.

I tried to use the mmm build command but I get the following error:

BUILD FAILED
Found an error when building EasyAnt

* Problem Report:

Target "clean" does not exist in the project "EasyAnt".

I also tried to run my application with the mmm run command but I get the following error:

RUN FAILED
The Simulator stopped with the following error:

Target "abstract-compile:compile" does not exist in the project "EasyAnt".

Could you provide me some help to debug those errors?

Thanks,

Fabrice

Hello,

The message means that the targets to execute cannot be found. This is generally because the build type cannot be loaded, very probably because there is no module.ivy file in the folder you execute the MMM command. Make sure the module.ivy exists where you execute the MMM command.

Regards,
Thomas

Hello Thomas,

Thanks for your help ! I was running mmm in the wrong folder. It’s working now.

Fabrice