Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.34 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. acceleo 3.2 fails (due to no model elements that matches at least the type of the first parameter of one of your main templates)
  2. [module generateStuff('http://www.eclipse.org/uml2/3.0.0/UML')]
  3.  
  4. [template public generateElement(aClass : Class)]
  5. [comment @main /]
  6. [file('myFile.txt', false, 'UTF-8')] hello [aClass.name/] [/file]
  7. [/template]