I am writing a test fragment which tests classes in the host plug-in. One class to be tested uses org.joda.time.DateTime
and I need to reference joda in the fragment.
The host contains the joda JAR, the joda packages are on the classpath and are exported.
However, in the fragment, I can't see any joda packages and get compile errors.
What can I do?