Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Synchronize the changes from local AEM server using Eclipse plugin

Avatar

Level 1

Hi,

 

I am using Eclipse AEM plugin to push changes from my Eclipse IDE to local AEM server.

 

When I create a node in IDE, I am able synchronize and see changes immediately reflect in AEM authoring interface. However if I created a new page, new component or new template using AEM GUI(or CRXDe), how do I pull the changes from the local AEM server so that latest changes reflect in my IDE?

 

I tried the "Import from server" option from the plugin, it didn't work somehow(syncing the wrong dir maybe), can someone please shed some light on this?

 

Thanks in advance.

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hi @bryantee ,

 

Please follow below article. It will help you to achieve your requirement .

 

https://aemexperts.blogspot.com/2018/05/how-to-sync-contentcomponents-and.html 

 

Thanks,

Sandeep.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 5

Hi @bryantee ,

 

Please follow below article. It will help you to achieve your requirement .

 

https://aemexperts.blogspot.com/2018/05/how-to-sync-contentcomponents-and.html 

 

Thanks,

Sandeep.

Avatar

Level 1
Hi Sandeep, thanks for sharing. It does sync the component, but the changes doesn't reflect when new site are being added using CRXDE-lite, may I know how to solve this?

Avatar

Community Advisor

Hi @bryantee 

If you are trying from AEM Perspective, change it to Java or Java EE Perspective and try once.

AG