I'm having some trouble compiling in Eclipse due to the mondrian.resource resource bundle. Does anyone have any pointers on how to compile or generate the necessary classes using Eclipse (or an external tool)?
I'm seeing not found errors on import:
import mondrian.resource.MondrianResource;
and reference:
if(MondrianProperties.instance().EnableExCache.get())
This is for 4.0
I'm seeing not found errors on import:
import mondrian.resource.MondrianResource;
and reference:
if(MondrianProperties.instance().EnableExCache.get())
This is for 4.0