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
- Host: GitHub
- URL: https://github.com/dalthviz/example-generator
- Owner: dalthviz
- License: mit
- Created: 2018-02-05T02:05:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T04:45:17.000Z (over 7 years ago)
- Last Synced: 2025-01-12T19:46:05.490Z (5 months ago)
- Topics: acceleo, beans, code-generator
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*