Projet

Général

Profil

MAY Project Setup » Historique » Version 5

Anonyme, 08/11/2011 18:06

1 1 Anonyme
*Draft version...*
2
3
h1. SpeADL MAY Project SetUp
4
5
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.
6
_This is necessary in order to..._
7
8 4 Anonyme
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.
9 3 Anonyme
10 2 Anonyme
!https://wwwsecu.irit.fr/redmine/attachments/download/336/add_xtext_nature_confirm.jpg!
11 5 Anonyme
12
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.
13
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:
14
15
16
You may get an error message saying your project configuration is out of date with your new pom.xml
17
Update it : right click on your project / Maven / Update Project Configuration...