Vitaliy Koshelenko 1 Year Ago - Edited Nice post! I used a similar approach to resolve the "internal" dependencies in a custom module: https://lifedev-solutions.blogspot.com/2019/11/resolving-internal-dependencies.html#markdown-header-including-resource-to-your-bundle Please sign in to reply. Reply as... Cancel
Jay Trivedi 1 Year Ago - Edited @David In case of Multiple classes what will be the approach For Example i have two classes 1. MFAPolicy.class 2. MFASystemConfiguration.class how to add that in include resource ? Below is the code i have added that does-not work -includeresource: @com.liferay.multi.factor.authentication.web-1.0.24.jar!/com/liferay/multi/factor/authentication/web/internal/policy/MFAPolicy.class!/com/liferay/multi/factor/authentication/web/internal/system/configuration/MFASystemConfiguration.class Please sign in to reply. Reply as... Cancel David H Nebinger Jay Trivedi 1 Year Ago - Edited I think you have to read up on https://bnd.bndtools.org/instructions/includeresource.html and figure out perhaps some unrolling syntax w/ multiple selector magic. Please sign in to reply. Reply as... Cancel
David H Nebinger Jay Trivedi 1 Year Ago - Edited I think you have to read up on https://bnd.bndtools.org/instructions/includeresource.html and figure out perhaps some unrolling syntax w/ multiple selector magic. Please sign in to reply. Reply as... Cancel