Expand my Community achievements bar.

Getting issues with JSP code in eclipse

Avatar

Level 3

Hello Everyone,

I am trying to integrate AEM with Eclipse. Everything went well until I sync the aem code with eclipse using VLT. My JSP is throwing the following error

"fragment /libs/foundation/global.jsp was not found at expected path"

I have followed couple of responses from google but unfortunately nothing seems to be working for me.

ex:

<resource><directory>src/main/content/jcr_root</directory><includes><include>apps/**</include><include>libs/foundation/global.jsp</include></includes></resource>

Can anyone please help me in this regard?

Regards,

Kishore

2 Replies

Avatar

Administrator

I am not sure if this would work...

But please have a look at this forum post:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

// Reference the global.jsp via ../../ instead of /libs/ etc.

~kautuk



Kautuk Sahni

Avatar

Level 3

Hi Kautuk,

I have followed this article but no luck. I have even tried by adding cq5 JAR references in eclipse but still the same issue.

Not sure where the mess is.

Regards,

Kishore