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 "VIATRA/DSE/UserGuide/Installation"

< VIATRA‎ | DSE
Line 1: Line 1:
 
= Installing VIATRA-DSE =
 
= Installing VIATRA-DSE =
  
To install VIATRA-DSE download the "Modeling Tools" distribution of the newest Eclipse and install VIATRA-DSE by using one of the update sites found here: https://www.eclipse.org/viatra/downloads.php
+
To install VIATRA-DSE download the '''Modeling Tools''' distribution of the newest Eclipse from here: https://www.eclipse.org/downloads/eclipse-packages/
 +
Then install VIATRA-DSE by using one of the update sites found here: https://www.eclipse.org/viatra/downloads.php
 
Select the ''VIATRA Query and Transformation'' and ''VIATRA DSE'' feature under the VIATRA Core category to install.
 
Select the ''VIATRA Query and Transformation'' and ''VIATRA DSE'' feature under the VIATRA Core category to install.
  
 
As this component is still in incubation and is under development, it is recommended to use the [https://hudson.eclipse.org/viatra/job/viatra-master/lastSuccessfulBuild/artifact/releng/org.eclipse.viatra.update/target/repository/ CI update site] (i.e. the most recent version) and update regularly.
 
As this component is still in incubation and is under development, it is recommended to use the [https://hudson.eclipse.org/viatra/job/viatra-master/lastSuccessfulBuild/artifact/releng/org.eclipse.viatra.update/target/repository/ CI update site] (i.e. the most recent version) and update regularly.
 +
 +
 +
== Main Dependencies ==
 +
 +
* Eclipse Modeling Framework
 +
* VIATRA Query and Transformation SDK
 +
** The query language is defined with Xtext
 +
** Transformations are most easily defined by using the Xtend language (transpiles to Java)

Revision as of 17:09, 12 October 2016

Installing VIATRA-DSE

To install VIATRA-DSE download the Modeling Tools distribution of the newest Eclipse from here: https://www.eclipse.org/downloads/eclipse-packages/ Then install VIATRA-DSE by using one of the update sites found here: https://www.eclipse.org/viatra/downloads.php Select the VIATRA Query and Transformation and VIATRA DSE feature under the VIATRA Core category to install.

As this component is still in incubation and is under development, it is recommended to use the CI update site (i.e. the most recent version) and update regularly.


Main Dependencies

  • Eclipse Modeling Framework
  • VIATRA Query and Transformation SDK
    • The query language is defined with Xtext
    • Transformations are most easily defined by using the Xtend language (transpiles to Java)

Back to the top