| [news.eclipse.modeling.gmf] Re: add .xpt template |
OMGHello Aurelien,
Try ÂEXPAND xpt::propsheet::PropertySourceExtended::Class insteadand in org.ow2.jasmine.design.gmf.codegen\templates\xpt\propsheet\PropertySec tion.xpt (which already exists) : ÂIMPORT "http://www.eclipse.org/gmf/2008/GenModel"Â; ÂIMPORT "http://www.eclipse.org/emf/2002/Ecore"Â; ÂDEFINE Class FOR gmfgen::GenCustomPropertyTabÂ
ÂEXPAND xpt::propsheet::PropertySourceExtended::Class FOR self.customPropertyTabÂ
----------------- Alex Shatalin
I tried to create a new file with :
ÂFILE 'templates/xpt/propsheet/PropertySourceExtended.java'Â
ÂEXPAND xpt::propsheet::PropertySourceExtended::ClassÂ
ÂENDFILEÂ//also tried with TO_SRC
But I catch this error while generating :