Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Naveen_AEM_dev
Naveen_AEM_dev
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
25

Posts

Posts
70

Discussions

Discussions
8

Questions

Questions
62

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Naveen_AEM_dev
Customize the badges you want to showcase on your profile
Re: AEM eclipse plugin - Adobe Experience Manager 15-10-2015
I am not sure why you were not able to get the jsp support to work. Maybe you missed some required dependency from your pom file.Below you can find the parent pom file and the pom file of the content project created using the multimodule-content-package-archetype (the pom's are modified to support auto completion in jsp's); try using these files and let me know if you are still facing issues with the jsp support.

Views

559

Likes

0

Replies

0
Re: AEM eclipse plugin - Adobe Experience Manager 15-10-2015
Firstly, you need to have a copy of the global.jsp file in /libs/foundation/global.jsp (in your workspace project structure) but you need to ensure that this file stays in your local working directory only - DO NOT move this file to your CQ instance as part of the sync process.Once this is done you can re run the compile goal in maven and see that there are no further "File Not found" errors. (Let's consider that the project structure is myproject-content/src/main/content/jcr_root/apps/myproject...

Views

449

Likes

0

Replies

0
Re: AEM eclipse plugin - Adobe Experience Manager 15-10-2015
POM files Wasn't able to upload xml files or zip files, hence the word document. You will find the pom files in there.

Views

449

Likes

0

Replies

0
Re: AEM eclipse plugin - Adobe Experience Manager 15-10-2015
If you want to work on components / templates etc then you need to modify the ui.apps project. The ui.content project mostly contains the html pages, DAM content etc.As far as auto completion in jsp's is concerned, you should get all the info you need from the below link,http://docs.adobe.com/docs/en/aem/6-0/develop/how-tos/howto-projects-eclipse.html

Views

449

Likes

0

Replies

0
Re: AEM eclipse plugin - Adobe Experience Manager 15-10-2015
If the sample multi module project setup goes on as per plan (read without error) then you should see the AEM server instance created and available in the Servers tab in the AEM perspective.If for some reason the server instance is not created but your projects are, you can navigate to the Servers tab --> Right click --> New --> Server --> Adobe --> Adobe Experience Manager --> Enter the server instance values --> Click Next and Add your appropriate modules to the server instance --> FinishNow d...

Views

450

Likes

0

Replies

0
AEM eclipse plugin - Adobe Experience Manager 15-10-2015
Did anyone have any problems with using the latest AEM plugin for eclipse released by Adobe?I recently downloaded the eclipse plugin for AEM and tried to get it running with a sample project on my local AEM 6.0 instance.I created a sample project called example following the instructions on http://docs.adobe.com/docs/en/dev-tools/aem-eclipse.htmlAs soon as the new project was created, I was able to see the below error in the Sling console log in eclipse,[July 31, 2014 4:25:52 PM IST] AddOrUpdate...

Views

1.4K

Likes

0

Replies

16
Re: Why doesn't the Sightly REPL work? - Adobe Experience Manager 15-10-2015
The issue has now been fixed by Adobe.The working version of the repl can be downloaded from GitHub.https://github.com/Adobe-Marketing-Cloud/aem-sightly-repl

Views

233

Like

1

Replies

0
Why doesn't the Sightly REPL work? - Adobe Experience Manager 15-10-2015
The REPL for Sightly HTML templating system mentioned in the AEM docs page http://docs.adobe.com/content/docs/en/aem/6-0/develop/sightly.html doesnt seem to work since there is an unresolved dependency.http://repo.adobe.com/nexus/content/groups/public/com/adobe/granite/parent/33/parent-33.pom dependency not found in repo.Would really appreciate it If someone can help. Complete maven error stack trace,D:\Learning\aem-sightly-repl-master>mvn clean install content-package:install[INFO] Scanning for...

Views

555

Like

1

Replies

2
Re: Hobbes automated test framework - Adobe Experience Manager 15-10-2015
Perfect, thanks!

Views

86

Like

1

Replies

0
Hobbes automated test framework - Adobe Experience Manager 15-10-2015
I've started exploring the Hobbes automated test framework used in AEM 6.0 and was disappointed to find out that there isn't a lot of documentation on the internet on this. The Adobe docs helped me to get started and I've also spent sometime exploring the tests that are included in the sample content.I was wondering if Adobe has some more detailed documentation on this topic, I am particularly looking for something like an API documentation that sheds light on the different kind of methods that ...

Views

135

Likes

0

Replies

2