#Overview
OTM-DE (Open Travel Model - Development Environment)
##Dependencies
##Build
- Build Schema Compiler
- Run the following command in the
/target-definition/local-p2-site
folder:
Run: $ mvn p2:site $ mvn jetty:run #will run local update site, do not close until target definition will be resolved (see next steps)
-
Start new shell and run the following command in the root folder:
$ mvn clean install
-
Executables files will be created in
/product/target/products
.
##Setting up a development environment
- Download Eclipse for RCP and RAP Developers.
- Start Eclipse and import existing maven projects
(Import -> Existing Maven Projects)
. - Make sure you have running jetty server with local repository:
Run: $ cd /target-definition/local-p2-site $ mvn p2:site $ mvn jetty:run
- Open the target definition
indigo/indigo.target
and click Set as Target Plattform in the upper right corner - To run OTM-DE from eclipse use pre-configured luncher configuration:
/product/OT2Editor.product.launch
.