xtext-core/README.md

16 lines
868 B
Markdown
Raw Normal View History

2017-02-01 15:41:11 +00:00
# Eclipse Xtext Core Framework
2016-06-14 09:26:16 +00:00
2017-02-01 15:41:11 +00:00
This repository contains the platform-independent language framework of Xtext.
2016-06-14 09:26:16 +00:00
## How To Build
2017-02-01 15:41:11 +00:00
Check out and run `./gradlew build`.
2017-02-02 08:02:35 +00:00
Additional command line arguments:
- `-PcompileXtend=true` activates the [Xtend](http://xtend-lang.org) compiler, but this is optional because the generated Java code is included in the repository.
- `-PuseJenkinsSnapshots=true` switches to using the Maven repository generated by the [Jenkins build job](https://services.typefox.io/open-source/jenkins/job/xtext-lib/) for [xtext-lib](https://github.com/eclipse/xtext-lib). Without this argument, [Sonatype snapshots](https://oss.sonatype.org/content/repositories/snapshots) are used.
2016-06-21 12:34:44 +00:00
## Continuous Integration
2016-06-21 12:34:44 +00:00
This project is built by the [xtext-core multi-branch job on Jenkins](https://services.typefox.io/open-source/jenkins/job/xtext-core/).