You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »


Installation

The Open Source UML tool Papyrus is a plug-in for the Open Source integrated development environment (IDE) Eclipse. GenDoc is the associated tool that allows you to output a model in Papyrus into a word document. The artifacts in the output (diagrams, classes, datatypes, etc.) can be copy/pasted directly into a model project's wiki page.

Applied tool versions:

  • Eclipse: version 4.8 "Photon"
  • Papyrus: version 4.0.0
  • GenDoc: version 0.6.0


Note:   We have explored upgrading to a newer version, but had issues with Gendoc.    We will explore again when a new version of Eclipse comes available.

Eclipse

  • Eclipse “Photon” Modeling Tools package version 4.8 can be downloaded from here:
    https://www.eclipse.org/downloads/packages/release/photon/r/eclipse-modeling-tools (you may need to navigate around a bit to get to version 4.8.   Also be sure to chose the Eclipse for "Modeling Tools").
  • Select the download link that is appropriate for the machine on which you will be making the install, i.e. "Windows 64-bit"
  • This results in the download of a zip file.
  • Note that Eclipse Photon requires a 1.8 compatible JVM
  • Extract the contents of the zip file to wherever you would like to install Eclipse. On a PC, "Program Files" is always a good option.
  • The content of the extracted files should look something like this:

  • To launch eclipse, double-click on the "eclipse.exe" file
  • When Eclipse starts coming up, it will prompt you for a "Workspace", providing a default that you can override. 
  • This is where the Eclipse projects, with associated models, will be stored. 
  • When Eclipse fully comes up, you can close the Welcome tab
  • To verify you have the correct installation of the product, go to "Help" → "About Eclipse" 
  • You should see something that looks like this: 
  • You have now successfully installed Eclipse

Papyrus

  • Papyrus Photon version 4.0.0 can be downloaded from here:
    https://www.eclipse.org/papyrus/download.html
  • Scroll down on the right side of the page and select: "Papyrus Photon 4.0.0 " and select "Download Page"
  • This takes you to "Papyrus Update Site for Photon"
  • Copy the URL of the update site to which it takes you. Should be something like: https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/photon/
    (https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2019-06/ for latest version)
  • Now you go back into Eclipse and select "Help"→ "Install new software"
  • An "Available Software" screen comes up. Paste  your URL into the "Work with:" box and hit enter
  • There should be multiple "Papyrus" related packages available to install. Select only the box: "Papyrus" and make sure the others are not selected.
  • Click "Next" to install the product. The installation will check for dependencies and requirements
  • You will get a screen indicating what will be installed
    • Papyrus for UML
    • Papyrus for UML Developer Resources
  • Select Next 
  • The install will then prompt you to "Accept" the license agreement
  • Once accepted, you can select "Finish" and the installation process continues.
    Note:   The installation might take a while, and perhaps even appear to hang for a while.
  • When the installation is finished, restart Eclipse to begin to use Papyrus.
  • Go to "Window"→ "Perspective"→"Open Perspective"→ "Other" and select Papyrus.
  • You will now be in the Papyrus Perspective where you can begin to use Papyrus.

GenDoc

The Gendoc plugin is used in conjunction with a document template. The template contains instructions that enable generation of a Microsoft Word document. The document can include extracts from the model such as diagrams, class definitions, attribute definitions along with their stereotypes etc as well as figures and text directly entered into the template. 

  • No labels