The content of this repository (xtext-eclipse
) has been moved to the Xtext Monorepo. Please refer to that repository to find the code, create issues or file pull requests.
This repository contains all Eclipse related code for Xtext, including
- the general Eclipse support for Xtext languages,
- the Xtext SDK for Eclipse itself.
Checkout and run mvn clean install
.
Note: The target platform used for the Tycho build loads the required Xtext dependencies (xtext-lib, xtext-core, xtext-extras) from their respective p2 repositories on the Jenkins server.
Note: The default Maven profile uses Tycho 2.6.0. If you use Tycho 2.7.0+ on the same machine, you may run into an issue with an error about bundleLocation not found
. One workaround is to use a separate Maven repository for Tycho 2.6.0: mvn -Dmaven.repo.local=./some/path clean install
. Another workaround is to use a different Xtext Maven profile such as latest
which uses a newer Tycho version: mvn -P latest clean install
.
For
- how to setup your workspace,
- how to contribute,
- and many other useful guides
This project is built by the xtext-eclipse multi-branch job on Jenkins.