Project

General

Profile

Actions

Wiki » History » Revision 41

« Previous | Revision 41/94 (diff) | Next »
Guillaume Babin, 02/28/2013 08:45 PM


Wiki

Editeur Lustre

Prérequis pour l'installation

  1. Installer maven (sudo apt-get install maven sous Ubuntu)

Installation du projet en tant que plug-in Eclipse

  1. Récupérer le projet lustre-parent du dépot
  2. Se placer dans <path>/lustre-parent/
  3. Exécuter mvn clean verify, attendre...
  4. Sous Eclipse, Help > Install new software > Add > Local
  5. Sélectionner le répertoire <path>/lustre-parent/features/org.obeonetwork.dsl.lustre.update/target/repository
  6. Valider > Ok
  7. Sélectionner le LustreEditor, installer.
  8. Redémarrer Eclipse, il est maintenant directement utilisable !

Utilisation du projet, sans l'installer en tant que plug-in Eclipse

  1. Récupérer le projet lustre-parent du dépot
  2. Sous Eclipse, installer le plugin Xtext
  3. Sous Eclipse, Import > General > Existing projects into workspace > Select root directory : Browse
  4. Sélectionner <path>/lustre-parent/plugins
  5. Select All > Finish
  6. Clic droit sur l'un des projets importés > Run as > Eclipse Application
  7. Un 2° Eclipse se lance, il est maintenant utilisable via ce second Eclipse !

Utilisation de l'éditeur

  1. Créer un project Modeling project
  2. Ajouter un fichier "Nomdufichier".lus (Ajouter via import ou drag&drop, et non pas Créer)
  3. Faire clic droit sur le projet
  4. Sélectionner Viewpoints Selection
  5. Cocher Lustre Design
  6. Dérouler le fichier "Nomdufichier".lus dans l'Explorer Eclipse jusqu'a voir "Program"
  7. Clic droit et faire New Representation -> new Program Diagram
  8. Entrer un nom

Projet long ENSEEIHT 2013

Updated by Guillaume Babin almost 12 years ago · 41 revisions