Stefan Kapferer

Results 58 comments of Stefan Kapferer

Hi Thank you for your input and your interest in our tool. It is currently only possible within the Eclipse IDE. But we are aware of this issue... We plan...

Hi @kmanikandan-kmk We haven't implemented a CLI yet, but the language including its tools (generators, etc.) are now available as standalone library in the [Maven central](https://search.maven.org/search?q=g:%22org.contextmapper%22%20AND%20a:%22context-mapper-dsl%22). With the standalone library...

@kmanikandan-kmk, you can find a first very simple approach towards a CLI here: https://github.com/ContextMapper/context-mapper-standalone-example#cli Still calling java directly but already quite comfortable...

Hi @koppor Thanks for your input! With "documentation" you mean a CML model in this context, right? You would like to be able to jump from the CML editor, for...

Hi @Tarow Thanks for reporting this one and sorry for the late response! I'm quite busy at the moment with other projects... But I will try to reproduce this and...

Thanks for reporting this issue @oweidner; good to know that this is a problem with Oracle's JDK. I'm aware of the warning you mentioned above. Unfortunately, this is a problem...

I'm probably biased because of the syntax in @ContextMapper, but: I would turn it around, because in the "DDD jargon" we always talk about Upstream-Downstream relationships and according to that...

Hi @zambrovski Sure, I also have thought about that... Currently I just do it by including the CLI as dependency... ```xml org.contextmapper context-mapper-cli ${contextmapper.version} ``` ...and then use the `exec-maven-plugin`...

Sure @zambrovski. You can initiate the transfer! Thank you very much for your work.

Hi @zambrovski Thank you very much! I transfered the repo: https://github.com/ContextMapper/context-mapper-maven-plugin I also invited you for the organization - I am always happy for new people that support us. Regarding...