Pergunta

Can anyone tell me how to run Acceleo from generated java launcher class ? That is, when I add [comment @main/] in my .mtl class, a new java class is generated. And now, Instead of using .mtl file to start the generation, I want to use the main method in this Java class to to the same work.

Foi útil?

Solução

Actually, this generated class is what acceleo uses to launch your generation.

You can create an acceleo launch configuration, and take a look at the second tab, it displays the java command line that is equivalent to this launch config.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top