Skip to content

modeldriven-hu/cameo_lesson_3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cameo/MagicDraw plugin development - Lesson 3

This is the third lesson of the series. In this lesson we will learn how to work with model elements.p

Reference documentation:

Requirements

  • Cameo/MagicDraw latest
  • Java JDK 11
  • Maven

Usage

Check out the repository

git clone https://github.com/modeldriven-hu/cameo_lesson_2.git

Configure environment variable

Configure Cameo/MagicDraw root directory according to local setup, for example:

set CAMEO_ROOT=C:/home/Tools/Cameo

or when using PowerShell:

$env:CAMEO_ROOT = "C:/Home/Tools/Cameo"

Build project

mvn package

Extract into Cameo plugins folder

Extract target/hu.modeldriven.cameo.lesson2.zip into CAMEO_ROOT/plugins

Restart

Restart CAMEO

About

Plugin development for Cameo - model elements

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages