Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2m-atl-dev] [ATL] org.eclipse.m2m.atl.engine.emfvm.libextension extension point

Hello,

The .exsd files were not exported by the build... it has been corrected on CVS and will be effective on the next ATL build.

Thanks for reporting it !

William

Pierre Kubryk a écrit :
Hi !

I am currently trying to extend the operations supported for a given ATL type and i am searching for a clean way to do it.

I have found the org.eclipse.m2m.atl.engine.emfvm.libextension extension point from the org.eclipse.m2m.atl.engine.emfvm plug-in in version 3.0.0.v200905050615 when importing as source code the atl plug-ins, but this extension doesn't seems to have the related extension point schema (besides, there is no schema folder in this plug-in and no .exsd). Therefore i don't know if this extension point fit my problem and i haven't found any documentation about this.

I tried to use the same extension point syntax than used in org.eclipse.m2m.atl.engine :

<extension
          point="org.eclipse.m2m.atl.engine.emfvm.libextension">
       <libextension
class="some class implementing org.eclipse.m2m.atl.engine.emfvm.lib.LibExtension"
             name="xxx">
       </libextension>
    </extension>

but it doesn't work since the extension point is not detected by eclipse when using the packaged plug-ins ( is supposed that .exsd absence explain this issue).

If it is the good way to solve my problem, is there any solution ?

Best regards,

--
Pierre Kubryk
------------------------------------------------------------------------

_______________________________________________
m2m-atl-dev mailing list
m2m-atl-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2m-atl-dev

begin:vcard
fn:William Piers
n:Piers;William
org:Obeo
adr:2 rue Robert Schumann;;lot 24;NANTES;;44408;France
email;internet:william.piers@xxxxxxx
title:MDA Consultant
tel;work:+33 (0)2 51 13 50 53
tel;cell:+33 (0)6 20 31 75 98
url:http://www.obeo.fr
version:2.1
end:vcard


Back to the top