MAY Project Setup » Historique » Révision 5
Révision 4 (Anonyme, 08/11/2011 17:51) → Révision 5/74 (Anonyme, 08/11/2011 18:06)
*Draft version...* h1. SpeADL MAY Project SetUp First, create a java project, choose a name, and click finish. Add the SpeADL Nature to the project : right click on the project / Configure / Add SpeADL Nature. _This is necessary in order to..._ Then, create a new file with the speadl extension within the src folder. Eclipse will ask you if you want to add Xtext nature to the project, click yes. !https://wwwsecu.irit.fr/redmine/attachments/download/336/add_xtext_nature_confirm.jpg! The next step is to convert your project into a Maven project. To do this, right click on your project / Configure / Convert to Maven Project. You will be asked to create a new POM file. Just click finish and edit it manually. A good starting pom.xml for a new project is the following: You may get an error message saying your project configuration is out of date with your new pom.xml Update it : right click on your project / Maven / Update Project Configuration...