Skip to content

Installing and running cdl2clafer

mnovakov-gsd edited this page Dec 28, 2010 · 7 revisions

Prerequisites

  • Maven version >= 2.2.1 (Scala should be supported)

Steps:

  1. Checkout [email protected]:gsdlab/cdl2clafer.git
  2. Add GSD Maven repo settings to your Maven settings.xml file (follow: http://gsdlab.org/labwiki/index.php?title=General:MavenRepository)
  3. Type mvn clean compile in cdl2clafer project directory just to see whether repos and dependencies are available. If BUILD SUCCESSFUL message is shown at the end of command execution, everything is ok.
  4. Install IDEA
  5. Import project in IDEA using following steps:
  • Open Idea
  • Go to File->New Project->Import Project from external model
  • Select Maven
  • ...

TODO: Write the rest

Clone this wiki locally