Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 11:30, 12 September 2008 by Clay.codeworkz.at (Talk | contribs)

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) Add CVS Repository Location: :pserver:dev.eclipse.org:/cvsroot/modeling

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

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

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

7) Execute main Class org.eclipse.xtext.reference.ReferenceGrammar.java as java application (Run as Java..).

8) Import the plugin-in project created from previous execution (7) 'org.eclipse.xtext.reference.ui_gen' and add it to the current working set 'Xtext Reference'.

Back to the top