Project

General

Profile

Actions

Wiki » History » Revision 40

« Previous | Revision 40/94 (diff) | Next »
Romain BOBO, 02/28/2013 08:44 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 !

Projet long ENSEEIHT 2013

Updated by Romain BOBO over 11 years ago · 40 revisions