AdobeDocs / experience-manager-cloud-service.en

This is the repository for Adobe Experience Manager as a Cloud Service documentation. Your contributions to the documentation are welcome.
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service
MIT License
3 stars 41 forks source link

Incorrect description of packages being installed. #163

Closed bhellema closed 3 months ago

bhellema commented 9 months ago

Issue in ./help/implementing/developing/introduction/repository-structure-package.md at https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/repository-structure-package.html?lang=en#multi-code-package-use-case

The sentence

If a package-level dependency is not established from code package B on code package A, code package B may deploy first into /apps/a. It would then be followed by code package B, which deploys into /apps/a. The result is a removal of the previously installed /apps/a/b.

I believe should read:

If a package-level dependency is not established from code package B on code package A, code package B may deploy first into /apps/a. It would then be followed by code package A, which deploys into /apps/a. The result is a removal of the previously installed /apps/a/b.

If package B is installed first THEN package A, that would be the issue, but in the sentence, it reads that B is installed twice.

aheim0 commented 9 months ago

Thanks for raising this - we will investigate.

aheim0 commented 9 months ago

@adobe export issue to Jira project CQDOC

github-jira-sync-bot commented 9 months ago

:white_check_mark: Jira issue CQDOC-21135 is successfully created for this GitHub issue.

aheim0 commented 3 months ago

Updates have been made, they will be published soon. Thanks for raising this.