New to AEM - AEM Dev Tools For Eclipse(2020-12) Not showing node structure | Community
Skip to main content
Level 2
January 28, 2021
Solved

New to AEM - AEM Dev Tools For Eclipse(2020-12) Not showing node structure

  • January 28, 2021
  • 2 replies
  • 1623 views

Hi All,

 

I am new to AEM (6.5). Installed Eclipse JEE 2020-12  and AEM Dev Tools and Sling Plugin.

After I import the wknd project from github, I am not able to see the node structure in the content structure.

What am I missing?

Is the current version of eclipse not supporting AEM.  Please advise

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 Sanket_Kumbharkhane

Hi,

It should work if you import that project as a maven project.

Give a try to follow the steps mentioned below document 

https://experienceleague.adobe.com/docs/experience-manager-64/developing/devtools/howto-projects-eclipse.html?lang=en#install-eclipse

 

It's working on my local.

2 replies

Sanket_Kumbharkhane
Sanket_KumbharkhaneAccepted solution
Level 4
January 28, 2021

Hi,

It should work if you import that project as a maven project.

Give a try to follow the steps mentioned below document 

https://experienceleague.adobe.com/docs/experience-manager-64/developing/devtools/howto-projects-eclipse.html?lang=en#install-eclipse

 

It's working on my local.

Level 2
February 1, 2021
Thank you!! I didnt set the Content root sync directory property in Content and Apps Project Properties->AEM Correctly. Once I set that, it is working fine.
santhosh_kumark
Level 6
January 28, 2021

Hi @rajakumare1 ,

 

What I suggest you do is for each project, after importing from git, right-click and click on Configure -> Convert to Content Package. This will ensure that all the right facets and builders are configured.

 

Regards,

Santosh