An open API service indexing awesome lists of open source software.

https://github.com/dalthviz/example-generator

Acceleo Getting started tutorial
https://github.com/dalthviz/example-generator

acceleo beans code-generator

Last synced: 3 months ago
JSON representation

Acceleo Getting started tutorial

Awesome Lists containing this project

README

        

# Example-generator

[Acceleo tutorial - Getting started](https://wiki.eclipse.org/Acceleo/Getting_Started)

### Possible troubles

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

From the FAQ of [Acceleo](https://wiki.eclipse.org/Acceleo/FAQ#Exception_in_thread_.22main.22_java.lang.NoClassDefFoundError:_com.2Fgoogle.2Fcommon.2Fbase.2FPredicate). Add com.google.collect as a dependency of the generator. (MANIFEST.MF -> Dependencies tab -> Add -> com.google.collect)

(In Windows at **C:\\\\Users\\\\\\.p2\plugins**)

### Run the generator

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