dvdkruk / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

New Spray project could not initialize class #297

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Error occured during build.

I get the following error message while building the project.

Errors occurred during the build.
Errors running builder 'Xtext Project Builder' on project 'xx.xxx.xxx.xxx'.
Could not initialize class org.emftext.language.java.ejava.EjavaPackage.

What about this error? Is there something missing in my project setup?

I'm using Eclipse Kepler. Is there any problem using this Eclipse version?

Regards

Original issue reported on code.google.com by f.do...@gmx.de on 26 Aug 2013 at 5:31

GoogleCodeExporter commented 8 years ago
Hi,

it seems that you use an ecore file without having generated the Java files 
from its corresponding genmodel file. See the documentation, how to do this:
https://spray.ci.cloudbees.com/job/spray-docs-build/lastSuccessfulBuild/artifact
/docs/org.eclipselabs.spray.doc.user/docs/html/SprayUserGuide.html#CreateanewEMF
project

Joerg

Original comment by de.abg.r...@gmail.com on 1 Sep 2013 at 8:51