Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Add Fragment module dependency
Hi All,
How can I add Custom module jar in Fragment Module dependency.
1.I have created custom module and deployed it,
2 I have created Fragment module(com.liferay.asset.browser.web) Overriding jsp file only and added custom module dependency in build.gradle file
example:
dependencies {
compileOnly
project(":modules:CustomAssetBrowser-web")
}
3 In fragment module view.jsp i call one method that is in my custom module.
4. I deployed both modules
i) custom module deployed succesfully, but fragment module is Installed only
ii)If I remove method calling statement in fragment module, its deployed and status changed to Resolved.
Can any one please help me to solve dependecy problem in fragment module.
Regards,
Saleem.
Powered by Liferay™