Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

Line 5: Line 5:
  
 
=Prerequisites=
 
=Prerequisites=
Before you can complete this tutorial you will need to be familiar with basic Tigerstripe functionality, Tigerstripe generator installation, and running code generation directly from the Tigerstripe workbench.
+
Before you can complete this tutorial you will need to be familiar with basic Tigerstripe functionality, Tigerstripe generator installation, and running code generations directly from the Tigerstripe workbench.
 +
 
 +
=Tigerstripe Installation=
 +
 
 +
=Creating a basic model=
 +
 
 +
=Installing example generators=
 +
 
 +
=Running a generation from the command line=

Revision as of 15:17, 29 May 2008

< To: Tigerstripe_Tutorials

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 ANT and Maven 2.


Prerequisites

Before you can complete this tutorial you will need to be familiar with basic Tigerstripe functionality, Tigerstripe generator installation, and running code generations directly from the Tigerstripe workbench.

Tigerstripe Installation

Creating a basic model

Installing example generators

Running a generation from the command line

Back to the top