Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Tigerstripe Headless Generation Tutorial"

(Importing an Example Model)
(Importing an Example Model)
Line 12: Line 12:
 
# Download the sample Tigerstripe model project [[Media:OrderManagement.zip|OrderManagement.zip]].
 
# Download the sample Tigerstripe model project [[Media:OrderManagement.zip|OrderManagement.zip]].
 
# Start Eclipse and then open the Tigerstripe Workbench perspective.
 
# Start Eclipse and then open the Tigerstripe Workbench perspective.
 +
* From the menu bar, select Window -> Perspective -> Other...
  
 
=Installing Tigerstripe generators=
 
=Installing Tigerstripe generators=

Revision as of 13:01, 12 June 2008

< To: Tigerstripe_Tutorials

NOTE THIS IS A DRAFT PAGE

This tutorial will show you how to configure Tigerstripe to run code generations in a headless environment. This will allow you to incorporate Tigerstripe's code generation functionality into a build chain using many of the commonly available build tools, specifically Maven 2.

Tigerstripe Installation

See the Tigerstripe Installation Tutorial page for instructions on installing the Tigerstripe Workbench.

Importing an Example Model

  1. Download the sample Tigerstripe model project OrderManagement.zip.
  2. Start Eclipse and then open the Tigerstripe Workbench perspective.
  • From the menu bar, select Window -> Perspective -> Other...

Installing Tigerstripe generators

Running a generation from the command line

Running a generation from a Maven2 build

Back to the top