| How to run ATL Plugin [message #960508] |
Sat, 27 October 2012 10:52  |
Tomás Ruiz-López Messages: 12 Registered: October 2012 Location: Dallas |
Junior Member |
|
|
|
I have created an ATL plugin but I cannot figure out how to run it within Eclipse. I know there is a main method that can be called from the command line passing two arguments, but that is not what I mean. Since it is a plugin, I guess we should be able to do something like install it on Eclipse and, with a button, run the transformation on the specified file. Is this possible? What is the normal behavior of this generated transformation?
|
|
|
|
|
|
|
| Re: How to run ATL Plugin [message #963248 is a reply to message #963072] |
Mon, 29 October 2012 13:22  |
Hugo Bruneliere Messages: 448 Registered: July 2009 |
Senior Member |
|
|
Well, you can of course use the generated method to simply implement (using the appropriate interface) and declare (using the appropriate extension point) a callable action, with a button in the workbench for instance.
This works exactly the same way as any action provided by the Eclipse workbench.
Best regards,
Hugo
------------------------------------------
Hugo Bruneliere - R&D Engineer
AtlanMod research team (Inria, EMN & LINA)
Ecole des Mines de Nantes
Nantes - France
------------------------------------------
|
|
|
Powered by
FUDForum. Page generated in 0.01863 seconds