Expandir minha barra de realizações na Comunidade.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLUCIONADO

Build Error in AEM Wknd Project

Avatar

Level 3

Could you please help me fix the build error on the below code?

 

https://github.com/vineetham123/aem-guides-wknd.git

 

branch : vineeth-first

1 Solução aceita

Avatar

Resposta correta de
Community Advisor

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

EstebanBustamante_0-1702315213882.png

 

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.

EstebanBustamante_1-1702315455882.png

Hope this helps

 





Esteban Bustamante

Ver solução na publicação original

2 Respostas

Avatar

Resposta correta de
Community Advisor

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

EstebanBustamante_0-1702315213882.png

 

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.

EstebanBustamante_1-1702315455882.png

Hope this helps

 





Esteban Bustamante

Avatar

Community Advisor

@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.