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 "M2M/QVT Declarative Installation"

< M2M
(Installation of QVTd Editors)
m (Install Eclipse 3.6M4)
Line 70: Line 70:
 
From http://www.java.com/en/download/index.jsp.
 
From http://www.java.com/en/download/index.jsp.
  
===Install Eclipse 3.6M4===
+
===Install Eclipse 3.6 (Helios) ===
  
e..g Extract All from eclipse-SDK-3.6M4-win32.zip.
+
e..g Extract All from [http://download.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/index.php eclipse-SDK-3.6-....zip].
  
 
===Install MDT UML2 SDK 3.1.0M4 (and EMF-XSD 2.6.0M4)===
 
===Install MDT UML2 SDK 3.1.0M4 (and EMF-XSD 2.6.0M4)===

Revision as of 01:29, 10 July 2010

Installation of QVTd Editors

The following steps establish an Eclipse workspace with

  • installed plugins for
    • EMF
    • UML2
    • MDT/OCL
    • 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.6M4

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

Install IMP Runtime

Window->Install New Software from http://download.eclipse.org/modeling/mdt/updates/milestones/ and select IMP IDE Runtime->IMP Runtime (Incubation) 0.1.102.

(No need to restart Eclipse; just Apply changes.)

Install Other Projects

Download https://build.eclipse.org/hudson/job/cbi-m2m-qvtd-0.8-nightly/42/artifact/build/I200912290528/m2m-qvtd-Update-0.8.0M4.zip then Window->Install New Software-Add->Archive the downloaded m2m-qvtd-Update-0.8.0M4.zip and select the root feature.

It may be necessary to Cancel and invoke Window->Install New Software again to see the e.g. jar:file:/C:/Temp/m2m-qvtd-Update-0.8.0M4.zip!/ as a site to work with.

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
    • Subclipse
  • checked out projects for
    • QVT Declarative
    • MDT/OCL
    • EMF Query
    • EMF Transaction
    • EMF Validation
    • IMP Runtime
    • LPG 2 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 (Helios)

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

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

Window->Install New Software from http://download.eclipse.org/modeling/mdt/updates/milestones/ and select UML2 SDK 3.1M4.

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, EMF Query, EMF Transaction, EMF Validation, IMP Runtime, LPG 2 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->Royal and Loyal Example.

Click Finish.

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.