I've followed this simple tutorial wiki.eclipse.org/Acceleo/Getting_Started my aim is creating an UI launcher... However when I finish and a click on 'Acceleo Model to Text'>'generate' the folder 'src-gen' remains empty!!
On Error Log View this error is prompted:
java.io.IOException: '/elt/codegeneration/ecore2dataspace/files/generate.emtl' not found
at org.eclipse.acceleo.engine.service.AbstractAcceleoGenerator.initialize(AbstractAcceleoGenerator.java:409)
at elt.codegeneration.ecore2dataspace.files.Generate.<init>(Generate.java:90)
at elt.codegeneration.ecore2dataspace.ui.common.GenerateAll.doGenerate(GenerateAll.java:91)
at elt.codegeneration.ecore2dataspace.ui.popupMenus.AcceleoGenerateEcore2dataspaceAction$1.run(AcceleoGenerateEcore2dataspaceAction.java:76)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
It doesn't found the file generate.emtl although it is actually present in the jar file.
The strange thing is that when I try to start the plup-in in a separate Eclipse application (By Maniferst.mf) everything works!!!
I've Acceleo - Text generation from models Version: 3.1.0. Eclipse Platform Version: 3.7.0
Thanks