Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JET FAQ How do I use JMerge to manage user specific code?

Revision as of 09:18, 1 August 2007 by Unnamed Poltroon (Talk) (Initial version)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Question

The Eclipse Modeling Framework (EMF) includes a facility called JMerge for merging generated Java source into existing user edited Java classes. How do I make use of JMerge in JET?

Answer

Using JMerge in JET templates, it is pretty straight forward. You do the following:

  1. Place a <java:merge/> tag somewhere in the template generating a java class
  2. In the template, any Java element (class, method, field, ...) that you want to be updated by JMerge, add a @generated tag in the element's Java doc.
  3. Invoke the template from a <ws:file> or <java:class> tag.

The <java:merge> tag has an effect if the file being written has a .java or .properties extension. See JET FAQ How does JMerge Work?.

See Also

JET FAQ What is JMerge? JET FAQ How does JMerge work? JET FAQ How do I write custom JMerge rules?


Back to the M2T-JET-FAQ

Back to the top