Hi, I am trying to enable the birt plugin on a new instance of OFBiz without the demo data.
1. I copied the plugin to the ofbiz-framework/plugin directory 2. I edited the plugin/birt/ofbiz-component.xml and changed enabled="true" 3. I installed the plugin via "gradlew installPlugin -PpluginId=myplugin" Now when I go to any menu that has been touched by the birt plugin I get the following message: java.lang.RuntimeException: Error rendering included menu named [MainActionMenu] at location []: java.lang.IllegalArgumentException: Could not find menu file in location [] Is there anything else I need to do? I have also tried running ./gradlew "ofbiz --load-data readers=seed,seed-initial" in case there is any data that needs to be set up. Thanks.