Build Error in AEM Wknd Project | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by EstebanBustamante

Hi,

You have 2 errors:

1. The Servlet has a commented code that is not properly formatted. Either remove the comment or fix it following the JavaDoc spec

 

2. The versions of your custom Node plugins are conflicting, you can simply go to your ui.frontEnd module, then run npm install, and this will show you if there are any additional issue. To me, that seems to fix everything, after that i was able to run mvn clean install without issues from the root folder.

Hope this helps

 



2 replies

EstebanBustamante
Community Advisor and Adobe Champion
EstebanBustamanteCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
December 11, 2023

Hi,

You have 2 errors:

1. The Servlet has a commented code that is not properly formatted. Either remove the comment or fix it following the JavaDoc spec

 

2. The versions of your custom Node plugins are conflicting, you can simply go to your ui.frontEnd module, then run npm install, and this will show you if there are any additional issue. To me, that seems to fix everything, after that i was able to run mvn clean install without issues from the root folder.

Hope this helps

 



Esteban Bustamante
Sudheer_Sundalam
Community Advisor
Community Advisor
December 11, 2023

@vineetham123 ,

 

Can you please also post your build error log? This will help community members to understand the problem you are facing while building the project.