Build-firmware-singleapp 2.1.0 missing

Hi,

When I try to compile my app I get

[easyant-load-module] module not found: com.is2t.easyant.buildtypes#build-firmware-singleapp;2.1.+
[easyant-load-module] ==== easyant-is2t: tried
[easyant-load-module] /home/tito/fsl/microej/BuildKit/microej-build-repository/com/is2t/easyant/buildtypes/build-firmware-singleapp//[revision]/ivy-[revision].xml
[easyant-load-module] [2.0.0, 1.4.0, 1.2.10]
[easyant-load-module] – artifact com.is2t.easyant.buildtypes#build-firmware-singleapp;2.1.+!build-firmware-singleapp.jar:
[easyant-load-module] /home/tito/fsl/microej/BuildKit/microej-build-repository/com/is2t/easyant/buildtypes/build-firmware-singleapp//[revision]/build-firmware-singleapp-[revision].jar
[easyant-load-module] [2.0.0, 1.4.0, 1.2.10]
[easyant-load-module] ::::::::::::::::::::::::::::::::::::::::::::::
[easyant-load-module] :: UNRESOLVED DEPENDENCIES ::
[easyant-load-module] ::::::::::::::::::::::::::::::::::::::::::::::
[easyant-load-module] :: com.is2t.easyant.buildtypes#build-firmware-singleapp;2.1.+: not found
[easyant-load-module] ::::::::::::::::::::::::::::::::::::::::::::::
[easyant-load-module]

One other colleague can access version 2.1.0

What am I missing?

Thanks a lot

Regards

guido

Hi,

you probably use an older version of the SDK. Please check with the command:

mmm --version

or launch the build with the verbose option:

mmm -v

and send the result.

Regards

Hi,

I use

BuildKit/bin/mmm --version
1.0.2 (exported from MicroEJ SDK 5.5.0)

that comes from MicroEJ-SDK-21.11

Regards
Guido

SDK 5.5.0 comes with the version 2.0.0 of the build-firmware-singleapp build type. Please try to use the build kit of the latest SDK (5.7.0) or use the version 2.0.0 of the build type.

Regards

Thanks a lot!

That works for me

Guido