Expand my Community achievements bar.

SOLVED

Getting Jar from AEM instance

Avatar

Level 9

Hi All,

I was trying a program on tags and document says "If the jar is not available, get it from CRX (/libs/cq/tagging/install/cq-tagging-5.6.2.jar) and place it in the location".

I tried various ways to export it out of AEM , but could not. Can you please let me know how can I do this.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

please follow the small howto on [0] how you can configure your maven to get the dependencies directly from the Adobe repo. No need to download them manually.

HTH,

Jörg

[0] http://helpx.adobe.com/experience-manager/kb/SetUpTheAdobeMavenRepository.html

View solution in original post

10 Replies

Avatar

Employee Advisor

Hi,

What documentation are you referring to?

Jörg

Avatar

Level 8

You could also create package that contains /libs/cq/tagging/install/cq-tagging-5.6.2.jar, build it and then download it. If you unzip the package you and drill down into the file structure you will find the JAR. 

Avatar

Level 9

Hi All,

Thanks a lot for your replies.

Kishan@@ - Got to know what exactly is the purpose of webdav. But I will not be able to use it , due to some constraints here.

Orotas - I did go through the package creation documents in adobe site, but I was not quite clear as to what I should do. If you can point me to any good documentation, it would be helpful.

Jorg - http://experience-aem.blogspot.in/2013/09/aem-56-bundle-intellij-idea-12-sample-auto-tag.html was the link I was referring to.

Avatar

Correct answer by
Employee Advisor

Hi,

please follow the small howto on [0] how you can configure your maven to get the dependencies directly from the Adobe repo. No need to download them manually.

HTH,

Jörg

[0] http://helpx.adobe.com/experience-manager/kb/SetUpTheAdobeMavenRepository.html

Avatar

Level 9

Hi Jorg,

Thanks a lot for your reply. Will try this out and post back my results.

Avatar

Level 9

Hi Jorg,

I have used the settings.xml file[in attachment] mentioned many number of times and the programs where I have used that works fine.

As you mentioned I changed the attached file[settings.xml] present in the path  C:\Users\username\.m2\ , as mentioned in http://helpx.adobe.com/experience-manager/kb/SetUpTheAdobeMavenRepository.html


but still my eclipse shows that the various imports used in this program cannot be resolved.

 

Can you please let me know how to go about this.

Avatar

Employee Advisor

Hi

You settings.xml looks ok. Can you use a command line maven and give it a try? I also don't use the built-in maven of eclipse, but configured the external one. I also don't build within Eclipse itself, but that's more a personal style.

Jörg

Avatar

Level 9

Hi Sham,

Thank you for the providing this info.