Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 20.1_a

...

Builder 7.0.0-beta1 You can invoke the E2E xUML Model Compiler from command line. This is needed, if you want to e.g. integrate the model compilation into a continuous integration server such as Jenkins.

Call the E2E xUML Command Line Compiler like:

Code Block
java -jar e2ecxumlc.jar [-clean] -uml <path to an UML model file>

e.g. java -jar e2ecxumlc.jar -clean -uml "C:\E2E Documentation\Basic Modeling\Frontend\uml\helloWorld.xml".

If called without parameters, the E2E xUML Command Line Compiler will print out the usage.

...

Compiling library models does not differ in any way from compiling models. However, if you want to compile the library and the library usage model, take into account that you need to copy the compiled library to the libs folder of the E2E Builder project before compiling the usage model.

  1. java -jar e2ecxumlc.jar -clean -uml "C:\E2E Documentation\Advanced Modeling\E2ELibrary\uml\librarySQLQuery.xml" 
  2. copy "C:\E2E Documentation\Advanced Modeling\E2ELibrary\repository\librarySQLQuery\librarySQLQuery.xml.lrep "C:\E2E Documentation\Advanced Modeling\E2ELibrary\libs\" 
  3. java -jar e2ecxumlc.jar -clean -uml "C:\E2E Documentation\Advanced Modeling\E2ELibrary\uml\useLibrarySQLQuery.xml"

...