Dear all,
I'm trying to generate a UIMA TypeSystem from an UML project.
According to the UIMA Tutorial and Developers' Guide this should be 
straightforward using
java org.apache.uima.ecore.Ecore2UimaTypeSystem <ecore file> <output file>

Unfortunately, however, that class does not exist anymore. 
in lib/uima-examples.jar I've found the following one :
org.apache.uima.examples.xmi.Ecore2UimaTypeSystem

however executing it results in a NoClassDefFoundError: 
org/eclipse/emf/ecore/resource/ResourceSet

Unfortunately no information is provided in the UIMA SDK on how to execute that 
task (e.g. precise dependency list).

Any experience / feedback on the topic is appreciated. 

Reply via email to