kevoree-modeling-framework icon indicating copy to clipboard operation
kevoree-modeling-framework copied to clipboard

Kevoree Modeling Framework

Results 4 kevoree-modeling-framework issues
Sort by recently updated
recently updated
newest added

when a field/class/package in an _mm file_ contain a **minus** "_-_", the compilation will work however it will create a file impossible to parse in Java for the package case...

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

When you have this model: ``` class my.Foo { members: my.Bar[0,*] } class my.Bar { @id name: String } ``` You expect `my.Foo.members` to act like a "Set" as it...

When you ask the plugin to generate also the JavaScript model using `true`, it will generate some files in `src/main/resources` (index.html and model-js-all.js). This is really not a good idea.