Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Xtext Workspace Setup

Revision as of 14:24, 3 February 2009 by Sebastian.zarnekow.gmail.com (Talk | contribs) (Updated workspace setup procedure.)

1) Download current oAW+eclipse SDK distribution from [oAW Distribution from itemis].

2) Start eclipse and set ISO-8859-1 as default text file encoding (Preferences -> Workspace -> Text file encoding -> Other = ISO-8859-1

3) Download the corresponding Team Project Set (PSF) file from [Xtext Wiki] and store it locally.

4) Import the team project set file from the previous step (Import -> Team Project Set -> Browse)

5) Switch to "Working Sets" View from within Package Explorer (Package Explorer View Menu -> Top Level Elements -> Working Sets)

6) Execute main Class org.eclipse.xtext.reference.ReferenceGrammar.java as java application (Run as Java..) to verify the correct setup.

Back to the top