mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-17 09:18:55 +00:00
![]() The IDE project's build can be extended to create an executable Language Server. The Language Server can be configured to be built either as a distribution with seperate jars or as a fat jar. Due to a limitation of the maven-shade-plugin in a Maven/Tycho environment the build must be tweaked a bit to materialize dependencies with the maven-dependencies-plugin and attached for inclusion with the addjars-maven-plugin. Extended the test suite for the different configurations with language server support: - plain Maven - Maven/Tycho - Gradle Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de> |
||
---|---|---|
.. | ||
org.xtext.example.eclipsePlugin | ||
org.xtext.example.eclipsePluginP2 | ||
org.xtext.example.full/org.xtext.example.full.parent | ||
org.xtext.example.gradle/org.xtext.example.gradle.parent | ||
org.xtext.example.lsGradleApp/org.xtext.example.lsGradleApp.parent | ||
org.xtext.example.lsGradleFatjar/org.xtext.example.lsGradleFatjar.parent | ||
org.xtext.example.lsMavenApp/org.xtext.example.lsMavenApp.parent | ||
org.xtext.example.lsMavenFatjar/org.xtext.example.lsMavenFatjar.parent | ||
org.xtext.example.lsMavenTychoApp/org.xtext.example.lsMavenTychoApp.parent | ||
org.xtext.example.lsMavenTychoFatjar/org.xtext.example.lsMavenTychoFatjar.parent | ||
org.xtext.example.mavenTycho/org.xtext.example.mavenTycho.parent | ||
org.xtext.example.mavenTychoP2/org.xtext.example.mavenTychoP2.parent | ||
org.xtext.example.plainMaven/org.xtext.example.plainMaven.parent |