Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] TPTP JUnit test separation

Hi Karel,
The problem was in the META-INF/MANIFEST.MF file of the org.eclipse.buckminster.core component. Apparently the org.eclipse.buckminster.core.common.parser package was not exported. That was a mistake. I just checked in a corrected version of this file.

Thanks for pointing this out,
Thomas Hallgren



Karel Brezina wrote:
Hi,

I'm transferring JUnit tests from "org.eclipse.buckminster.core" plug-in to a separate "org.eclipse.buckminster.tests" plug-in. Now I have a compile error - "org.eclipse.buckminster.core.common.parser.PropertyManagerHandler.class" is not visible in the new plug-in. Can we add "org.eclipse.buckminster.core.common.parser" package to the Exported Packages list of "org.eclipse.buckminster.core" plug-in? Is there any other way how to solve this?

Kind Regards,
Karel

_______________________________________________
buckminster-dev mailing list
buckminster-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/buckminster-dev


Back to the top