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"

(String Handling and Formatting)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Welcome =
 
= 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 [news://news.eclipse.org/eclipse.modeling.m2t eclipse.modeling.m2t]
 
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 [news://news.eclipse.org/eclipse.modeling.m2t eclipse.modeling.m2t]
 +
 +
= Most Popular =
 +
 +
* [[M2T-JET-FAQ/How do I navigate an XMI model with JET?|How do I navigate an XMI model with JET?]]
  
 
= General =
 
= General =
Line 7: Line 11:
 
= Best Practices =
 
= Best Practices =
 
* [[JET FAQ Should I write my JET code generator directly against UML2?]]
 
* [[JET FAQ Should I write my JET code generator directly against UML2?]]
* [[M2T-JET-FAQ/Are there equivalents to the MVC pattern for JET transformations?]]
+
* [[M2T-JET-FAQ/Are there equivalents to the MVC pattern for JET transformations?|Are there equivalents to the MVC pattern for JET transformations?]]
  
 
= Whitespace Handling =
 
= Whitespace Handling =
Line 16: Line 20:
 
* [[JET FAQ What kind of input model can JET handle?]]
 
* [[JET FAQ What kind of input model can JET handle?]]
 
* [[JET FAQ Can JET handle UML models as input?]]
 
* [[JET FAQ Can JET handle UML models as input?]]
 +
* [[JET FAQ/How do I access multi-valued attributes?]]
  
 
= String Handling and Formatting =
 
= String Handling and Formatting =
* [[M2T-JET-FAQ/How do I put quotes in an XPath string?]]
+
* [[M2T-JET-FAQ/How do I put quotes in an XPath string?|How do I put quotes in an XPath string?]]
* [[M2T-JET-FAQ/What options are available for manipulating strings?]]
+
* [[M2T-JET-FAQ/What options are available for manipulating strings?|What options are available for manipulating strings?]]
 +
* [[M2T-JET-FAQ/How to I escape JET special characters?]]
  
 
= 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 =

Latest revision as of 09:20, 15 October 2012

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

Most Popular

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