Expand my Community achievements bar.

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

Find adobe CQ5 files in windows

Avatar

Level 1

Hi,

I am using Adobe CQ5, and just created a new .js file in project ( which checked out from perforce ). Now, I want to see those file in locally for eg, something like right click on js file and select 'show in explorer', which should open the file location in windows. But I couldnot figure it out ?

1 Accepted Solution

Avatar

Correct answer by
Level 10

you need to use vault plugin to achieve the same. Refer [1] to setup AEM project with IntelliJ

[1] https://helpx.adobe.com/experience-manager/using/creating-aem-project-using-intellij.html

Once you have vault plugin, then you can sync from and to AEM instance.

View solution in original post

3 Replies

Avatar

Level 10

To open a CQ JS file (located in the AEM JCR), you need to use WebDev:  https://docs.adobe.com/docs/en/crx/2-3/how_to/webdav_access.html

Avatar

Level 1

smacdonald2008 wrote...

To open a CQ JS file (located in the AEM JCR), you need to use WebDev:  https://docs.adobe.com/docs/en/crx/2-3/how_to/webdav_access.html

 

 


I actually created a new file in crx and went to intellij idea and refreshed it , but the created file is not visible in intellij ( imported from perforce workspace location) . So, I still didnot read the link you've provided ( which I will do once i get sometime) but will that link help me understand how can I achieve what i wanted?

the idea is create files in crx and refresh in intellij so that i can see it there then,  edit & commit in intellij itself , since I integrated perforce in intellij. but i can always go back to crx and run the app.

Avatar

Correct answer by
Level 10

you need to use vault plugin to achieve the same. Refer [1] to setup AEM project with IntelliJ

[1] https://helpx.adobe.com/experience-manager/using/creating-aem-project-using-intellij.html

Once you have vault plugin, then you can sync from and to AEM instance.