[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmt.amw] Re: Injecting from ATL to Ecore using ANT

Hi Marcos,
Thanks for that. I found the right lexar by using "ATL" as you said. In case it is of use to anyone else my working task for injecting ATL to ECore is as follows.


<am3.loadModel modelHandler="EMF" name="atlModel" metamodel="ATL" path="X.atl">
<injector name="ebnf">
<param name="name" value="ATL" />
</injector>
</am3.loadModel>


Ronan