Re: Dependency Flag in feature tag of feature.xml

2024-03-13 Thread Jean-Baptiste Onofré
Hi Matthias, By default, the features are installed asynchronously (in different threads). 1/ The prerequisite flag "forces" the dependency feature to be fully installed before continuing the current feature. So it means basically, that: bar b The bar feature will be fully installed and st

Dependency Flag in feature tag of feature.xml

2024-03-13 Thread Matthias Koch
Hi we are currently building more and more features for our custom assembly and we have problems of understanding the differences of: 1. A depending feature 2. A depending feature with prerequisite=true 3. A depending feature with dependency=true Here is what we understand (or at least think