Hi. Generate artifacts works great. However, I'm unable to compile the xtend classes.
ERROR DeclaredTypeFactory - Incomplete nested types for org.eclipse.emf.common.util.BasicDiagnostic: java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IStatus
I used the jar in my eclipse folder: org.eclipse.core.runtime_3.7.0.v20110110.jar and added it to the libs folder. But I noticed that that jar doesn't contain IStatus
Solved it. IStatus is in the org.eclipse.equinox.common jar
Hi. Generate artifacts works great. However, I'm unable to compile the xtend classes.
ERROR DeclaredTypeFactory - Incomplete nested types for org.eclipse.emf.common.util.BasicDiagnostic: java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IStatus
I used the jar in my eclipse folder: org.eclipse.core.runtime_3.7.0.v20110110.jar and added it to the libs folder. But I noticed that that jar doesn't contain IStatus
Any hints are highly appreciated :)
(great video btw!)