Krystian Panek

Results 94 comments of Krystian Panek

This looks more like AEM bug than AEMC one as the AEM code when packing archive has a problem with dir named 'lock'. If sb could confirm that AEM has...

Sure thing. I will rename lock dir if you are interested.

Thanks for the feedback ;) Here is a potential fix for you. https://github.com/wttech/aemc/pull/259/files Tomorrow I will test it. Tell me if it looks enough good to cover your case properly....

closing as fixed in 1.7.7; @wimsymons could you confirm that the fix helps you?:)

it could also be a part of timeout checker in AEMC after some refactoring https://github.com/wttech/gradle-aem-plugin/blob/main/src/main/kotlin/com/cognifide/gradle/aem/common/instance/check/TimeoutCheck.kt#L31

yep we need to add it; it should have a precedence over env var `AEM_CONFIG_FILE`

the problem here is that some flag default value like for `aem instance await --done-threshold` is picked up from config and they are still overridable by CLI ...so this is...

AEM_ROOT_DIR should be then used in `SetDefault()` methods in `defaults.yml` to propagate that value globally/correctly

maybe if the download URL is a local file then the file would be just copied instead of downloaded