Skip to content

modeldriven-hu/cameo_lesson_4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cameo/MagicDraw plugin development - Lesson 4

This is the fourth lesson of the series. In this lesson we will learn how to work with diagrams.

Reference documentation:

Requirements

  • Cameo/MagicDraw latest
  • Java JDK 11
  • Maven

Usage

Check out the repository

git clone https://github.com/modeldriven-hu/cameo_lesson_4.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.lesson4.zip into CAMEO_ROOT/plugins

Restart

Restart CAMEO

Configure javadoc for IntelliJ

image

About

Plugin development for Cameo - Diagrams

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages