Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 683 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 683 Bytes

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