- Visit download page in Xtext web site
- Download the zip file of "2.7.3 All in one update site" in the column "show all 20..."
- DO NOT install the latest version. It is not supported.
- Open Eclipse
- Choose "help" -> "install new software" in the menu
- Press "add" -> "archive" button in the window
- Select the zip file that you downloaded now
- Check the check boxes of Xtext and Xtend and press install button
- If you see the "Install Remediation Page", choose "Update my installation to be compatible with the items being installed".
- Restart eclipse
- Clone UniMapperGenerator.
- Choose "File" -> "Import" in the menu
- Choose "General" -> "projects from workspace" in the window
- Import 4 projects that starts with "net.unicoen.unimappergenerator"
- net.unicoen.unimappergenerator
- net.unicoen.unimappergenerator.sdk
- net.unicoen.unimappergenerator.tests
- net.unicoen.unimappergenerator.ui
- Right click the GeneratorUniMapperGenerator.mwe2 file in net.unicoen.unimappergenerator/src/net.unicoen directory
- Select "Run as" -> "MWE2 Workflow"
- If you can't build correctly, see here.
- Visit download page in ANTLR web site
- Click "Complete ANTLR 4.5.1 Java binaries jar" link, and download the latest version of ANTLR 4.
- Copy the downloaded file into net.unicoen.unimappergenerator/src directory.