/example-generator

Acceleo Getting started tutorial

Primary LanguageJavaMIT LicenseMIT

Example-generator

Acceleo tutorial - Getting started

Possible troubles

Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/base/Predicate

From the FAQ of Acceleo. Add com.google.collect as a dependency of the generator. (MANIFEST.MF -> Dependencies tab -> Add -> com.google.collect)

(In Windows at C:\\Users\<your-user>\.p2\plugins)

Run the generator

Go to umlToBeans.mtl, right click, Run as -> Launch Acceleo Application