Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus-RT/Developer/Developer Guide/DevEnv"

m (Charles.zeligsoft.com moved page Papyrus-RT/Developer Guide/DevEnv Neon to Papyrus-RT/Developer/Developer Guide/DevEnv Neon: Wiki reorganisation)
m (Added instructions on what to do if there are still errors at the end)
Line 285: Line 285:
 
If in step 11 you didn't select the '''XtUML-RT''' component, you can go to step 21.
 
If in step 11 you didn't select the '''XtUML-RT''' component, you can go to step 21.
  
If in step 11 you did select the '''XtUML-RT''' component, then you may choose to either
+
If in step 11 you did select the '''XtUML-RT''' component, then click on the icon to the left of this message (two circling arrows).
  
a) Wait several minutes until the progress reaches around 69% and then go to step 19.
+
You will see the '''Eclipse Updater''' dialog which shows the execution of the
 
+
or
+
 
+
b) See the progress of the installation by clicking on the icon to the left of this message (two circling arrows).
+
 
+
If you choose b), you will see the '''Eclipse Updater''' dialog which shows the execution of the
+
 
remaining installation tasks:
 
remaining installation tasks:
  
Line 377: Line 371:
 
:<div class="figure">[[Image:papyrusrt-dev-install-55-new-workbench-clean.png]]</div>
 
:<div class="figure">[[Image:papyrusrt-dev-install-55-new-workbench-clean.png]]</div>
  
If you selected all components in step 11, or selected a subset of components with all their dependencies, you should not have any errors in your workspace.
+
If you selected all components in step 11, or selected a subset of components with all their dependencies, you should not have any errors in your workspace. Nevertheless, if you still have errors you can try one of the following options:
 +
 
 +
a) Perform a clean build: click on Project &rarr; Clean..., then select "Clean all projects" and click '''[OK]'''.
 +
 
 +
b) Perform setup tasks: click on Help &rarr; Perform Setup Tasks..., then in the "Confirmation" dialog click '''[Finish]'''.
  
Whenever you restart your new development environment, startup tasks will be executed, for example tasks to download new dependencies. Opening the '''Eclipse Updater''' dialog will show something like this:
+
Finally, whenever you restart your new development environment, startup tasks will be executed, for example tasks to download new dependencies. Opening the '''Eclipse Updater''' dialog will show something like this:
  
 
:<div class="figure">[[Image:papyrusrt-dev-install-56-new-workbench-restart-startup-tasks.png]]</div>
 
:<div class="figure">[[Image:papyrusrt-dev-install-56-new-workbench-restart-startup-tasks.png]]</div>

Revision as of 11:55, 19 January 2017

PapyrusForRealTime-Logo-Icon.png

Setting up the Neon Developer Environment


Introduction

This tutorial will show you how to setup the development environment for Papyrus for Real Time using the Oomph-based Eclipse Installer.

The installer will automatically perform several actions for you, including:

  • Download and install a base Eclipse workbench for your platform
  • Add the required update sites
  • Download and install all required development tools (Eclipse features and plugins, such as the PDE, the JDT, EGit, MyLyn, etc.)
  • Download and install all required dependencies (Eclipse features and plugins, such as UML2, Papyrus, Xtext, etc.)
  • Clone the PapyrusRT git repository
  • Generate code for several EMF models and Xtext projects
  • Import all the PapyrusRT projects into the workspace
  • Perform a clean build of all projects
  • Create working sets in the workspace organizing the projects
  • Install Bugzilla and Gerrit MyLyn connectors and synchronize queries for these connectors
  • Configure the workbench (e.g. set the JVM and Java compiler compliance, set character encodings, code formatting and other user preferences)

Requirements

To install the developer environment you need only three things:

  • The Eclipse Installer
    1. Go to http://wiki.eclipse.org/Eclipse_Installer
    2. Download the "Eclipse Installer" package for your operating system
    3. Decompress the downloaded archive to a folder such as "~/Apps/EclipseInstaller/" (folder name and location will vary depending on operating system)
  • An Eclipse account.
    This is needed to access Bugzilla and Gerrit queries in MyLyn, as well as to contribute changes to the source code via Gerrit.
    1. If you do not have an Eclipse account, go to https://dev.eclipse.org/site_login/ and fill out the form.


Note.png
Operating System
The development environment can be installed in any major platform supported by Eclipse, including Windows, Linux and Mac OS X. The instructions in this tutorial are illustrated using screen captures from Mac OS X, but the steps are the same for other platforms.


Install the development environment for Papyrus for Real Time

Start the Eclipse Installer

1. Start the Eclipse Installer application.

Papyrusrt-dev-install-01-eclipse-installer-icon.png
Papyrusrt-dev-install-02-eclipse-installer-splash.png

You should see this:

Papyrusrt-dev-install-03-eclipse-installer-main.png

Switch to the Advanced Mode

2. Click on the icon at the top right (looks like three horizontal bars).

Papyrusrt-dev-install-04-eclipse-installer-options-menu.png

3. Select "Advanced Mode..."

Papyrusrt-dev-install-05-eclipse-installer-options-adv-mode-selected.png

This has for effect to restart the Eclipse Installer in the "Advanced Mode".

Papyrusrt-dev-install-06-eclipse-installer-advanced-mode.png

Select a base Eclipse Package

4. If the Eclipse.org item is folded, click on the arrow to its left to unfold it.

5. Select Eclipse IDE for Eclipse Committers.

Papyrusrt-dev-install-07-eclipse-installer-product-selected.png
Note.png
Base package
You can choose a different base package, but this is the most tested base package.


6. The bottom panel may look like this:

Papyrusrt-dev-install-08-eclipse-installer-bottom-panel.png

Click on the Product Version field and select Latest (Neon).

Papyrusrt-dev-install-10-eclipse-installer-neon-selected.png

The bottom panel should now look like this:

Papyrusrt-dev-install-11-eclipse-installer-bottom-panel-neon-selected.png

7. Under Java VM choose the appropriate Java 1.8 JVM.

Optional: Manage JVMs. You may click on the icon to the right of the field to manage alternative JVMs.

Papyrusrt-dev-install-12-eclipse-installer-manage-jvm.png

Optional: Manage bundle pools. By default the installer is set to use bundle pools. A bundle pool is a common plugins directory shared by several Eclipse installations, to avoid duplication of content and reduce download times. Bundle pools help to dramatically reduce disk footprint and to eliminate repeated downloads of the same bundles and features, thereby dramatically improving the performance of software updates and target platform provisioning.

If you unselect the Bundle Pool checkbox, all the plugins for Papyrus-RT will be installed in the target installation directory, resulting in a more isolated install, but without taking advantage of the pool, and duplicating plugins that you may have in other installations.

You may also choose to manage multiple pools, by clicking on the button to the right of the field.

Papyrusrt-dev-install-13-eclipse-installer-manage-pools.png

8. Once done with the Product Version, Java JVM and Bundle pools, click [Next].


Select the Papyrus-RT setup project

You should see now a list of available Eclipse projects:

Papyrusrt-dev-install-14-eclipse-installer-projects.png

9. Scroll down to find and select the Papyrus-RT project.

Papyrusrt-dev-install-15-eclipse-installer-papyrus-rt-project.png


Select the components to install

10. Unfold Papyrus-RT

Papyrusrt-dev-install-16-eclipse-installer-project-unfolded.png

11. Check all the boxes on the left.

Papyrusrt-dev-install-17-eclipse-installer-components-selected.png
Note.png
Which components to select
Papyrus-RT consists of several components, listed in view above.

To set up a development environment you must select the root Papyrus-RT component.

  • Profile: Contains the UML-RT profile. All components depend on it.
  • Core: Contains core utilities. Depends on Profile, and the rest depend on it.
  • Common: Contains the common default language framework, including the runtime model library and the UI. Depends on Core, and the rest depend on it.
  • Tooling: Contains the Tooling/UI plugins (e.g. diagrams, wizards, etc.). Depends on Common.
  • Codegen: Contains the code generator and runtime system. Depends on Common and XtUML-RT.
  • XtUML-RT: Contains the intermediate representation used by the code generator, as well as transformations to UML, and textual syntax support (Xtext plugins).
  • C++: Contains plugins for specific C++ support by both Tooling and Codegen.
  • Model Migration: Contains plugins to handle model migration from other tools, specially RSA. Depends on Profile.
  • Releng: Contains the release engineering projects, including target platform definitions, POM files and scripts to handle the build.
  • Mylyn Queries: Contains Mylyn queries to link Mylyn to the Papyrus-RT Bugzilla and Gerrit repository.
  • Oomph Setup: Contains the Papyrus-RT website and within it, the Oomph Setup models to provide custom user, tester and developer installations.

If you select a component, you must also select all its dependencies. For example, if you want to work on Codegen, you will need to select Profile, Core, Common, XtUML-RT as a minimum.

If you are unsure, it is recommended to select all of them.


Note.png
On Linux
It has been reported that in some Linux platforms the checkboxes on the left may not appear. In that case, you can select the components by double-clicking on them.


12. In the bottom of the dialog there is a panel showing all the selected components:

Papyrusrt-dev-install-18-eclipse-installer-components-panel.png

Make sure that the Stream field in each and every entry is set to master (Neon/1.0) (You may need to click on each and select the appropriate stream).

Papyrusrt-dev-install-19-eclipse-installer-select-stream.png
Note.png
Stream selection
Some users specially on Mac OS X, have observed that sometimes clicking on the Stream field unselects the corresponding component. In that case just select the component again by either clicking on its check-box or double-clicking on it. The component will reappear at the end of the list.


After selecting the correct stream for all, it should look like this:

Papyrusrt-dev-install-20-eclipse-installer-all-streams-selected.png

13. Click [Next].


Configure your installation

At this point, a dialog used to configure the installation Variables will appear:

Papyrusrt-dev-install-21-eclipse-installer-variables.png

Configuration variables: If this is an installation from scratch, all variables shown above will appear. If you are performing an additional installation, Oomph will have recorded the values you previously entered and only a few variables will show, e.g.:

Papyrusrt-dev-install-21-eclipse-installer-variables-additional-install.png

You can always go back to see all variables by checking the Show all variables box at the bottom.

Papyrusrt-dev-install-28-eclipse-installer-variables-show-all.png

There are many variables that you can configure such as the location of the application, the workspace, the git repositories, as well as the urls for cloning the repositories, the target platform, etc.

For the locations of the main installation folder, the workspace and the git repositories, there are several alternative rules. There is a "root install folder" and typically, other locations will be relative to this root folder, but you can also choose an absolute location:

Papyrusrt-dev-install-22-eclipse-installer-variables-install-location.png

The installation location is the location of the Eclipse folder. By default is will be under the root folder.

The workspace location rules provide several options. The default is to have the workspace as a folder called "ws" within the installation location (next to the Eclipse folder):

Papyrusrt-dev-install-23-eclipse-installer-variables-workspace-location.png

Similarly there are several options for the location of the cloned git repositories. The default is to have these in a folder called "git" within the installation location (next to the Eclipse folder):

Papyrusrt-dev-install-24-eclipse-installer-variables-git-clone-location.png


14. Enter your Eclipse password under Eclipse password for Bugzilla/Hudson.

The Bugzilla ID field will be used to access your bugzilla queries. You may keep the ID as "anonymous", but you won't be able to access your own queries, or you may enter your Eclipse ID, in which case, a password field will appear:

Papyrusrt-dev-install-26-eclipse-installer-variables-bugzilla-password.png

If you enter a password, it is recommended that you click the Authenticate... button. If you entered a valid password you should see this:

Papyrusrt-dev-install-27-eclipse-installer-variables-bugzilla-password-authentication.png

15. Click [Next].

Note.png
Passwords
Eclipse uses passwords for different purposes. In our case, passwords are needed to access Bugzilla entries, and to push changes to Gerrit. For this purpose, Eclipse uses a secure storage. This secure storage has a master password created automatically.


If this is the first time you are installing Eclipse, you will see a dialog titled Secure Storage - Password Hint Needed:

Papyrusrt-dev-install-29-eclipse-installer-master-password.png

If you click Yes, you will be asked for password recovery questions:

Papyrusrt-dev-install-30-eclipse-installer-password-recovery.png

Now you should see the Confirmation dialog:

Papyrusrt-dev-install-31-eclipse-installer-confirmation.png

This shows the first set of tasks of the installation. The second set will be executed when Eclipse launches automatically.

17. Click [Finish].

User Agreement: If this is the first time installing, you will be asked to accept or defer acceptance of the Eclipse Foundation Software User Agreement:

Papyrusrt-dev-install-32-eclipse-installer-user-agreement.png

Click [Accept Now].

Now you should see a Progress dialog executing the first set of installation tasks as they progress:

Papyrusrt-dev-install-33-eclipse-installer-setup-first-phase.png

Licenses: If this is the first time installing you will see a dialog asking you to review and accept several licenses before the installation can proceed:

Papyrusrt-dev-install-34-eclipse-installer-licenses.png

It is recommended that you check the Remember accepted licenses box so that you don't have to accept them again when upgrading:

Papyrusrt-dev-install-35-eclipse-installer-license-acceptance.png

Also note that the Accept button is not highlighted, and Decline is the default option. Make sure you click on Accept.

Unsigned Content: Several plugins and dependencies are not signed, so if this is your first installation, you will be asked to accept unsigned content:

Papyrusrt-dev-install-36-eclipse-installer-unsigned-content.png

It is recommended that you check the Remember choice box so that you don't have to accept again when upgrading:

Papyrusrt-dev-install-37-eclipse-installer-unsigned-content-acceptance.png

After the first set of tasks is finished, the Eclipse Installer dialog will look like this:

Papyrusrt-dev-install-38-eclipse-installer-finish.png

18. Click [Finish].


Restarting

Eclipse will relaunch automatically:

Papyrusrt-dev-install-38-restart-neon-splash.png

and present you with a welcome screen:

Papyrusrt-dev-install-40-new-workbench-welcome.png

On the bottom right the status bar will show a message: Executing startup tasks.

Papyrusrt-dev-install-41-new-workbench-startup-status.png

These startup tasks will complete the rest of the installation steps.

If in step 11 you didn't select the XtUML-RT component, you can go to step 21.

If in step 11 you did select the XtUML-RT component, then click on the icon to the left of this message (two circling arrows).

You will see the Eclipse Updater dialog which shows the execution of the remaining installation tasks:

Papyrusrt-dev-install-42-new-workbench-startup-tasks.png

During the execution of these tasks you may see dialogs titled Auto share git projects like the one below. These will automatically close.

Papyrusrt-dev-install-43-new-workbench-auto-share-git.png

After several minutes progress will stop and you will see a message "*ATTENTION*" in the console panel and it will ask you if it can download the ANTLR 3 parser generator.

At this point you have to go to the console view in the workbench, since the console panel in the Eclipse Updater dialog does not accept keyboard input.

First, you may have to move the Eclipse Updater dialog aside and bring the workbench window to the front:

Papyrusrt-dev-install-45-new-workbench-startup-tasks-move.png


Accepting the ANTLR 3 parser generator

Note.png
ANTLR 3 Parser generator
Papyrus-RT includes support for textual UML-RT. This is implemented using Xtext, which itself relies on the ANTLR parser generator. Because of some intellectual property issues it is not possible to bundle the ANTLR parser generator with the development environment. This requires that the user gives explicit permission to download and install the parser generator.


19. Click on the Workbench button on the top-right:

Papyrusrt-dev-install-46-new-workbench-go-to-workbench-button.png

Once opened, the workbench should look like this: (the Eclipse Updater dialog will be visible only if you clicked on the Executing startup tasks button.)

Papyrusrt-dev-install-47-new-workbench-all.png

In the bottom, you should see the Console view:

Papyrusrt-dev-install-48-new-workbench-console-view.png

You should see the *ATTENTION* message asking you if it can download the ANTLR 3 parser generator.

20. Scroll to the bottom right of the Console view and place your cursor immediately after the question: (type 'y' or 'n' and hit enter) and type y and hit [Enter].

Papyrusrt-dev-install-49-new-workbench-antlr-acceptance-console-view.png

Then the process will continue. If you have the Eclipse Updater dialog open, you will see something like this:

Papyrusrt-dev-install-50-new-workbench-startup-tasks-build.png
Note.png
In case you have problems downloading the ANTLR 3 parser generator
It has been reported that some people have trouble with downloading the ANTLR generator. In that case you should do the following:
  1. Download http://download.itemis.com/antlr-generator-3.2.0-patch.jar
  2. Rename it into .antlr-generator-3.2.0-patch.jar
  3. Place it in the root of org.eclipse.papyrusrt.xtumlrt.xtext
  4. Regenerate the Xtext Artifacts: find and run the GenerateTumlrt.mwe2 run configuration, by either clicking the downwards arrow next to the Run As... toolbar button, or from the menu bar go to Run → Run Configurations..., selecting GenerateTumlrt.mwe2 found under Mwe2 Launch and clicking [Run].


Gerrit passwords

During the rest of the installation you will be asked to enter your Gerrit credentials:

Papyrusrt-dev-install-51-new-workbench-startup-tasks-gerrit-password.png

21. Enter your Gerrit password (should be the same as your Eclipse password):

Papyrusrt-dev-install-52-new-workbench-startup-tasks-save-gerrit-password.png

and check the Save Password box so that you don't have to re-enter it whenever you push to Gerrit.

Finishing

During the remainder you may see some dialogs briefly popping up and automatically closing, such as this:

Papyrusrt-dev-install-52-new-workbench-startup-tasks-sync-queries.png

You may also see notifications related to Bugzilla and Gerrit queries such as this:

Papyrusrt-dev-install-53-new-workbench-startup-tasks-eclipse-notifications.png

At the end, if you had the Eclipse Updater dialog opened, it should look like this:

Papyrusrt-dev-install-54-new-workbench-startup-tasks-finish.png

And the workbench itself should look like this:

Papyrusrt-dev-install-55-new-workbench-clean.png

If you selected all components in step 11, or selected a subset of components with all their dependencies, you should not have any errors in your workspace. Nevertheless, if you still have errors you can try one of the following options:

a) Perform a clean build: click on Project → Clean..., then select "Clean all projects" and click [OK].

b) Perform setup tasks: click on Help → Perform Setup Tasks..., then in the "Confirmation" dialog click [Finish].

Finally, whenever you restart your new development environment, startup tasks will be executed, for example tasks to download new dependencies. Opening the Eclipse Updater dialog will show something like this:

Papyrusrt-dev-install-56-new-workbench-restart-startup-tasks.png

Also, Eclipse may ask you if you want to enable error reporting:

Papyrusrt-dev-install-57-new-workbench-startup-tasks-error-reporting.png


Done!

Back to the top