Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 1.8 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.8 KB

Eclipse Support For The Xtext Framework

Notice

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.

About

This repository contains all Eclipse related code for Xtext, including

How To Build

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.

How to Work with the Source Code

For

  • how to setup your workspace,
  • how to contribute,
  • and many other useful guides

see xtext/CONTRIBUTING.md.

Continuous Integration

This project is built by the xtext-eclipse multi-branch job on Jenkins.