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 "Sirius/2.0.1"

(Availability)
(Availability)
Line 11: Line 11:
  
 
This version includes the complete JUnit and SWTBot test suites used to validate Sirius. They are published along with all their dependencies in separate update-sites from the core, available at:
 
This version includes the complete JUnit and SWTBot test suites used to validate Sirius. They are published along with all their dependencies in separate update-sites from the core, available at:
* <code>http://download.eclipse.org/sirius/updates/releases/2.0.1/juno/tests</code>
+
* <code>http://download.eclipse.org/sirius/updates/releases/2.0.1/juno/tests</code> ([http://download.eclipse.org/sirius/updates/releases/2.0.1/org.eclipse.sirius.tests-2.0.1-juno.zip Archive])
* <code>http://download.eclipse.org/sirius/updates/releases/2.0.1/kepler/tests</code>
+
* <code>http://download.eclipse.org/sirius/updates/releases/2.0.1/kepler/tests</code> ([http://download.eclipse.org/sirius/updates/releases/2.0.1/org.eclipse.sirius.tests-2.0.1-kepler.zip Archive])
* <code>http://download.eclipse.org/sirius/updates/releases/2.0.1/luna/tests</code>
+
* <code>http://download.eclipse.org/sirius/updates/releases/2.0.1/luna/tests</code> ([http://download.eclipse.org/sirius/updates/releases/2.0.1/org.eclipse.sirius.tests-2.0.1-luna.zip Archive])
  
 
If you want to install the org.eclipse.sirius.tests.support feature, which provides APIs to help create automated tests of Sirius-based modelers, you will need to add the following update-site:
 
If you want to install the org.eclipse.sirius.tests.support feature, which provides APIs to help create automated tests of Sirius-based modelers, you will need to add the following update-site:

Revision as of 11:33, 1 May 2015

Sirius 2.0.1 is a minor release.

Availability

Sirius 2.0.1 was released on 2014-11-06 (tag v2.0.1, commit 598005f9b99bcdb0446393b899f217a783f5754e). It is available from the following update sites:

It is recommended you use the update-site matching the version of Eclipse you use to avoid potential issues at runtime.

This version includes the complete JUnit and SWTBot test suites used to validate Sirius. They are published along with all their dependencies in separate update-sites from the core, available at:

If you want to install the org.eclipse.sirius.tests.support feature, which provides APIs to help create automated tests of Sirius-based modelers, you will need to add the following update-site:

If you want to install and run the test suites themselves, you will also need the following additional update-site:

It is needed to run the tests which use an old query language (which is now superseded by Acceleo 3 and the core feature:/var:/service: interpreters).

Juno users: Sirius depends on more recent versions of some components that what is available by default from a Juno install. You need to add the following update-sites if you want to install Sirius 2.0.1 on Juno:

Compatibility

Sirius 2.0.1 is compatible with the following versions of Eclipse:

  • Eclipse 3.8/4.2 (Juno)
  • Eclipse 4.3 (Kepler)
  • Eclipse 4.4 (Luna)

It should also be compatible with milestone builds for Eclipse 4.5 (Mars), although this has not been thoroughly tested.

New & Noteworthy

The complete list of (2) tickets fixed in Sirius 2.0.1 can be found here on the Bugzilla.

Back to the top