Skip to content

Rascal Developers Setup Step by Step

msteindorfer edited this page Dec 6, 2012 · 16 revisions

Clone Projects from github

The following projects should all reside in the same workspace which you use to develop Rascal:

  • org.eclipse.imp.pdb
  • org.eclipse.imp.pdb.ui
  • org.eclipse.imp.pdb.values
  • org.eclipse.imp.runtime
  • AmbiDexter
  • rascal
  • rascal-eclipse
  • rascal-shell

Install Additional Dependencies

Afterwards there are still some dependencies that have to be installed as Eclipse plug-ins:

  1. Go to the Eclipse Orbit project and select one of the latest stable releases. Say Orbit Build: R20120526062928 and then add the Orbit Build Repository to the Eclipse update sites.
  2. Install Apache Commons Math,
  3. Install Apache Commons Lang, and
  4. Install JDOM.
  5. Install Jetty from the Composite Jetty8 P2 repo.

Clone this wiki locally