How to install the SDD/DDD library and ITS tools.

Download instructions :
  • [for libddd ](/ITSTools-web/libddd.html#sec:libddd)
  • [for ITS Modeler eclipse front-end](/ITSTools-web/itstools.html#sec:modinst)
  • [for ITS tools command-line](/ITSTools-web/itstools.html#sec:cldl)
  • [for source distributions of libits and related tools](/ITSTools-web/itstools.html#sec:libitsdl)

We are grateful to [JetBrains](http://www.jetbrains.com) and their open-source project support policy, that allows us to use the excellent continuous integration server [Teamcity</a> (see our setup at teamcity-systeme.lip6.fr](http://www.jetbrains.com/teamcity/)). This allows us to easily build, test and distribute these tools for your convenience and ours. </p> Try Teamcity !

Developer's corner : setting up Eclipse to write a GAL conversion.

Due to popular demand, here are a few basic instructions to get an eclipse running in development mode.

  1. Download Eclipse, we recommend "DSL developer" so you will get Xtext packaged in the bundle. Otherwise, install plugins Xtext and Xtend from eclipse release site into existing (>= Luna) eclipse.
  2. Update eclipse to install a subversion plugin. Basically, first install Subversive from the normal eclipse releases site. Reboot.
  3. With the plugin deployed, under perspectives you have SVN "repository explorer", open that. Depending on your platform, you may get a message asking to download additional "connectors", you do need them. Choose the "Pure java connector" solution it works mostly everywhere. Reboot.
  4. On the left, right click, and add a SVN repository with url : https://projets-systeme.lip6.fr/svn/research/thierry/PSTL/GAL. Use your login/password if you have one (mail me ddd@lip6.fr if you'd like an account) or anonymous/anonymous for read only access.
  5. Right-click, then "Checkout" the three projects named fr.lip6.move.gal, fr.lip6.move.gal.ui, fr.lip6.move.gal.tests.
  6. Back in Java perspective, in the project fr.lip6.move.gal navigate in the folder src/ to package fr/lip6/move/gal, and right-click "Run As...->MWE2 workflow" the .mwe2 file. Hit "y" when it asks for permission to download antlr.
  7. Install all the dependecies of GAL, select "Help->install new software" and install ITS modeler as explained for plain users here : [for ITS Modeler eclipse front-end](/ITSTools-web/itstools.html#sec:modinst). Reboot.
  8. There should be no more compilation errors, you can inspect the GAL grammar (.xtext) and its metamodel as well as the utility classes provided (in particular we recommend use of class GF2 static factory operations rather than direct use of EMF generated GalFactory).

We use maven to build the actual plugins. Example maven pom.xml configuration files are available to allow to quickly setup an update site. Please contact us (ddd@lip6.fr) if you'd like some help supporting this scenario.

</html>