From 11b5f5bddc3a8311cce881fb0ed55d58a5576584 Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Tue, 10 Oct 2017 18:24:06 +0200 Subject: [PATCH] expanding readme file Change-Id: I88cef21ed646a2304bb5a73410d72565258e63c7 Signed-off-by: Michele Carignani --- Readme.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index c4601828..2522a48f 100644 --- a/Readme.md +++ b/Readme.md @@ -6,17 +6,30 @@ More info at [TDL website](https://tdl.etsi.org) ## Installing the plug-ins -The TDL tools are available as a set of Eclipse plug-ins. You need to first be able to run Eclipse. The [Eclipse Neon Modeling Tools](http://www.eclipse.org/downloads/packages/eclipse-modeling-tools/neon3) distribution contains most of the necessary prerequisites for the TDL tools. You will also need to install [Sirius(https://www.eclipse.org/sirius/)] and [Xtext(http://www.eclipse.org/Xtext)] from the Eclipse Marketplace as the TDL tools depend on them. +The TDL tools are available as a set of Eclipse plug-ins. You need to first be able to run Eclipse. The [Eclipse Neon Modeling Tools](http://www.eclipse.org/downloads/packages/eclipse-modeling-tools/neon3) distribution contains most of the necessary prerequisites for the TDL tools. You will also need to install [Sirius](https://www.eclipse.org/sirius/) and [Xtext](http://www.eclipse.org/Xtext) from the Eclipse Marketplace as the TDL tools depend on them. -Once Eclipse is up and running, you need to add the [update site](http://build.tdl.etsi.org) for the TDL tools: (http://build.tdl.etsi.org) +Once Eclipse is up and running, you need to add the [update site](http://tdl.etsi.org/eclipse/neon/) for the TDL tools: -After the update site is added, the list of plug-ins and features shall be shown in the installation dialog (menu item Install New Software..). Select the desired features and proceed with the installation, which will require Eclipse to be restarted once the installation is finished. + https://tdl.etsi.org/eclipse/neon + +After the update site is added, the list of plug-ins and features shall be shown in the installation dialog (menu item Help->Install New Software..). Select the desired features and proceed with the installation, which will require Eclipse to be restarted once the installation is finished. + +Find more detailed information at [Installation wiki](https://tdl.etsi.org/wiki/index.php/Installation). ## Using the plug-ins - * To create a new TDL model by means of the TDLan2 textual representation, right click on a project or a folder in the package explorer and select New -> File, type the filename ending with `.tdlan2` and the corresponding editor shall be automatically opened. - * To create a new TDL model by means of the TDPan2 textual representation for structured test objectives, right click on a project or a folder in the package explorer and select New -> File, type the filename ending with `.tplan2` and the corresponding editor shall be automatically opened. - * To translate a TDL model from the TDLan2 textual representation to the XF format (or the other way around), open the source model and press the "T" icon on the toolbar. The resulting model shall be stored in the same folder as the source model with the type of the model (`.tdlan2` or `.tdl`) appended to the name of the source model. +To create a new TDL model by means of the **TDLan2 textual representation**: + +* right click on a project or a folder in the package explorer and select New -> File, +* type the filename ending with `.tdlan2` and +* the corresponding editor shall be automatically opened. + +To create a new TDL model by means of the TDLan2 textual representation for **structured test objectives**: +* right click on a project or a folder in the package explorer and select New -> File, +* type the filename ending with `.tplan2` and +* the corresponding editor shall be automatically opened. + +To translate a TDL model from the TDLan2 textual representation to the **XF format** (or the other way around) open the source model and press the T icon on the toolbar. The resulting model shall be stored in the same folder as the source model with the type of the model (`.tdlan2` or `.tdl`) appended to the name of the source model. ## Setting up a local environment for development and testing -- GitLab