Issues building CasEditor

First I tried "mvn install" - that said this wasn't a maven-buildable project.

Then I looked and saw there was a build.xml in the "build-files" directory. I tried running that with Ant - that failed because I hadn't checked out uimaj-ep-runtime into the same directory structure. Once I did that, I tried it again, and got a failure: missing an eclipse plugin that exported org.apache.log4j.

See this note: http://www.mail-archive.com/uima-dev@incubator.apache.org/msg05850.html

I downloaded the eclipse plugin for this into my eclipse being used to build this, and tried again. It got farther :-) but failed, saying it couldn't load the plug-in "org.eclipse.core.filesystem.linux.ppc". I discovered that I hadn't downloaded the "all" version of the "delta pak" I did that, and now it builds.

So the only issue with building may be to make the log4j "optional".

-Marshall

Reply via email to