Probably JDom: http://www.jdom.org/pipermail/jdom-interest/2008-November/016226.html https://developer.atlassian.com/docs/faq/plugin-framework-faq/using-jdom-in-osgi On Sep 3, 2015 9:05 PM, "Allison, Timothy B." <[email protected]> wrote:
> Interesting, thank you. > > I wasn't getting any pointers to the offending class before I removed the > plugin. > > Any recommendations on finding the offender? > > -----Original Message----- > From: Bob Paulin [mailto:[email protected]] > Sent: Thursday, September 03, 2015 11:21 AM > To: [email protected] > Subject: Re: OSGi exceptions in trunk w Intellij +Osmorc > > It's likely one of the embedded dependencies have class files in the > default package. If these classes are not being used they could just be > removed as suggested here: > > > https://techotom.wordpress.com/2014/10/21/fixing-the-default-package-is-not-permitted-by-the-import-package-syntax-with-maven-bundle-plugin/ > > Do we know which dependency this might be? I agree that it would be > better if this all worked in Intellij with the Osmorc plugin. > > - Bob > > On Thu, Sep 3, 2015 at 10:10 AM, Allison, Timothy B. <[email protected]> > wrote: > > > 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 > > > > > -- This email communication (including any attachments) contains information from Answers Corporation or its affiliates that is confidential and may be privileged. The information contained herein is intended only for the use of the addressee(s) named above. If you are not the intended recipient (or the agent responsible to deliver it to the intended recipient), you are hereby notified that any dissemination, distribution, use, or copying of this communication is strictly prohibited. If you have received this email in error, please immediately reply to sender, delete the message and destroy all copies of it. If you have questions, please email [email protected]. If you wish to unsubscribe to commercial emails from Answers and its affiliates, please go to the Answers Subscription Center http://campaigns.answers.com/subscriptions to opt out. Thank you.
