Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2m-dev] problem with ATL engine integration in plug-in

Hi,

There was an issue in the org.eclipse.m2m.atl.engine plugin, which didn't expose its classes... the bug has been corrected on the R2_0_maintenance branch and a maintenance build is available here : http://www.eclipse.org/modeling/m2m/downloads/index.php?project=atl in 2.0.2 maintenance builds, M200811190931.

Best regards,

William

David Ouagne a écrit :
Hi,

I develop a plugin which integrates ATL transform. In development
environnement it work fine.

But when I exporting this plugin (Export/Deployable plug-ins and
fragments), I have many errors in compilation (we can see in log file).
I do not understand why in the development environment compilation goes
well until then export the compilation contains errors.


PS : You can see above ATL dependencies

import org.eclipse.m2m.atl.drivers.uml24atl.ASMUMLModel;
import org.eclipse.m2m.atl.drivers.uml24atl.AtlUML2ModelHandler;
import org.eclipse.m2m.atl.engine.AtlEMFModelHandler;
import org.eclipse.m2m.atl.engine.AtlLauncher;
import org.eclipse.m2m.atl.engine.AtlModelHandler;
import org.eclipse.m2m.atl.engine.vm.nativelib.ASMModel;

Le mercredi 22 octobre 2008 à 17:46 +0200, David Ouagne a écrit :
The last available (2.0.1v200809170426) of ATL SDK plug-in. I use this
version to develop and export the plug-in.

Le mercredi 22 octobre 2008 à 17:08 +0200, William Piers a écrit :
Hello,

Could you please tell me which version of ATL do you use, for coding your plugin and deploying the whole application ? I'm asking for because the main difference between the last ATL 2 release and the source code available on CVS HEAD, is that the AtlLauncher and EMFModelHandler (missing classes in your errors) have moved to other plugins: the HEAD branch is refactored in order to prepare the next ATL release. If you want to work with ATL 2 release source code, there is a branch on CVS called R2_0_maintenance.

Best regards,

William Piers

David Ouagne a écrit :
hi,

I developed a plug-in in which I integrated the ATL engine to propose
model-to-model transformation. This plug-in works correctly in the
runtime environment. But when I deploy this plug-in I compilation
errors.

My question is how do you export a plugin integrating ATL without
errors?

------------------------------------------------------------------------

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

_______________________________________________
m2m-dev mailing list
m2m-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2m-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 51 82
tel;cell:+33 (0)6 20 31 75 98
url:http://www.obeo.fr
version:2.1
end:vcard


Back to the top