Getting lot of warnings in build logs regarding com.adobe.granite.clientlibs.compiler.impl.ClientLibCompiler and embeds not available.
Please help.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
When you encounter warnings related to com.adobe.granite.clientlibs.compiler.impl.ClientLibCompiler and missing embeds during AEM builds, it generally points to issues in your client libraries (clientlibs) configuration. These warnings can occur due to misconfigurations, missing dependencies, or problems in the client library setup.
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root
xmlns:jcr="http://www.jcp.org/jcr/1.0"
xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
categories="[my-project.components]"
dependencies="[my-project.dependencies]"
embed="[my-project.embeds]"
allowProxy="{Boolean}true"/>
check embed clientlibs, if those exits or valid clientlibs?
Thanks @arunpatidar, Is it could be due to empty spaces in embeds ?
This didn't work, still able to see warnings in build logs.
Is there a way to either disable the logs or any other things to check for this ?
Views
Replies
Total Likes
@bhansa Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
Hi @kautuk_sahni the suggestions are indeed helpful but not the solution to this particular issue.
I'm yet to discover a solution for this and if I find any I will mention it here.
Views
Likes
Replies
Views
Likes
Replies