Closed pryelluw closed 3 years ago
hey @pryelluw is this 6.5.0? Or do you have the latest service pack installed?
@godanny86
AEM 6.5.0
I was not aware of a service pack. May you point me towards it?
Thank you!
Sorry, the SP requirement is a bit hidden in the overview https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html?lang=en#required-software
Awesome. I'll go ahead and work through this and report back. @godanny86 ✌️
@godanny86
Installing AEM service package 6.5.7 solved the issue.
I had to request access to download the latest service package. This was done through support.
Once downloaded, I installed it though the CRX package manager. Pretty seamless!
Thank you for your service!
Expected Behaviour
Project should build according to instructions in https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/custom-component.html?lang=en
Actual Behaviour
Build fails with error that imported packages cannot be resolved.
Reproduce Scenario (including but not limited to)
tutorial/custom-component-start
Steps to Reproduce
tutorial/custom-component-start
mvn clean install -PautoInstallSinglePackage -Pclassic
Platform and Version
AEM 6.5
Sample Code that illustrates the problem
Logs taken while reproducing problem
The references to these packages are found below:
https://github.com/adobe/aem-guides-wknd/blob/master/core/pom.xml#L170
https://github.com/adobe/aem-guides-wknd/blob/master/core/pom.xml#L172
Related
https://github.com/adobe/aem-guides-wknd/issues/93
Misc.
IntelliJ (latest) on Mac