Hi,
I'm currently working with EMF and GWT. I created my own EMF Model  and 
generated the model code (Runtime Platform: GWT is set). This Project got 
exported as JAR File and imported into my GWT Project. The Building Path 
configuration was made. Now I am trying to use this model on server- and 
client-side of my GWT Application. Therefore I included into my .gwt.xml 
file the following inherit: <inherits 
name='deploymentdesignmodel.Deploymentdesignmodel'/> 
This file got generated by my EMF Model generation. In this file, there is 
a reference to the following: <inherits name="org.eclipse.emf.ecore.Ecore" 
/>
But the problem is, this file does not exist and was not generated by emf. 
So I am getting the following error message by running my application:
Loading inherited module 'org.eclipse.emf.ecore.Ecore' - [ERROR] Unable to 
find 'org/eclipse/emf/ecore/Ecore.gwt.xml' on your classpath; could be a 
typo, or maybe you forgot to include a classpath entry for source?

Did anyone of you already us an own emf model on client-side in gwt? How 
did you solve this issue? Did you have any emf library which us useable for 
gwt on client side?`

Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/_EIAp9_kPJUJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to