From 38d9971e65b33ebcf66fd4e1502d078d95d2bc62 Mon Sep 17 00:00:00 2001 From: makedonski <makedonski@informatik.uni-goettingen.de> Date: Wed, 4 Oct 2017 16:56:48 +0200 Subject: [PATCH] +some additions to the readme Change-Id: Id0d942eee68672d1c261d95c79b94d350a45c9ee Signed-off-by: makedonski <makedonski@informatik.uni-goettingen.de> --- Readme.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Readme.md b/Readme.md index e484beb8..1975d137 100644 --- a/Readme.md +++ b/Readme.md @@ -3,3 +3,27 @@ Welcome to the TOP TDL repository. 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 distribution contains most of the necessary prerequisites for the TDL tools. + +Once Eclipse is up and running, you need to add the [update site](URL) for the TDL tools: (URL) + +After the update site is added, the list of plug-ins and features shall be shown in the installation dialog. Select the desired features and proceed with the installation, which will require Eclipse to be restarted once the installation is finished. + +## Using the plug-ins + + +## Setting up a local environment for development and testing + + * Check out the repository + * Import the plug-ins in the workspace + * Generate the meta-model code + * Open the tdl.genmodel + * Right click on the top-node and generate model code + * Generate textual editor code + * Open the GenerateTDLan2.mwe + * Right click and select Run As -> MWE2 Workflow + * Optionally (or alternatively) repeat the same steps for the GenerateTPLan2.mwe (for editing structured test objectives) + * Optionally (or alternatively) repeat the same steps for the GenerateData.mwe (for the graphical viewer) -- GitLab