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

Difference between revisions of "Xtext Workspace Setup"

(Updated workspace setup procedure.)
Line 3: Line 3:
 
2) Start eclipse and set ISO-8859-1 as default text file encoding (Preferences -> Workspace -> Text file encoding -> Other = ISO-8859-1
 
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
+
3) Download the corresponding Team Project Set (PSF) file from [http://wiki.eclipse.org/Xtext_Repository_Details[Xtext Wiki]] and store it locally.
  
4) 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) 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) 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.
 
+
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'.
+

Revision as of 14:24, 3 February 2009

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