All,
I'm able to build via Maven without any problem. However, within Intellij, I'm
not able to run any individual unit tests in tika-parsers or tika-xmp because
of this error:
Error:osgi: [tika-parsers] The default package '.' is not permitted by the
Import-Package syntax.
This can be caused by compile errors in Eclipse because Eclipse creates
valid class files regardless of compile errors.
The following package(s) import from the default package null
If I remove Osmorc (the OSGi plugin), all is ok, but that seems like a really
bad idea. Is this something we should fix, or is this something that I should
ignore?
Best,
Tim