Tigerstripe Generators Downloads
This page contains a list of the Tigerstripe Generators that are available from the Tigerstripe project.
Tigerstripe Generators are of 2 kinds:
- Class-based Generators (M1-Level): This is the most common case for Model-Driven Engineering environment, in that the generation is based on the model itself, i.e. classes, associations and other artifacts defined as part of the model.
- Instance-based Generators (M0-level): allowing to generate content based on object instances of a specific model, driven by the instances created on an Instance Diagram, e.g.
Instructions
These generators are provided directly out of our CVS repository. Please follow these instructions to deploy the generators in your local instance of Tigerstripe:
- Check-out the chosen Generator from CVS
- File->Import..., CVS->Projects from CVS...
- If you don't already have it you need to create a Repository Location for the Tigerstripe Eclipe Project, with the following details:
- Host: dev.eclipse.org
- Repository Path: /cvsroot/technology
- User: anonymous
- Password: leave blank
- use the default connection details
- Browse to the org.eclipse.tigerstripe/generators directory and select the target Generator Project for import
- Once imported in your workspace, you need to deploy the generator to make use of them against one of you Models.
Right-click on the Generator project and select plugin->deploy... - Then simply navigate to the "plugin settings" tab of the tigerstripe.xml in your model project to enable the generator
- Run it!
Class-Based Generators (M1-Level)
Export-xml
- Description: Generates an XML export of a Tigerstripe model.
- CVS Path: org.eclipse.tigerstripe/generators/export-xml
- Details: more information can be found Tigerstripe XML Export Generation wiki topic.
Tigerstripe-Documentation
- Description: Generates HTML documentation of a Tigerstripe model.
- CVS Path: org.eclipse.tigerstripe/generators/tigerstripe-documentation
- Details: More details on the Tigerstripe Documentation Generation wiki topic. The original Bugzilla is 228670

