Difference between revisions of "M2T-JET"
m (→Articles: move to Eclipse Help) |
(→Releases) |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
* [[M2T-JET-FAQ|FAQ]] | * [[M2T-JET-FAQ|FAQ]] | ||
− | == | + | == What's New == |
− | * [[M2T | + | * [[M2T-JET/Whats New in 1.1 (Helios)]] |
+ | * [[M2T-JET/Whats New in 1.0 (Galileo)]] | ||
+ | |||
+ | == Releases == | ||
+ | * [[M2T-JET/Helios 1.1.0|M2T-JET 1.1.0 (Helios Simultaneous Release)]] | ||
+ | * [[M2T-JET/Galileo 1.0.0|M2T-JET 1.0.0 (Galileo Simultaneous Release)]] | ||
+ | * [[M2T Plan 0.9 (Ganymede)]] | ||
* [[M2T Plan 0.8 (Europa)]] | * [[M2T Plan 0.8 (Europa)]] | ||
* [http://www.eclipse.org/modeling/emf/docs/architecture/jet2/jet2.html JET Enhancement Proposal (JET2)] | * [http://www.eclipse.org/modeling/emf/docs/architecture/jet2/jet2.html JET Enhancement Proposal (JET2)] | ||
− | |||
− | == | + | == I've got a problem, what do I do ? == |
+ | # read the [[M2T-JET-FAQ|JET FAQ]] | ||
+ | # check the Model-to-text newsgroup (news://eclipse.modeling.m2t) - [http://www.eclipse.org/newsportal/thread.php?group=eclipse.modeling.m2t web interface] | ||
+ | # post a message on the newsgroup | ||
+ | # [https://bugs.eclipse.org/bugs/query.cgi?bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bugidtype=include&chfieldfrom=&chfieldto=Now&chfieldvalue=&classification=Modeling&component=Jet&component=Jet%20Editor&email1=&email2=&emailtype1=substring&emailtype2=substring&field-1-0-0=classification&field-1-1-0=product&field-1-2-0=component&field0-0-0=noop&keywords=&keywords_type=allwords&long_desc=&long_desc_type=allwordssubstr&product=M2T&query_format=advanced&remaction=&short_desc=&short_desc_type=allwordssubstr&status_whiteboard=&status_whiteboard_type=allwordssubstr&type-1-0-0=anyexact&type-1-1-0=anyexact&type-1-2-0=anyexact&type0-0-0=noop&value-1-0-0=Modeling&value-1-1-0=M2T&value-1-2-0=Jet%2CJet%20Editor&value0-0-0=&votes= Search] bugzilla | ||
+ | # file a [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=M2T&version=unspecified&component=Jet&priority=P3&bug_severity=normal&bug_status=NEW&bug_file_loc=http%3A%2F%2F&short_desc=&comment=&commentprivacy=0&keywords=&dependson=&blocked=&maketemplate=Remember%20values%20as%20bookmarkable%20template&form_name=enter_bug&assigned_to=m2t.jet-inbox%40eclipse.org&qa_contact= bug] | ||
== Articles == | == Articles == | ||
− | + | The first article talks about the new version of JET, sometimes called JET2: | |
+ | * [http://www-128.ibm.com/developerworks/java/library/os-ecl-jet/index.html?ca=drs Create more -- better -- code in Eclipse with JET] | ||
+ | The next two articles are talking about the original JET. If you want to walk through those turorials using the new Jet Editor (v. 0.9), you should set Preferences->Jet Transformations->Compiler Options->Generate Method Conformance to JET1, or the editor will complain. | ||
* [http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.emf.doc/tutorials/jet1/jet_tutorial1.html JET Tutorial Part 1 (Introduction to JET)] | * [http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.emf.doc/tutorials/jet1/jet_tutorial1.html JET Tutorial Part 1 (Introduction to JET)] | ||
* [http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.emf.doc/tutorials/jet2/jet_tutorial2.html JET Tutorial Part 2 (Write Code that Writes Code)] | * [http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.emf.doc/tutorials/jet2/jet_tutorial2.html JET Tutorial Part 2 (Write Code that Writes Code)] | ||
− | |||
== Javadoc == | == Javadoc == | ||
Line 26: | Line 37: | ||
* [http://www.eclipsecon.org/2007/index.php?page=sub/&id=4040 What is M2T?] ([http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=4012 slides]), EclipseCON 2007 | * [http://www.eclipsecon.org/2007/index.php?page=sub/&id=4040 What is M2T?] ([http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=4012 slides]), EclipseCON 2007 | ||
* [http://www.eclipsecon.org/2007/index.php?page=sub/&id=4012 EMFT JET: Building code generators to support Model Driven Development] ([http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=4040 slides]), EclipseCON 2007 | * [http://www.eclipsecon.org/2007/index.php?page=sub/&id=4012 EMFT JET: Building code generators to support Model Driven Development] ([http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=4040 slides]), EclipseCON 2007 | ||
+ | |||
+ | == Consumer Resources == | ||
+ | Information for consumers of M2T-JET (especially in products) | ||
+ | * [[M2T-JET/Capabilities]] | ||
+ | |||
+ | == Committer Resources == | ||
+ | Information for committers on the M2T-JET project | ||
+ | * [[M2T-JET/Committer Resources]] | ||
== Related Links == | == Related Links == |
Latest revision as of 16:25, 4 June 2010
Contents
Frequently Asked Questions
What's New
Releases
- M2T-JET 1.1.0 (Helios Simultaneous Release)
- M2T-JET 1.0.0 (Galileo Simultaneous Release)
- M2T Plan 0.9 (Ganymede)
- M2T Plan 0.8 (Europa)
- JET Enhancement Proposal (JET2)
I've got a problem, what do I do ?
- read the JET FAQ
- check the Model-to-text newsgroup (news://eclipse.modeling.m2t) - web interface
- post a message on the newsgroup
- Search bugzilla
- file a bug
Articles
The first article talks about the new version of JET, sometimes called JET2:
The next two articles are talking about the original JET. If you want to walk through those turorials using the new Jet Editor (v. 0.9), you should set Preferences->Jet Transformations->Compiler Options->Generate Method Conformance to JET1, or the editor will complain.
Javadoc
Presentations
- What is M2T? (slides), EclipseCON 2007
- EMFT JET: Building code generators to support Model Driven Development (slides), EclipseCON 2007
Consumer Resources
Information for consumers of M2T-JET (especially in products)
Committer Resources
Information for committers on the M2T-JET project