Skip to content

ConfigureJetProjects

Timothy Lethbridge edited this page Jun 14, 2016 · 4 revisions

Update: This page now refers to UmpleTL. Jet is no longer used

When configuring a UmpleTL projects, the naming convention is UmpleToX where X is the target language. Currently we support:

  UmpleToJava
  UmpleToRuby
  UmpleToPhp

There is also a generic UmpleToTemplate project for managing code generation templates that are the same across all languages.

Please note that camel case, do not use upper case like UmpleToHTML.

Within Eclipse, the projects should look for the templates in /templates and compile source code to /src.

Clone this wiki locally