コミュニティアチーブメントバーを展開する。

解決済み

com.adobe.aem.guides.wknd.core.models.impl package is missing while building custom component

Avatar

Level 5

I am trying to build custom component  using WKND site tutorial 

 

https://docs.adobe.com/content/help/en/experience-manager-learn/getting-started-wknd-tutorial-develo...

Byline implementation

i dont see com.adobe.aem.guides.wknd.core.models.impl package in my eclipse project 

 

aaaa.PNG

 

i using AEM version 6.5

 

1 受け入れられたソリューション

Avatar

正解者
Level 10

Hi @sonuk85184451 

It's been a while since I went through the whole tutorial, but if the package isn't present, can't you just create it?

I can see the package in the AEM WKND GitHub project: https://github.com/adobe/aem-guides-wknd/tree/master/core/src/main/java/com/adobe/aem/guides/wknd/co... on the master branch, so maybe you missed a step earlier on?

If you ever get lost or de-synchronised with the tutorial as you go along, you can always reset your local project before you start each step of the tuorial by pulling from the repo branch that corresponds to the step of the tutorial you're on. For example, for you it would be this:

You can always view the finished code on GitHub or check the code out locally by switching to the branch custom-component/start

I can see the package is present on that branch too so you should have everything you need: https://github.com/adobe/aem-guides-wknd/tree/custom-component/start/core/src/main/java/com/adobe/ae...

 

元の投稿で解決策を見る

3 返信

Avatar

正解者
Level 10

Hi @sonuk85184451 

It's been a while since I went through the whole tutorial, but if the package isn't present, can't you just create it?

I can see the package in the AEM WKND GitHub project: https://github.com/adobe/aem-guides-wknd/tree/master/core/src/main/java/com/adobe/aem/guides/wknd/co... on the master branch, so maybe you missed a step earlier on?

If you ever get lost or de-synchronised with the tutorial as you go along, you can always reset your local project before you start each step of the tuorial by pulling from the repo branch that corresponds to the step of the tutorial you're on. For example, for you it would be this:

You can always view the finished code on GitHub or check the code out locally by switching to the branch custom-component/start

I can see the package is present on that branch too so you should have everything you need: https://github.com/adobe/aem-guides-wknd/tree/custom-component/start/core/src/main/java/com/adobe/ae...

 

Avatar

Level 5
@Theo_Pendle thanks so much it helpes

Avatar

Level 10
No problem, its a pleasure