on 2019 Jan 16 8:31 AM
Hi Pros,
I have new extension (custom backoffice extension) which has below dependencies in extensioninfo.xml
<requires-extension name="backoffice"/>
<requires-extension name="customersupportbackoffice"/>
however my new extension is unable to resolve the jar from customersupportbackoffice extension.
It requires customersupportbackoffice_bof.jar from customersupportbackoffice extension but fails to import this hence there is compilation issues.
I have also added my new extension in localextension.xml and customersupportbackoffice extension as well.
Anyone who is smart enough to do resolve an issue like this?
Thank you !
Request clarification before answering.
Hi Suresh,
Please make sure you add your source files in "<extensionrootfolder>/backoffice/src" and not in "
"<extensionrootfolder>/src". With this, if you follow standard dependency configuration in extensioninfo.xml, it should work. For IDE specific issues, you may have to tweak classpath settings.
Regards,
Pavan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
pavangundoju Thanks Pavan for your response. Let me explain my scenario in detail:
In my custom backoffice extension, i have made above mentioned changes for extensioninfo.xml but still not able to find the actions provided in JAR file customersupportbackoffice_bof inside customersupportbackoffice.
It seems Custom extension not able to import jar from customersupportbackoffice.
Please Help!!!
User | Count |
---|---|
19 | |
15 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.