adobe / aem-project-archetype

Maven template to create best-practice websites on AEM.
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html
Apache License 2.0
547 stars 423 forks source link

Eclipse is not picking up the UI-apps root path. #862

Open kumesh65 opened 2 years ago

kumesh65 commented 2 years ago

saWhen I import aem-guide-wknd and our local project, created using archetype 33, in eclipse project structure looks like below image because of eclipse is not able to find the root directory for ui-apps of the project.

image

When I try to compare this project with the project ,created using archetype 16, I found one difference that is : Archetype 16: image and Archetype 33: image

means for archetype 16 we are using directory and for archetype 33 we are using . When I update sourceDirectory to directory it start working so can anyone please tell why we are using sourceDirectory for this archetype? Waiting for your response. Thanks Umesh Thakur

kwin commented 2 years ago

This is known, reported and fixed in https://issues.apache.org/jira/browse/SLING-9117. There is just not yet a new Eclipse Sling IDE release containing the fix.

kumesh65 commented 2 years ago

This is known, reported and fixed in https://issues.apache.org/jira/browse/SLING-9117. There is just not yet a new Eclipse Sling IDE release containing the fix.

Thanks for the quick reponse @kwin , so for know what are the options we have until new eclipse sling IDE, can you please suggest that as well if you can ? Thanks again.