I just sync'd to trunk, ran mvn eclipse:clean eclipse:eclipse, and refreshed my three Tika projects.

tika-app and tika-core were fine, but tika-parsers had 6 errors. Mostly things like:

XMLConstants.NULL_NS_URI cannot be resolved

It looks like the geronimo-stax-api_1.0_spec-1.0.jar contains some of these classes, and is slightly out of date.

So I had to edit the Eclipse Java Build Path/Order and Export list to move the JRE above the geronimo jar.

No idea if this is something that's controllable from Maven.

-- Ken

Reply via email to