The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Prepare language

[63]

In order to run a model using the headless runner, the plugins that define the language must be prepared for distribution and then be placed in a location where the runner will be able to find them.

Roughly, this task is similar to Deploy language.

Actually this consist in creating deployable jars of the plugins. These jars can be generated in several ways:

1. Create deployable jars using Eclipse UI

In the Language Workbench where you have developped the language.

  • Select the projects, File → Exports…​, Plug-in development → Deployabe plug-ins and fragments → Next
  • Select the destination Directory

The directory will typically be the dropins folder of the headless studio.

2. Create deployable jars using Maven

You can automate the production of the deployable jars using maven and tycho.

Good tutorial can be found on the web. For example, http://www.vogella.com/tutorials/EclipseTycho/article.html

Tip

For simple project, you can even use a very limited number of pom.xml files by using the tycho POM-less structure. See http://blog.vogella.com/2015/12/15/pom-less-tycho-builds-for-structured-environments/

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.