Setting Up Eclipse Development Environment - scribble/scribble-java GitHub Wiki

These are the instructions for setting up an Eclipse environment for developing the scribble-java project:

  • Fork the scribble-java repo and clone it to your local machine.

  • Build the source (run "mvn clean install" from the top level folder)

  • Download Eclipse for Java Developer from eclipse.org

  • Start Eclipse

  • Help-> Eclipse Marketplace - search for xtext and install the plugin (will require a restart)

  • Import->Maven->Existing Maven Project ** only select leaf nodes in modules and plugins ** setup maven plugin connectors for antlr - just press 'finish', which will lead to installation of "m2e connector for antlr and Tycho Project Configurators"