ContextMapper / context-mapper-standalone-example

Standalone Example Project using the Context Mapper DSL as Library
https://contextmapper.org/
Apache License 2.0
22 stars 10 forks source link

Documentation updates #10

Closed binkley closed 10 months ago

binkley commented 2 years ago

Following the command line instructions:

java -jar context-mapper-standalone-example-1.0.0-SNAPSHOT.jar -f Insurance-Example-Model.cml -t $typeOfGenerator

I had 2 successes and 2 failures. After searching, I found files under src-gen in project root. I also found that Gradle does not remove the src-gen directory with clean.

I'm happy to submit a PR for README.md describing prerequisites, and where to find output files.

socadk commented 10 months ago

Thanks for reporting the issue. @stefan-ka any hints?

stefan-ka commented 10 months ago

@socadk @binkley

From my point of view this one can be closed. It is from the times where we still had a PoC for a CLI in this repository. Meanwhile we have a released version of our CLI in a separate repository: https://github.com/ContextMapper/context-mapper-cli

You can of course re-open if you do not agree.