eclipse / xtext-eclipse

xtext-eclipse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

xtext-eclipse

License:Eclipse Public License 2.0


Languages

Language:Java 90.2%Language:GAP 8.3%Language:HTML 1.2%Language:Xtend 0.2%Language:CSS 0.0%Language:Shell 0.0%