dukeboard / kevoree-modeling-framework

Kevoree Modeling Framework

Home Page:http://kevoree.org/kmf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use it with gradle?

bioinfornatics opened this issue · comments

Dear,

kevoree example use maven as build system but how to use kevoree with gradle?

thanks

Hello,

Yes we have no gradle plugin right now. We have initiated one in past but which was not stable enough for everyday usage. However now the KMF compiler is delivered as a standalone .jar file which can generate the code simply by using java -jar compiler.jar myModel.mm. So I guess the easiest way to integrate into a maven build is to use an external compiler plugin. However i will like quickly if i can provide the old gradle plugin

thanks I will try with KMF compiler .

Do not hesitate to contact us in case you have trouble.