EMMAWiki/DeveloperDocumentation/MagemlExporterGenerator: Difference between revisions
Jump to navigation
Jump to search
imported>KaiRunte No edit summary |
imported>KaiRunte No edit summary |
||
Line 3: | Line 3: | ||
This page explain how to generate the Mage-ML Exporter and where to find the templates for the generator. | This page explain how to generate the Mage-ML Exporter and where to find the templates for the generator. | ||
== Files == | |||
<code><nowiki>share/perl/EMMA/Exporter/MAGEML.pm</nowiki></code> -- The generated file. | |||
<code><nowiki>bin/generate_exporter</nowiki></code> -- Script for starting the generator. | |||
<code><nowiki>src/java/mage-ml-generator/templates/</nowiki></code> -- The templates used for generating the exporter. | |||
<code><nowiki>src/java/mage-ml-generator/</nowiki></code> -- The project directory of generator written in Java. You will not need it in 99.9% of the time. |
Revision as of 11:35, 13 September 2007
Mage-ML Exporter Generator
This page explain how to generate the Mage-ML Exporter and where to find the templates for the generator.
Files
share/perl/EMMA/Exporter/MAGEML.pm
-- The generated file.
bin/generate_exporter
-- Script for starting the generator.
src/java/mage-ml-generator/templates/
-- The templates used for generating the exporter.
src/java/mage-ml-generator/
-- The project directory of generator written in Java. You will not need it in 99.9% of the time.