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 "M2T-JET-FAQ"

m
(Running JET)
Line 22: Line 22:
  
 
= Running JET =
 
= Running JET =
* [[JET FAQ How do I run a JET transformation from Java?]]
+
* [[JET FAQ How do I run a JET transformation from Java?|How do I run a JET transformation from Java?]]
* [[JET FAQ How do I get a console when running JET from Java?]]
+
* [[JET FAQ How do I get a console when running JET from Java?|How do I get a console when running JET from Java?]]
* [[JET FAQ How do I resolve a Could not load JET template loader error?]]
+
* [[JET FAQ How do I resolve a Could not load JET template loader error?|How do I resolve a Could not load JET template loader error?]]
* [[JET FAQ What does "Error: Feature 'version' not found." mean?]]
+
* [[JET FAQ What does "Error: Feature 'version' not found." mean?|What does "Error: Feature 'version' not found." mean?]]
* [[JET FAQ How do I run an individual JET template and get a string back?]]
+
* [[JET FAQ How do I run an individual JET template and get a string back?|How do I run an individual JET template and get a string back?|]]
* [[JET FAQ Why do I get errors stating variable 'org.eclipse.jet.resource.project.name' is undefined?]]
+
* [[JET FAQ Why do I get errors stating variable 'org.eclipse.jet.resource.project.name' is undefined?|Why do I get errors stating variable 'org.eclipse.jet.resource.project.name' is undefined?]]
* [[JET FAQ What does "Error: Invalid Java source folder:" mean?]]
+
* [[JET FAQ What does "Error: Invalid Java source folder:" mean?|What does "Error: Invalid Java source folder:" mean?]]
* [[JET FAQ How do I test for the type/EClass of an element in XPath?]]
+
* [[JET FAQ How do I test for the type/EClass of an element in XPath?|How do I test for the type/EClass of an element in XPath?]]
 +
* [[M2T-JET-FAQ/How do I run a JET template from Java?|How do I run a JET template from Java?]]
  
 
= JET Extension Points =
 
= JET Extension Points =

Revision as of 10:22, 23 July 2009

Welcome

Welcome to the M2T-JET FAQ. This is a work in progress. If you have question you'd like answered by the FAQ, please start by posting the the M2T newsgroup eclipse.modeling.m2t

General

Best Practices

Whitespace Handling

Input Models

String Handling and Formatting

Running JET

JET Extension Points

User Specific Code

JET and Headless builds

Back to the top