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

M2M/QVT Declarative Installation

< M2M

Installation of QVTd Editors

The following steps establish an Eclipse workspace with

  • installed plugins for
    • EMF
    • UML2
    • MDT/OCL and its Examples
    • EMF Query
    • EMF Transaction
    • EMF Validation
    • LPG 2 Runtime
    • IMP Runtime
    • QVT Declarative

Example projects can then be created to demonstrate the editor.

The first few steps may be omitted if you are reusing an existing Eclipse environment.

Install Java 1.5 or 1.6

From http://www.java.com/en/download/index.jsp.

Install Eclipse 3.6 (Helios)

e.g Extract All from eclipse-SDK-3.6-....zip.

Install QVTd and other Projects

A ZIPped Update Site is available at QVTd Download Page. Download the All-In-One Update Site to your local disk, then use it (by dragging and dropping) that Update into the 'Work with:' location of Help->Install New Software...

Restart Eclipse.

Create an Example Project

Invoke New->Project ... from the right button menu within the Package Explorer.

Select e.g. Examples->QVT (Queries, Views and transformation) Projects->Royal and Loyal Example.

Click Finish.

Double click /org.eclipse.qvt.declarative.examples.ocl.royalandloyal/oclsrc/RoyalAndLoyal/RoyalAndLoyal.ocl

Installation of QVTd Development Environment

The following steps establish an Eclipse workspace with

  • installed plugins for
    • EMF
    • UML2
    • EMF Query
    • EMF Transaction
    • EMF Validation
    • MDT/OCL Example Model Registry
    • LPG 2 Runtime
    • Subclipse
  • checked out projects for
    • QVT Declarative
    • MDT/OCL
    • IMP Runtime

A nested Eclipse may then be invoked and Example projects created to demonstrate the editor.

The first few steps may be omitted if you are reusing an existing Eclipse environment.

Install Java 1.5 or 1.6

From http://www.java.com/en/download/index.jsp.

Install Eclipse 3.6 Modeling (Helios)

e.g Extract All from Helios Modeling Package.

Alternatively add EMF Core, EMF Query, EMF Transaction, EMF Validation, OCL, UML2 to an existing Eclipse installation.

Install MDT UML2 SDK 3.1.0 (and EMF-XSD 2.6.0)

Window->Install New Software from Helios - http://download.eclipse.org/releases/helios/ and select Modeling->UML2 Extender SDK.

Install Subclipse

(This required to access the IMP SVN repository. If you prefer subversion edit the foot of qvtd.psf after the next step)

Window->Install New Software from http://subclipse.tigris.org/update_1.6.x and select all features. (You may exclude the Mylyn integration to avoid a number of dependent downloads.)

Get qvtd.psf

Either: Save http://eclipse.org/modeling/m2m/qvtd/resources/qvtd.psf to some temporary file in your workspace.

Or: Check out HEAD/www/modeling/m2m/qvtd from the /cvsroot/org.eclipse repository on dev.eclipse.org.

Import QVTd, MDT/OCL Examples Model Registry, IMP Runtime

Invoke Import Project Set... from the right button menu of qvtd.psf.

Build the Examples

Invoke Run As->Ant Build from the right button menu of org.eclipse.qvt.declarative.examples/buildZips.xml.

Invoke Refresh from the right button menu of org.eclipse.qvt.declarative.examples/zips.

Run a nested Eclipse

Invoke Run As->Eclipse Application from e.g. org.eclipse.qvt.declarative.examples/plugin.xml.

Close the Intro page.

Create an Example Project

Invoke New->Project ... from the right button menu within the Package Explorer.

Select e.g. Examples->QVT (Queries, Views and transformation) Projects->Relations To Core Example.

Click Finish.

Double click /org.eclipse.qvt.declarative.examples.qvtrelation.reltocore/qvtrcsrc/ReToCore.qvtr

(there is one error due to a missing definition of CopyOclExpession.)

Back to the top