Hi Cédric,

So it means your Acceleo template is not included into your runtime plugin. I mean you *.emtl (compiled template) should be explicitly referenced from your bin/ folder where the compilation is generally performed (depending of your configuration).

You should have something like :
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
             .,\
             plugin.xml,\
bin/org/topcased/gendoc2/bundle/acceleo/uml2c/mtl/uml2c.emtl,\
             bin/org/topcased/gendoc2/bundle/acceleo/uml2c/mtl/common.emtl
customBuildCallbacks = build.acceleo

Regards,
Sébastien

Topcased user list where issues are discussed a écrit :
Hi Tristan

Here is a copy of my build.properties :

source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.xml
customBuildCallbacks = build.acceleo

I've reverted my configuration to uninstall the bundle, and re-try it at 
runtime, and I still have the problem...
Tell me how can I help you to find what's the problem in my configuration.


Cédric GAVA
Friend of eclipse

_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users




--
Sébastien GABEL
MDA/MDE Engineer
Département Systèmes d'Information
Division Aéronautique Energie Industrie
Communication & Systèmes
6 rue Emmanuel Arin
31300 TOULOUSE +33 (0)5.61.39.46.16



_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users

Reply via email to