Prerequisite

The module must have been packaged at least once in Modelio Studio.

Import into Eclipse

  • In the menu, go to "File –> Import"

  • Choose "Maven / Existing Maven Projects" (1)

  • Type in the module’s production path (`$(Project)/JUnit ) as Root Directory. (2)
    By default, the module’s production path of the JUnit_sample project is stored in:

    • (Linux) /home/yourlogin/modelio/workspace/JUnit_sample/JUnit

    • (Windows) c:\Users\yourlogin\modelio\workspace\JUnit_sample\JUnit

  • Select /pom.xml org.sample:junit:1.0.00:jar from the projects list. (3)

  • Click on the "Finish" button

Debugging import project module Eclipse importMavenProject

After the import, the JUnit project is displayed in the Package Explorer view:

Debugging import project module Eclipse importedProject

<< Debug configuration

Index

Debug JUnit module >>