aem-project-archetype
aem-project-archetype copied to clipboard
Eclipse is not picking up the UI-apps root path.
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.
When I try to compare this project with the project ,created using archetype 16, I found one difference that is :
Archetype 16:
and Archetype 33:
means for archetype 16 we are using directory and for archetype 33 we are using <sourceDirectory> . 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
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.
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.