Make Agents Yourself » Historique » Révision 29
Révision 28 (Anonyme, 20/02/2012 12:43) → Révision 29/104 (Anonyme, 20/02/2012 12:43)
h1. SpeADL MAY This page is about the upcoming version of MAY based on the SpeADL language. h2. Doc In Progress To install it: [[SpeADL MAY Install]] Install Maven Plugin: [[Maven Plugin Install for Eclipse]] To set-up a new project: [[SpeADL MAY Project SetUp]] h2. Installation To install it, use the following update site with Eclipse Helios: http://www.irit.fr/~Victor.Noel/may/update-may-2/ Development version is at (careful, could be buggy and breaking everything), this is an implementation for the paper "Une approche architecturale à base de composants pour l'implémentation des SMA". It must be used with the version 3.X.X of the components and Eclipse Helios. http://www.irit.fr/~Victor.Noel/may/update-may-3-snapshots/ h2. Setting up a project After creating a Java project, don't forget to add the SpeADL Nature to the project (right-click, configure). Then create a new file with the speadl extension. h2. Maven integration Common components are available as Maven artefact. For maven support in Eclipse, see use the page [[Maven Plugin Install for Eclipse]] following plugin: http://eclipse.org/m2e/ In particular, the following update site can be used: http://download.eclipse.org/technology/m2e/releases Maven artefacts with common components are available in the following repository: http://www.irit.fr/~Victor.Noel/maven-repos/ For setting-up a project with Maven, see the page [[SpeADL MAY Project SetUp]]. h2. Sources The source code can be downloaded using the Mercurial DVCS: MAY: hg clone https://anon@wwwsecu.irit.fr/hg/SMAC/victor-noel-phd/may/may/ Libraries and examples: hg clone https://anon@wwwsecu.irit.fr/hg/SMAC/victor-noel-phd/may/lib/ For Mercurial integration in Eclipse, use the following plugin: http://javaforge.com/project/HGE In particular, the following update site can be used: http://cbes.javaforge.com/update