Questions tagged [acceleo]

Acceleo is a code generator transforming models into code (MDA approach). See "about the Acceleo tag" for initial help.

Acceleo is a code generator transforming models into code (following the Model-Driven Approach). It is part of the Eclipse foundation, and distributed as part of its annual release train since Eclipse Ganymede (version 3.4).

All of the Acceleo documentation can be found on the Eclipse Help Center.

156 questions
0
votes
1 answer

Installing newest software (guava/acceleo)

I'm starting to learn programming through Eclipse, and I was just in the process of figuring out how to add intents, which require adding Guava to my project as well as installing the newest version of Acceleo (currently 3.3 apparently). I'm curious…
jhinho
  • 1
0
votes
2 answers

Undefined test for an enumeration with Acceleo

First of all : thank for the support ! My problem : I want to simply test if an "enumerated" attribute is defined or not. Let's say I have : an EnumValues enumeration with 2 values VALEUR1 and VALEUR an EObject object with an optional attribute…
Stéphane
  • 1
  • 1
0
votes
1 answer

Invoking acceleo template from java app

Hi all i'm very new to acceleo In my project, i have a java driver class which calls different acceleo templates. Some of the templates have parameters without any EObject type. I am calling calling initialize() and doGenerate() functions of…
dmusham
  • 1
  • 1
-1
votes
1 answer

Acceleo creating a UI launcher not found

I use acceleo 3 with eclipse modeling tools 3.7. I follow this link http://wiki.eclipse.org/Acceleo/Getting_Started in the final step " Creating a UI launcher " - I don't have Acceleo Model to text . Can you help me resolve this issue?
user1674906
  • 29
  • 1
  • 8
-1
votes
1 answer

Acceleo service

I have to wrap a java function inside an Acceleo File that returns my own complex type ... [query public methodeTest(arg0 : Package, arg1 : Class, arg2 : Property) : MyOwnComplexeType =…
1 2 3
10
11