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"

(Here's how to set up your workspace for developing Xtext.)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Here's how to set up your workspace for developing Xtext. ==
+
NEW [http://wiki.eclipse.org/Xtext/Contributor_Guide Contributor Guide]
  
 
+
OLD [http://www.eclipse.org/Xtext/developers/workspaceSetup.php Workspace setup] - 404s now..
# Download and install Eclipse Galileo (Eclipse 3.5 - latest Stream Stable Build) - [http://download.eclipse.org/eclipse/downloads/ download]
+
# Download the itemis ANTLR connector from the itemis server and place it in your ''dropins'' folder - [http://xtext.itemis.com/updates/milestones/site.xml download]
+
# Start Eclipse
+
# Open the installation dialog (Help -> Install new software...)
+
# select the latest milstone builds of the following features for installation:
+
## EMF SDK 2.5 - [http://download.eclipse.org/modeling/emf/updates/milestones/ update site]
+
## UML 2 End-User Features 2.2.1 - [http://download.eclipse.org/modeling/mdt/updates/milestones/ update site]
+
# Quit Eclipse
+
# Download and dropin the latest milestone of Xpand 0.7.0 - [http://www.eclipse.org/modeling/m2t/downloads/?project=xpand download]
+
# Download and dropin the latest milestone of MWE 0.7.0 - [http://www.eclipse.org/modeling/emft/downloads/?project=mwe download]
+
# Start Eclipse
+
# Make sure you use ISO-8859-1 as default text file encoding (Preferences -> Workspace -> Text file encoding -> Other = ISO-8859-1
+
# Download and import the Xtext Team Project set file into your workspace. For details, please refer to [[Xtext_Repository_Details]]
+
# Export the following plugins into your dropins folder as deployable feature or plugin
+
## org.antlr.runtime
+
## org.easymock
+
## org.eclipse.xtext.log4j
+
## org.apache.commons.cli
+
# Close these exported projects
+
# Restart Eclipse
+
 
+
== Nice to have, but not required ==
+
 
+
* For easier colaboration and a task-focused interface, you can install [http://www.eclipse.org/mylyn/ Mylyn]
+
# Open the installation dialog (Help -> Install new software...) and select Mylyn
+
## Mylyn Bridge: Eclipse IDE
+
## Mylyn Bridge: Java Development
+
## Mylyn Bridge: Plug-in Development
+
## Mylyn Bridge: Team Support
+
## Mylyn Connector: Bugzilla
+
## Mylyn Focused UI
+
## Mylyn Task List
+

Latest revision as of 11:56, 8 February 2014

NEW Contributor Guide

OLD Workspace setup - 404s now..

Back to the top