Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
code_generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher
code_generator
Wiki
Asciidoc
User documentation
Changes
Page history
New page
Templates
Clone repository
[User] Document new --model parameter
authored
6 years ago
by
Rico Bergmann
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
asciidoc/User-documentation.asciidoc
+13
-0
13 additions, 0 deletions
asciidoc/User-documentation.asciidoc
with
13 additions
and
0 deletions
asciidoc/User-documentation.asciidoc
View page @
7b824345
...
...
@@ -47,6 +47,14 @@ arguments are supported:
|will write the generated `model.jar` to the directory specified by _OPATH_. If this parameter is
omitted, the current directory will be used.
|`-m`
|`--model`
|_MODEL_
|will load a description of the model's components. This should be a JSON-file which specifies what
classes to load and which role they play in the resulting model. A simple example for such a model
may be found at `/assets/ttc17.sync.json`. If this parameter is omitted, the path to the ECORE
model will be used and the file name will be expanded to `$MODELNAME.sync.json`.
|
|
|_ECORE_
...
...
@@ -54,6 +62,11 @@ arguments are supported:
|===
TIP: If you just want to get started quickly from the IDE, the following build settings will use the
example model (the TTC17 persons use-case) found under `/assets` and write all resulting
intermediate files to `/out` in your project's root. The final model will be placed at `model.jar`.
Just use `-w out/raw assets/ttc17.ecore` as program arguments.
== Supported EMF features
=== Implemented
...
...
This diff is collapsed.
Click to expand it.