Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. compile code from models via KiCo
  2. at the same time, generate wrapper code for these model files
  3. afterwards , run an associated launch configuration (e.g. for a Java Application) and
  4. execute arbitrary shell commands sequentially if the KiCo compilation and wrapper code generation finished successfully

...

  • compiled_main_name : The file name, including its file extension (e.g. MyModel.sct)
  • compiled_main_path : The project relative path (e.g. kieler-gen/MyModel.sct)
  • compiled_main_loc : The absolute file system path (e.g. /home/me/workspace/MyProject/kieler-gen/MyModel.sct)
  • compiled_main_name_no_ext : The file name without its file extension (e.g. MyModel)

...

Variable Selection Dialog of Eclipse

The values of the launch config can also be (re)set to an environment. This will revert the fields for the compilation target, wrapper code generation and command execution.

...