Andreas Stiller
Andreas Stiller
This snippet ``` BoundedContext PartyManagementContext { Aggregate Party { Trait Extensible { String type_ String baseType URI schemaLocation } Trait Addressable { String id BigDecimal href } Entity Individual {...
I suggest to keep the ticket open as question about the right syntax. Sculpture documentation says the @ is needed for internal references. On the other hand it is optional...
The reason for this strange behavior seems to be a special meaning of 'with' inside of a DSL created by Xtext. If i replace 'with' by 'using' in the tactics...
@stefan-ka The crash can be fixed with line 55 in GenerateCommand `CMLResource cmlResource = cmAPI.loadCML( URI.createFileURI( new File(inputPath).getAbsolutePath() ).toString() );` I have a branch prepared which * changes the global...
Additional info: i can start a minikube if it is not named 'minikube', e.g. `minikube start -p gulp` -> success A 'minikube `delete --all --purge` including removing the kicbase images...