Bug immutable package #601
Unanswered
NmurtasDev
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Please make sure that all your sub packages in aem-myproject-project.all end up in the same folder (either below /apps/myproject-packages) or below (/etc/packages/), but do not mix both approaches. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, the project I'm working on required the installation of ACTool but during the integration procedures (suggested to me by the adobe forum "https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/deploying-netcentric-access-control-tool-with-aem-project/td-p/395463") I found this error
com.myproject:aem-myproject-project.all:0.0.1-SNAPSHOT,0,Inclusion of both /etc/packages/Netcentric/accesscontroltool-package-3.0.2.zip/jcr:content and /apps/myproject-packages in the same package violates the separation of immutable and mutable paths in the same package.,Code Smell,Minor,,ImmutableMutableMixedPackage,"aem,cloud-service-compatibility",https://www.adobe.com/go/aem_cmcq_immutablemutablemixe_en
The devops report me the same error when try to install the project inside the Adobe Cloud.
What is the right way to supplement Actool?
PS reading the guide I found this reference to adobe cloud
reading it I didn't understand if it refers to the tool installation or to the permissions installation
https://github.com/Netcentric/accesscontroltool/blob/develop/docs/ApplyConfig.md#installation-in-aem-as-a-cloud-service
In case the guide is about installation, do we need to coordinate with the Adobe team to proceed with the installation?
Beta Was this translation helpful? Give feedback.
All reactions