Trying to run @org.junit.Test with Intellij IDEA.
It's an OSGi bundle, when hit Run 'testMyTest'
Getting following exception:
Error:osgi: [b2b-bundle] 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
Could someone kindly share light on this exception?
Thanks, Peter