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

Difference between revisions of "Xtext Workspace Setup"

(Updated workspace setup procedure.)
(Removing all content from page)
Line 1: Line 1:
1) Download current oAW+eclipse SDK distribution from [http://oaw.itemis.eu/[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 [http://wiki.eclipse.org/Xtext_Repository_Details[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.
 

Revision as of 18:23, 14 February 2009

Back to the top