Hi all,
I am having a number of build problems with the root project in my local repo of DKpro lab 0.12.0 snapshot. This may or may not be related to the recent move to Java 1.8.
Specifically, the following imports don’t resolve anymore (in various classes):
import groovy.lang.Closure;
import org.apache.uima.analysis_engine.AnalysisEngineDescription;
import org.dom4j.Element;
import org.dom4j.Namespace;
import org.dom4j.QName;
import org.dom4j.io.OutputFormat;
import org.dom4j.io.XMLWriter;
import static org.dom4j.DocumentHelper.createDocument;
import static org.dom4j.DocumentHelper.createElement;
I have tried to clean, update and rebuild the project several times without any effect. In case it is relevant, I am on Java 1.8.45, Mac OS 10.10.5 and Eclipse Luna 4.5.
Strangely enough, the build errors are marked only on the root project in Eclipse. All the sub-project look fine. Also, a Maven compile on the root projects runs ok without any errors; same for a maven compile or install from the command line in the dkpro-lab root dir.
So, even though this isn’t blocking anything at the moment, I thought it would be good to report it, in case anyone else is facing the same strange situation.
Any ideas what might be causing this and how it could be resolved?