Using BPMN2 Model in maven [message #1737245] |
Wed, 06 July 2016 14:48  |
Eclipse User |
|
|
|
Hi,
im working on my thesis and want to create bpmn2 models. I thought, I can use the bpmn2 project hosted at eclipse.
I already found a quite old and outdated "BPMN 2.0 Metamodel Implementation for Eclipse: Get it and Use it". I managed to make the source code being referenced there to compile by adding:
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>ecore</artifactId>
<version>2.3.0-v200706262000</version>
<type>jar</type>
</dependency>
to the dependencies. Unfortunately, its running into a couple of NoClassDefFoundErrors during runtime. Is there any way to use the API from maven only? Seems like black magic to get the needed dependencies and would be quite happy about any hint allowing me to write a bpmn2 file.
Thanks,
Bert
|
|
|
|
Powered by
FUDForum. Page generated in 0.02669 seconds